From 02a8b452a79f1151f81e4ca16f44fff9c6ed519b Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 31 Jan 2002 02:18:55 +0000 Subject: point to new monitordb location --- xf86config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xf86config.py') 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 () -- cgit