-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxorg.conf
More file actions
113 lines (97 loc) · 2.76 KB
/
Copy pathxorg.conf
File metadata and controls
113 lines (97 loc) · 2.76 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.12 (buildmeister@builder101) Fri Oct 8 11:47:04 PDT 2010
Section "ServerLayout"
Identifier "Sam dual"
Screen 0 "Main Screen" 1080 420
Screen 1 "Second Screen" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "true"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "record"
Load "glx"
Load "extmod"
Load "dri2"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "ru"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Main Monitor"
VendorName "Samsung"
ModelName "BX2240"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Second Monitor"
VendorName "Samsung"
ModelName "T220"
HorizSync 31.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
Option "Rotate" "Left"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "GeForce 9600 GT"
Option "DDCMode" "True"
Option "MonitorLayout" "DFP, DFP"
Screen 0 #monitor on the right (physicaly)
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "GeForce 9600 GT"
Option "DDCMode" "True"
Option "MonitorLayout" "DFP, DFP"
Screen 1 #monitor on the left (physicaly)
EndSection
Section "Screen"
Identifier "Main Screen"
Device "Device0"
Monitor "Main Monitor"
DefaultDepth 24
Option "metamodes" "DFP-0: 1920x1080 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Second Screen"
Device "Device1"
Monitor "Second Monitor"
DefaultDepth 24
Option "metamodes" "DFP-1: 1920x1080 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection