]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/mythfront/mythfront-config/epia/xorg.conf
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / mythfront / mythfront-config / epia / xorg.conf
1 Section "Files"
2         FontPath        "unix/:7100"                    # local font server
3         FontPath        "/usr/lib/X11/fonts/misc"
4         FontPath        "/usr/lib/X11/fonts/cyrillic"
5         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
6         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
7         FontPath        "/usr/lib/X11/fonts/Type1"
8         FontPath        "/usr/lib/X11/fonts/CID"
9         FontPath        "/usr/lib/X11/fonts/Speedo"
10         FontPath        "/usr/lib/X11/fonts/100dpi"
11         FontPath        "/usr/lib/X11/fonts/75dpi"
12 EndSection
13
14 Section "Module"
15         Load    "ddc"
16         Load    "glx"
17         Load    "GLcore"
18         Load    "dbe"
19         Load    "dri"
20         Load    "extmod"
21         #Load   "pex5"
22         Load    "record"
23         #Load   "xie"
24         Load    "bitmap"
25 EndSection
26
27 Section "InputDevice"
28         Identifier      "Generic Keyboard"
29         Driver          "keyboard"
30         Option          "CoreKeyboard"
31         Option          "XkbRules"      "xfree86"
32         Option          "XkbModel"      "pc104"
33         Option          "XkbLayout"     "gb"
34 EndSection
35
36 Section "Device"
37         Identifier      "Via"
38         Driver          "via"
39         Option          "TVType" "PAL"
40         #Option         "TVVScan" "over"
41         #Option         "TVDotCrawl"
42         #Option         "NoDDCValue" "true"
43         Option          "TVOutput" "S-Video"
44         Option       "EnableAGPDMA" "true" 
45 EndSection
46
47 Section "Monitor"
48         Identifier "TV"
49         Option "DPMS" "no"
50         HorizSync  15-70
51         VertRefresh 50-100
52         DisplaySize 400 225
53         #Modeline "720x576" 27.88 720 744 768 920 576 578 579 606  # 28 MHz, 30.3 kHz, 50.0 Hz
54         ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
55
56         #Modeline "720x576" 55.75 720 744 768 920 576 578 581 606 # 56 MHz, 60.6 kHz, 100.0 Hz
57         #ModeLine "720x480" 26.7  720 736 808 896 480 481 484 497
58         #ModeLine "720x576" 32.7  720 744 816 912 576 577 580 597
59 EndSection 
60
61 Section "Screen"
62         Identifier      "Default Screen"
63         Device          "Via"
64         Monitor         "TV"
65         DefaultDepth    24
66         Subsection      "Display"
67                 Depth 24
68                 Modes   "720x576"
69         EndSubsection
70 EndSection