summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-28 20:50:17 +0000
committerMatt Wilson <msw@redhat.com>2000-02-28 20:50:17 +0000
commitb1e9330763a257f694c456b0a750aefc7420077a (patch)
tree43fbb8dea522434ec5785b877a92176c0a334fa0 /xf86config.py
parent49be9eaf863c108291a02459e54514c86fed4dbd (diff)
downloadanaconda-b1e9330763a257f694c456b0a750aefc7420077a.tar.gz
anaconda-b1e9330763a257f694c456b0a750aefc7420077a.tar.xz
anaconda-b1e9330763a257f694c456b0a750aefc7420077a.zip
add turkish, etc font support
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index 1bdde1266..ebc4c2e20 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -201,7 +201,6 @@ class XF86Config:
# VESA probe for monitor/videoram, etc.
if probeMonitor:
- self.monitors()
try:
probe = string.split (iutil.execWithCapture ("/usr/sbin/ddcprobe", ['ddcprobe']), '\n')
for line in probe:
@@ -300,6 +299,13 @@ Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
+ FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
+ FontPath "/usr/share/fonts/ISO8859-2/misc/"
+ FontPath "/usr/share/fonts/ISO8859-2/75dpi/"
+ FontPath "/usr/share/fonts/ISO8859-2/100dpi/"
+ FontPath "/usr/share/fonts/ISO8859-9/misc/"
+ FontPath "/usr/share/fonts/ISO8859-9/75dpi/"
+ FontPath "/usr/share/fonts/ISO8859-9/100dpi/"
EndSection
Section "ServerFlags"