summaryrefslogtreecommitdiffstats
path: root/xsetup.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-07-11 19:54:18 +0000
committerChris Lumens <clumens@redhat.com>2006-07-11 19:54:18 +0000
commit38a7e566cc50305c0517f8413043561dd00522f6 (patch)
tree932c98bffd84a2773f5025099cde0ee8de620ba1 /xsetup.py
parentacfa2fd1863b5c6d9eb8cefa0fe5f59647b7b2c1 (diff)
downloadanaconda-38a7e566cc50305c0517f8413043561dd00522f6.tar.gz
anaconda-38a7e566cc50305c0517f8413043561dd00522f6.tar.xz
anaconda-38a7e566cc50305c0517f8413043561dd00522f6.zip
No standalone mode in rhpxl anymore.
Diffstat (limited to 'xsetup.py')
-rw-r--r--xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/xsetup.py b/xsetup.py
index 3afc185ac..17a4030f9 100644
--- a/xsetup.py
+++ b/xsetup.py
@@ -58,8 +58,7 @@ class XSetup:
self.xhwstate.set_monitor_name(monname[len(ddc_monitor_string)+3:])
outfile = fn + "/xorg.conf"
- xserver.writeXConfig(outfile, self.xhwstate, mouse, keyboard,
- standalone = 0)
+ xserver.writeXConfig(outfile, self.xhwstate, mouse, keyboard)
# restore monitor name
self.xhwstate.set_monitor_name(monname)