summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-22 18:56:31 +0000
committerMatt Wilson <msw@redhat.com>1999-09-22 18:56:31 +0000
commit9419029d2db24d057522f9a74049062d96e9442b (patch)
tree40aace1b4b45a9f8b42fcd67446e52e08f860932 /xf86config.py
parentcce09866fd0052e076c43796d620e98dfeb7850c (diff)
downloadanaconda-9419029d2db24d057522f9a74049062d96e9442b.tar.gz
anaconda-9419029d2db24d057522f9a74049062d96e9442b.tar.xz
anaconda-9419029d2db24d057522f9a74049062d96e9442b.zip
standard 640x480 for monitors we don't probe
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index f73765e18..2d2141d8b 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -446,7 +446,7 @@ EndSection
if self.monEisa:
info["EISA"] = self.monEisa
else:
- info["EISA"] = "My Monitor"
+ info["EISA"] = "Generic Monitor"
self.monID = info["EISA"]
@@ -467,6 +467,17 @@ EndSection
# Any number of monitor sections may be present
Section "Monitor"
+ Identifier "Generic Monitor"
+ VendorName "Unknown"
+ ModelName "Unknown"
+ HorizSync 31.5
+ VertRefresh 60
+ Mode "640x480" 25.175 640 664 760 800
+ 480 491 493 525
+ EndMode
+EndSection
+
+Section "Monitor"
Identifier "%(EISA)s"
VendorName "Unknown"