summaryrefslogtreecommitdiffstats
path: root/xsetup.py
diff options
context:
space:
mode:
authorbfox <bfox>2004-04-20 20:17:53 +0000
committerbfox <bfox>2004-04-20 20:17:53 +0000
commit090b7489d79a1258f9aaf394149ef7bd1bf7cf55 (patch)
treef9a14f79357f2b4a024af5fc6b1558864dfa6a94 /xsetup.py
parent8d2959ac4a7d7ea606e43d2704ebb6ce79241bb5 (diff)
downloadanaconda-090b7489d79a1258f9aaf394149ef7bd1bf7cf55.tar.gz
anaconda-090b7489d79a1258f9aaf394149ef7bd1bf7cf55.tar.xz
anaconda-090b7489d79a1258f9aaf394149ef7bd1bf7cf55.zip
write out xorg.conf instead of XF86Config
Diffstat (limited to 'xsetup.py')
-rw-r--r--xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsetup.py b/xsetup.py
index f5db25675..b1a0d603d 100644
--- a/xsetup.py
+++ b/xsetup.py
@@ -56,7 +56,7 @@ class XSetup:
if monname[:len(ddc_monitor_string)] == ddc_monitor_string:
self.xhwstate.set_monitor_name(monname[len(ddc_monitor_string)+3:])
- outfile = fn + "/XF86Config"
+ outfile = fn + "/xorg.conf"
xserver.writeXConfig(outfile, self.xhwstate, mouse, keyboard,
standalone = 0)