-
Notifications
You must be signed in to change notification settings - Fork 0
/
xorg.conf
68 lines (59 loc) · 2.07 KB
/
xorg.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
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 352.30 (buildmeister@swio-display-x64-rhel04-18) Tue Jul 21 19:35:20 PDT 2015
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "1"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Projectiondesign AS WUXGA DLP"
HorizSync 16.0 - 69.0
VertRefresh 43.0 - 85.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro K5200"
BusID "PCI:3:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-1"
Option "metamodes" "GPU-41cbb076-4d1e-b587-ebab-83a9310b2bff.GPU-0.DP-0: nvidia-auto-select +1128+0, GPU-41cbb076-4d1e-b587-ebab-83a9310b2bff.GPU-0.DP-1: nvidia-auto-select +1128+0, GPU-b4d95c88-1b09-422a-6a15-5a502984ac7c.GPU-1.DP-0: nvidia-auto-select +0+0, GPU-b4d95c88-1b09-422a-6a15-5a502984ac7c.GPU-1.DP-1: nvidia-auto-select +0+0"
Option "MultiGPU" "Off"
Option "SLI" "off"
Option "BaseMosaic" "on"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection