Ubuntu Pastebin

Paste from sergioss at Thu, 7 Apr 2016 11:38:57 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
Section "Device"
Identifier      "dl1"
driver          "displaylink"
Option  "fbdev" "/dev/fb1"
EndSection
 
Section "Monitor"
Identifier "monitor0"
EndSection
  
Section "Screen"
Identifier "screen0"
Device "dl1"
Monitor "monitor0"
DefaultDepth 16
EndSection
  
Section "ServerLayout"
Identifier     "multihead"
Screen      1  "screen0" LeftOf "screen"
Option    "Xinerama" "on"
EndSection
Download as text