From f5c3c1017035b6525a16e44aa06b9a9a5e7b882a Mon Sep 17 00:00:00 2001 From: jakub Date: Mon, 25 Oct 1999 14:06:46 +0000 Subject: 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. --- xf86config.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'xf86config.py') 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 -- cgit