summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorjakub <jakub>1999-10-25 14:06:46 +0000
committerjakub <jakub>1999-10-25 14:06:46 +0000
commitf5c3c1017035b6525a16e44aa06b9a9a5e7b882a (patch)
treea680ed4f946ffcde916914e5756b7a16e1f471e3 /xf86config.py
parent695cd3b262a4c39b5c8307dd07576cc402ae2b38 (diff)
downloadanaconda-f5c3c1017035b6525a16e44aa06b9a9a5e7b882a.tar.gz
anaconda-f5c3c1017035b6525a16e44aa06b9a9a5e7b882a.tar.xz
anaconda-f5c3c1017035b6525a16e44aa06b9a9a5e7b882a.zip
Make Lilo*/Silo* window replacement nicer, the previous one e.g. would not
catch recent changes in UpdateSteps. Add 1920x1200 resolution. Temporarily fix a collection of bugs where one gets No space on device during FTP/HTTP/Hard drive installations.
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index 34592c406..9cce4ceb1 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -78,7 +78,7 @@ class XF86Config:
if not self.vidRam:
return
if string.atoi(self.vidRam) >= 4096:
- self.modes["8"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1600x1200"]
+ self.modes["8"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1600x1200", "1920x1200"]
self.modes["16"] = ["640x480", "800x600", "1024x768", "1152x864", "1280x1024", "1600x1200"]
self.modes["32"] = ["640x480", "800x600", "1024x768", "1152x864"]
elif string.atoi(self.vidRam) >= 2048:
@@ -728,6 +728,13 @@ Section "Monitor"
# 1800x1440 @ 70Hz, 104.52 kHz hsync
ModeLine "1800X1440" 250 1800 1896 2088 2392
1440 1441 1444 1490 +HSync +VSync
+
+# -- 1920x1200 --
+
+# 1920x1200 @ 70Hz, 87.50 KHz hsync
+ Modeline "1920x1200" 230 1920 1936 2096 2528
+ 1200 1201 1204 1250 +HSync +VSync
+
EndSection
""" % info