-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathxorg-example.conf
73 lines (63 loc) · 1.47 KB
/
xorg-example.conf
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
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia0"
Screen 1 "nvidia1" RightOf "nvidia0"
Screen 2 "nvidia2" RightOf "nvidia1"
Screen 3 "nvidia3" RightOf "nvidia2"
Screen 4 "nvidia4" RightOf "nvidia3"
EndSection
Section "Device"
Identifier "nvidia0"
Driver "nvidia"
BusID "PCI:1@0:0:0"
Option "AllowEmptyInitialConfiguration" "true"
Option "Coolbits" "28"
EndSection
Section "Screen"
Identifier "nvidia0"
Device "nvidia0"
EndSection
Section "Device"
Identifier "nvidia1"
Driver "nvidia"
BusID "PCI:6@0:0:0"
Option "AllowEmptyInitialConfiguration" "true"
Option "Coolbits" "28"
EndSection
Section "Screen"
Identifier "nvidia1"
Device "nvidia1"
EndSection
Section "Device"
Identifier "nvidia2"
Driver "nvidia"
BusID "PCI:8@0:0:0"
Option "AllowEmptyInitialConfiguration" "true"
Option "Coolbits" "28"
EndSection
Section "Screen"
Identifier "nvidia2"
Device "nvidia2"
EndSection
Section "Device"
Identifier "nvidia3"
Driver "nvidia"
BusID "PCI:12@0:0:0"
Option "AllowEmptyInitialConfiguration" "true"
Option "Coolbits" "28"
EndSection
Section "Screen"
Identifier "nvidia3"
Device "nvidia3"
EndSection
Section "Device"
Identifier "nvidia4"
Driver "nvidia"
BusID "PCI:15@0:0:0"
Option "AllowEmptyInitialConfiguration" "true"
Option "Coolbits" "28"
EndSection
Section "Screen"
Identifier "nvidia4"
Device "nvidia4"
EndSection