Ticket #6947: xorg.conf

File xorg.conf, 2.0 KB (added by anonymous, 15 years ago)
Line 
1# nvidia-settings: X configuration file generated by nvidia-settings
2# nvidia-settings:  version 1.0  (buildmeister@builder58)  Fri Mar  6 01:04:59 PST 2009
3
4# nvidia-xconfig: X configuration file generated by nvidia-xconfig
5# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Fri Mar 13 03:18:18 PST 2009
6
7Section "ServerLayout"
8    Identifier     "Layout0"
9    Screen      0  "Screen0" 0 0
10    InputDevice    "Keyboard0" "CoreKeyboard"
11    InputDevice    "Mouse0" "CorePointer"
12EndSection
13
14Section "Files"
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         "Xinerama" "0"
27EndSection
28
29Section "InputDevice"
30
31    # generated from default
32    Identifier     "Mouse0"
33    Driver         "mouse"
34    Option         "Protocol" "auto"
35    Option         "Device" "/dev/psaux"
36    Option         "Emulate3Buttons" "no"
37    Option         "ZAxisMapping" "4 5"
38EndSection
39
40Section "InputDevice"
41
42    # generated from default
43    Identifier     "Keyboard0"
44    Driver         "kbd"
45EndSection
46
47Section "Monitor"
48    Identifier     "Monitor0"
49    VendorName     "Unknown"
50    ModelName      "TV-0"
51    HorizSync       28.0 - 33.0
52    VertRefresh     43.0 - 72.0
53    Option         "DPMS"
54EndSection
55
56Section "Device"
57    Identifier     "Device0"
58    Driver         "nvidia"
59    VendorName     "NVIDIA Corporation"
60    BoardName      "GeForce 8400 GS"
61    Option         "TVStandard" "PAL-I"
62    Option         "TVOutFormat" "SVIDEO"
63EndSection
64
65Section "Screen"
66
67# Removed Option "TwinView" "True"
68# Removed Option "MetaModes" "nvidia-auto-select, nvidia-auto-select"
69    Identifier     "Screen0"
70    Device         "Device0"
71    Monitor        "Monitor0"
72    DefaultDepth    24
73    Option         "TwinView" "1"
74    Option         "TwinViewXineramaInfoOrder" "DFP-0"
75    Option         "metamodes" "TV: 720x576 +0+0, DFP: nvidia-auto-select +720+0"
76    SubSection     "Display"
77        Depth       24
78    EndSubSection
79EndSection
80