-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxorg.conf.dockstation
76 lines (63 loc) · 1.36 KB
/
xorg.conf.dockstation
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Section "Device"
Identifier "Device0"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Device"
Identifier "Device2"
Driver "intel"
BusID "PCI:0:2:0
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "HP"
ModelName "ZR2440w"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Acer"
ModelName "AL1917"
EndSection
Section "Monitor"
Identifier "Monitor2"
EndSection
Section "Screen"
Identifier "Screen0"
Monitor "Monitor0"
Device "Device0"
EndSection
Section "Screen"
Identifier "Screen1"
Monitor "Monitor1"
Device "Device1"
EndSection
Section "Screen"
Identifier "Screen2"
Monitor "Monitor2"
Device "Device2"
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen "Screen0"
Screen "Screen1" RightOf "Screen0"
Screen "Screen2" LeftOf "Screen0"
EndSection
Section "Files"
ModulePath "/usr/lib/nvidia-current/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
Option "RandR" "true"
Option "DontZap" "true"
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection