source: npl/X/xorg_conf/confs/Radeon_TVOUT.conf @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 1.8 KB
Line 
1Section "ServerLayout"
2        Identifier     "X.org Configured"
3        Screen      0  "TV Screen" 0 0
4        InputDevice    "Mouse0" "CorePointer"
5        InputDevice    "Keyboard0" "CoreKeyboard"
6EndSection
7
8Section "Files"
9        RgbPath      "/usr/X11/share/X11/rgb"
10        ModulePath   "/usr/X11/lib/xorg/modules"
11        FontPath     "/usr/X11/lib/X11/fonts/misc/"
12        FontPath     "/usr/X11/lib/X11/fonts/TTF/"
13        FontPath     "/usr/X11/lib/X11/fonts/OTF"
14        FontPath     "/usr/X11/lib/X11/fonts/Type1/"
15        FontPath     "/usr/X11/lib/X11/fonts/CID/"
16        FontPath     "/usr/X11/lib/X11/fonts/100dpi/"
17        FontPath     "/usr/X11/lib/X11/fonts/75dpi/"
18EndSection
19
20Section "Module"
21        Load  "extmod"
22        Load  "dbe"
23        Load  "record"
24        Load  "glx"
25        Load  "xtrap"
26        Load  "dri"
27        Load  "freetype"
28        Load  "type1"
29EndSection
30
31Section "InputDevice"
32        Identifier  "Keyboard0"
33        Driver      "kbd"
34EndSection
35
36Section "InputDevice"
37        Identifier  "Mouse0"
38        Driver      "mouse"
39        Option      "Protocol" "auto"
40        Option      "Device" "/dev/mouse"
41        Option      "ZAxisMapping" "4 5 6 7"
42EndSection
43Section "Device"
44        Identifier      "RADEON-TVOut"
45        Driver  "radeon"
46        Option  "AGPMode" "4"
47        Option  "AGPFastWrite" "yes"
48        Option  "TVOutput" "PAL"
49        Option  "IgnoreEDID" "true"
50        Option "MonitorLayout" "NONE, CRT"   #here it is!
51 EndSection                                           
52               
53Section "Monitor"
54        Identifier      "TV Monitor"
55        HorizSync    30.0 - 40.0
56        VertRefresh  60
57        Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
58 EndSection
59
60 Section "Screen"
61        Identifier      "TV Screen"
62        Device          "RADEON-TVOut"
63        Monitor         "TV Monitor"
64        DefaultDepth    24
65        SubSection "Display"
66                Depth           24
67                Modes           "800x600"
68        EndSubSection
69 EndSection
Note: See TracBrowser for help on using the repository browser.