Ubuntu Pastebin

Paste from usr/share/X11/xorg.conf.d at Wed, 6 Apr 2016 15:08:12 +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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Section "Device"
Identifier      "intel"
driver          "intel"
EndSection
 
Section "Device"
Identifier      "dl1"
driver          "displaylink"
Option  "fbdev" "/dev/fb1"
EndSection
 
Section "Monitor"
Identifier "monitor0"
EndSection
 
Section "Monitor"
Identifier "monitor1"
EndSection
 
Section "Screen"
Identifier "screen0"
Device "dl1"
Monitor "monitor0"
DefaultDepth 16
EndSection
 
Section "Screen"
Identifier "screen1"
Device "intel"
Monitor "monitor1"
DefaultDepth 16
EndSection
 
Section "ServerLayout"
Identifier     "multihead"
Screen      0  "screen0" 1280 0
Screen      1  "screen1" LeftOf "screen0"
Option    "Xinerama" "on"
EndSection
Download as text