Ticket #3466: xorg.conf

File xorg.conf, 3.6 KB (added by mythtv-dev@…, 17 years ago)

Additional Xorg.conf

Line 
1# Xorg configuration created by system-config-display
2
3Section "ServerLayout"
4        Identifier     "single head configuration"
5        Screen      0  "Screen0" 0 0
6        InputDevice    "Mouse0" "CorePointer"
7        InputDevice    "Keyboard0" "CoreKeyboard"
8EndSection
9
10Section "Files"
11
12# Multiple FontPath entries are allowed (they are concatenated together)
13# By default, a font server independent of the X server is
14# used to render fonts.
15        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
16        ModulePath   "/usr/lib/xorg/modules/extensions"
17        ModulePath   "/usr/lib/xorg/modules"
18        FontPath     "unix/:7100"
19EndSection
20
21Section "Module"
22        Load  "dbe"
23        Load  "extmod"
24        Load  "fbdevhw"
25        Load  "glx"
26        Load  "record"
27        Load  "freetype"
28        Load  "type1"
29        Load  "v4l"
30#       Load  "dri"
31EndSection
32
33Section "InputDevice"
34
35# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
36#       Option  "Xleds"         "1 2 3"
37# To disable the XKEYBOARD extension, uncomment XkbDisable.
38#       Option  "XkbDisable"
39# To customise the XKB settings to suit your keyboard, modify the
40# lines below (which are the defaults).  For example, for a non-U.S.
41# keyboard, you will probably want to use:
42#       Option  "XkbModel"      "pc102"
43# If you have a US Microsoft Natural keyboard, you can use:
44#       Option  "XkbModel"      "microsoft"
45#
46# Then to change the language, change the Layout setting.
47# For example, a german layout can be obtained with:
48#       Option  "XkbLayout"     "de"
49# or:
50#       Option  "XkbLayout"     "de"
51#       Option  "XkbVariant"    "nodeadkeys"
52#
53# If you'd like to switch the positions of your capslock and
54# control keys, use:
55#       Option  "XkbOptions"    "ctrl:swapcaps"
56# Or if you just want both to be control, use:
57#       Option  "XkbOptions"    "ctrl:nocaps"
58#
59        Identifier  "Keyboard0"
60        Driver      "kbd"
61        Option      "XkbModel" "pc105"
62        Option      "XkbLayout" "gb"
63EndSection
64
65Section "InputDevice"
66        Identifier  "Mouse0"
67        Driver      "mouse"
68        Option      "Protocol" "IMPS/2"
69        Option      "Device" "/dev/input/mice"
70        Option      "ZAxisMapping" "4 5"
71        Option      "Emulate3Buttons" "yes"
72EndSection
73
74Section "Monitor"
75        Identifier   "Monitor0"
76        VendorName   "Monitor Vendor"
77        ModelName    "L1720B"
78        DisplaySize  340        270
79 ### Comment all HorizSync and VertSync values to use DDC:
80        HorizSync    30.0 - 83.0
81        VertRefresh  56.0 - 75.0
82        Option      "dpms"
83EndSection
84
85Section "Monitor"
86        Identifier   "Phillips TV"
87        VendorName   "Monitor Vendor"
88        ModelName    "L1720B"
89        DisplaySize  260 195
90        HorizSync    30.0 - 50.0
91        VertRefresh  60.0
92EndSection
93
94Section "Monitor"
95        Identifier   "SCART"
96        VendorName   "TV"
97        ModelName    "PAL TV"
98#       DisplaySize  640 480
99        HorizSync    15.625
100        VertRefresh  50
101
102        Modeline "720x576pali" 15.25 720 768 848 976  576 580 583 625 -hsync -vsync interlace
103#       Modeline "720x576pali" 13.875 720 742 808 888  576 580 583 625 -hsync -vsync interlace
104#       Modeline "640x480pali" 12.125 640 669 710 905  480 540 543 625 -hsync -vsync interlace
105#       Modeline "704x576pali" 13.50  704 722 786 864  576 580 583 625 -hsync -vsync interlace
106#       Modeline "720x576pali" 13.88  720 742 808 888  576 580 593 625 -hsync -vsync interlace
107#       Modeline "704x576pali" 13.50  704 708 772 872  576 580 583 625 -hsync -vsync interlace
108EndSection
109
110Section "Device"
111        Identifier  "Videocard0"
112        Option      "NoLogo" "true"
113        Option      "IgnoreEDID" "true"
114        Option      "RenderAccel" "true"
115        Option      "NVAGP" "1"
116        Driver      "nvidia"
117        VendorName  "Videocard vendor"
118        BoardName   "nVidia Corporation NV34 [GeForce FX 5200]"
119EndSection
120
121Section "Screen"
122        Identifier "Screen0"
123        Device     "Videocard0"
124        Monitor    "SCART"
125        Option     "TVStandard" "PAL-I"
126        DefaultDepth     24
127        SubSection "Display"
128                Viewport   0 0
129                Depth     24
130                Modes    "720x576pali"
131        EndSubSection
132EndSection
133
134Section "DRI"
135        Group        0
136        Mode         0666
137EndSection
138