-
Notifications
You must be signed in to change notification settings - Fork 0
/
xorg.conf.default
69 lines (61 loc) · 1.71 KB
/
xorg.conf.default
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
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 331.38 (buildmeister@swio-display-x64-rhel04-15) Wed Jan 8 19:53:14 PST 2014
Section "ServerLayout"
Identifier "Layout0"
#UseDedicatedEx
Screen 0 "nvidia"
#UseOnboard
Screen "intel"
#UseDedicatedIn
#Inactive "intel"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
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"
Identifier "Monitor0"
Option "DPMS"
#Option "UseEdidDpi" "FALSE"
#Option "DPI" "85 x 86"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nvidia"
#VendorName "NVIDIA Corporation"
BusID "PCI:01:00:0"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration"
#Option "UseDisplayDevice" "none"
#Option "UseDisplayDevice" "DFP-2"
#Option "UseDisplayDevice" "DFP-0"
SubSection "Display"
Modes "nvidia-auto-select"
EndSubSection
# Monitor "Monitor0"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
Option "AccelMethod" "none"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
Monitor "Monitor0"
EndSection