summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-12-12 15:51:30 +0000
committerChris Lumens <clumens@redhat.com>2005-12-12 15:51:30 +0000
commitc97e772dc9a0d47aa81067227154a883bf1ca79a (patch)
treeedaf341e11d100f745035090f5bf09703e60ee85 /installclass.py
parent946f9c6dae11027cecad99a6fbfd349c832986db (diff)
downloadanaconda-c97e772dc9a0d47aa81067227154a883bf1ca79a.tar.gz
anaconda-c97e772dc9a0d47aa81067227154a883bf1ca79a.tar.xz
anaconda-c97e772dc9a0d47aa81067227154a883bf1ca79a.zip
Remove x configuration from the monitor keyword.
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/installclass.py b/installclass.py
index dd0b2e0c0..111fb0b3c 100644
--- a/installclass.py
+++ b/installclass.py
@@ -412,9 +412,8 @@ class BaseInstallClass:
id.xsetup.xhwstate.set_videocard_ram(int(videoRam))
- def configureX(self, id, driver = None, videoRam = None, monitorName = None, hsync = None, vsync = None, resolution = None, depth = None, noProbe = 0, startX = 0):
+ def configureX(self, id, driver = None, videoRam = None, resolution = None, depth = None, noProbe = 0, startX = 0):
self.setVideoCard(id, driver, videoRam)
- self.setMonitor(id, hsync, vsync, monitorName)
if startX:
rl = 5