Ticket #7206: xorg.conf

File xorg.conf, 1.8 KB (added by databubble, 15 years ago)

xorg.conf

Line 
1# nvidia-xconfig: X configuration file generated by nvidia-xconfig
2# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Wed Sep 23 07:00:01 PDT 2009
3
4
5Section "ServerLayout"
6
7        # commented out by update-manager, HAL is now used
8        #    InputDevice    "Keyboard0" "CoreKeyboard"
9        # commented out by update-manager, HAL is now used
10        #    InputDevice    "Mouse0" "CorePointer"
11    Identifier     "Layout0"
12    Screen      0  "Screen0" 0 0
13    InputDevice    "Keyboard0" "CoreKeyboard"
14    InputDevice    "Mouse0" "CorePointer"
15EndSection
16
17Section "Module"
18    Load           "dbe"
19    Load           "extmod"
20    Load           "type1"
21    Load           "freetype"
22    Load           "glx"
23EndSection
24
25Section "ServerFlags"
26    Option         "DontZap" "True"
27EndSection
28
29Section "InputDevice"
30    Identifier     "Keyboard0"
31    Driver         "keyboard"
32EndSection
33
34Section "InputDevice"
35    Identifier     "Mouse0"
36    Driver         "mouse"
37    Option         "Protocol" "auto"
38    Option         "Device" "/dev/psaux"
39    Option         "Emulate3Buttons" "no"
40    Option         "ZAxisMapping" "4 5"
41        # generated from default
42EndSection
43
44Section "Monitor"
45    Identifier     "Monitor0"
46    VendorName     "Unknown"
47    ModelName      "Unknown"
48    HorizSync       28.0 - 33.0
49    VertRefresh     43.0 - 72.0
50    Option         "DPMS"
51EndSection
52
53Section "Device"
54    Identifier     "Device0"
55    Driver         "nvidia"
56    VendorName     "NVIDIA Corporation"
57EndSection
58
59Section "Screen"
60    Identifier     "Screen0"
61    Device         "Device0"
62    Monitor        "Monitor0"
63    DefaultDepth    24
64    Option         "VideoOverlay" "on"
65#     Option         "TripleBuffer" "True"
66    SubSection     "Display"
67        Depth       24
68    EndSubSection
69EndSection
70
71Section "Extensions"
72    Option         "UseEvents" "False"
73    Option         "Composite" "Disable"
74EndSection
75