summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-01-31 02:18:55 +0000
committerBill Nottingham <notting@redhat.com>2002-01-31 02:18:55 +0000
commit02a8b452a79f1151f81e4ca16f44fff9c6ed519b (patch)
treeab05e903b4d06a52cc317f9d7accbb24105bf7f7 /xf86config.py
parent268422812fd3de65728663c70837a1fd92fbc902 (diff)
downloadanaconda-02a8b452a79f1151f81e4ca16f44fff9c6ed519b.tar.gz
anaconda-02a8b452a79f1151f81e4ca16f44fff9c6ed519b.tar.xz
anaconda-02a8b452a79f1151f81e4ca16f44fff9c6ed519b.zip
point to new monitordb location
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index da1f41b25..37a47a1ee 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -814,7 +814,7 @@ class XF86Config:
if self.monlist:
return self.monlist
if not lines:
- db = open ('/usr/X11R6/share/Xconfigurator/MonitorsDB')
+ db = open ('/usr/share/hwdata/MonitorsDB')
lines = db.readlines ()
db.close ()