summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-29 23:57:25 +0000
committerMatt Wilson <msw@redhat.com>2000-02-29 23:57:25 +0000
commitfc5839d2e4e693c7e11a33380a02607de9ceb36b (patch)
tree3b20c4442e99d211bc546843aea9e51394454630 /xf86config.py
parentbb04e5e0d741a60eab15c731d4de0d918ca3726d (diff)
downloadanaconda-fc5839d2e4e693c7e11a33380a02607de9ceb36b.tar.gz
anaconda-fc5839d2e4e693c7e11a33380a02607de9ceb36b.tar.xz
anaconda-fc5839d2e4e693c7e11a33380a02607de9ceb36b.zip
o massive move to a better translation model
o rename unprobed monitor to Generic Monitor
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/xf86config.py b/xf86config.py
index ebc4c2e20..47461302b 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -26,7 +26,7 @@ class XF86Config:
self.monHoriz = ""
self.monVert = ""
self.monSect = None
- self.monID = "Generic VGA Monitor"
+ self.monID = "Generic Monitor"
self.devID = None
self.probed = 0
self.skip = 0
@@ -531,7 +531,7 @@ Section "Keyboard"
# Any number of monitor sections may be present
Section "Monitor"
- Identifier "Generic VGA Monitor"
+ Identifier "Generic Monitor"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5
@@ -806,7 +806,7 @@ Section "Device"
else:
monID = self.monID
if not monID:
- monID = "Generic VGA Monitor"
+ monID = "Generic Monitor"
info = { "DEVICE" : self.devID,
"MONITOR" : monID }