summaryrefslogtreecommitdiff
path: root/xserver
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-10-03 20:39:18 +0000
committerPhil Blundell <philb@gnu.org>2004-10-03 20:39:18 +0000
commit3feb1d64f3f8f08ea5d66d5f1b0a54021d9efa28 (patch)
treea5afdc7f1ee379660d946ef7d9ccf8ba8ba4e465 /xserver
parent33cbecaa892fc70865752f960d5c55b1d178d7e5 (diff)
update PAL modelines
BKrev: 41606376BSm47A04eckq9CZQ_WCebw
Diffstat (limited to 'xserver')
-rw-r--r--xserver/xserver-xorg/epia/xorg.conf66
1 files changed, 66 insertions, 0 deletions
diff --git a/xserver/xserver-xorg/epia/xorg.conf b/xserver/xserver-xorg/epia/xorg.conf
index e69de29bb2..fac9ac3ec6 100644
--- a/xserver/xserver-xorg/epia/xorg.conf
+++ b/xserver/xserver-xorg/epia/xorg.conf
@@ -0,0 +1,66 @@
+Section "Files"
+ FontPath "unix/:7100" # local font server
+ FontPath "/usr/lib/X11/fonts/misc"
+ FontPath "/usr/lib/X11/fonts/cyrillic"
+ FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
+ FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
+ FontPath "/usr/lib/X11/fonts/Type1"
+ FontPath "/usr/lib/X11/fonts/CID"
+ FontPath "/usr/lib/X11/fonts/Speedo"
+ FontPath "/usr/lib/X11/fonts/100dpi"
+ FontPath "/usr/lib/X11/fonts/75dpi"
+EndSection
+
+Section "Module"
+ Load "ddc"
+ Load "glx"
+ Load "GLcore"
+ Load "dbe"
+ Load "dri"
+ Load "extmod"
+ #Load "pex5"
+ Load "record"
+ #Load "xie"
+ Load "bitmap"
+EndSection
+
+Section "InputDevice"
+ Identifier "Generic Keyboard"
+ Driver "keyboard"
+ Option "CoreKeyboard"
+ Option "XkbRules" "xfree86"
+ Option "XkbModel" "pc104"
+ Option "XkbLayout" "gb"
+EndSection
+
+Section "Device"
+ Identifier "Via"
+ Driver "via"
+ Option "TVType" "PAL"
+ #Option "TVVScan" "over"
+ Option "TVDotCrawl"
+ Option "NoDDCValue" "true"
+EndSection
+
+Section "Monitor"
+ Identifier "TV"
+ Option "DPMS" "no"
+ HorizSync 15-70
+ VertRefresh 50-100
+ Modeline "720x576" 27.88 720 744 768 920 576 578 579 606 # 28 MHz, 30.3 kHz, 50.0 Hz
+
+ #Modeline "720x576" 55.75 720 744 768 920 576 578 581 606 # 56 MHz, 60.6 kHz, 100.0 Hz
+ #ModeLine "720x480" 26.7 720 736 808 896 480 481 484 497
+ #ModeLine "720x576" 32.7 720 744 816 912 576 577 580 597
+EndSection
+
+Section "Screen"
+ Identifier "Default Screen"
+ Device "Via"
+ Monitor "TV"
+ DefaultDepth 24
+ Subsection "Display"
+ Depth 24
+ Modes "720x576"
+ EndSubsection
+EndSection