summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-04-24 21:06:07 +0000
committerMatt Wilson <msw@redhat.com>2000-04-24 21:06:07 +0000
commit7c7d4ec1ea623ff215441ad5ac235c6cb912cb24 (patch)
tree7b6fb2c8a0eff689405d24f0bd5472f7de76acb8 /xf86config.py
parentfbd1c212884f02ebdcd1ab957284b45fb4b2e76e (diff)
downloadanaconda-7c7d4ec1ea623ff215441ad5ac235c6cb912cb24.tar.gz
anaconda-7c7d4ec1ea623ff215441ad5ac235c6cb912cb24.tar.xz
anaconda-7c7d4ec1ea623ff215441ad5ac235c6cb912cb24.zip
xfree86 4.0, almost working
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86config.py b/xf86config.py
index da68eb070..1839cbfd8 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -1002,7 +1002,7 @@ Section "Screen"
def Version4Config(self):
data = { "mouseProto" : self.mouse.info['XMOUSETYPE'],
- "mouseDevice" : 'mouse',
+ "mouseDevice" : self.mouse.device,
"cardsOptions" :
self.vidCards[self.primary].get ("LINE",
" # no known options"),
@@ -1010,7 +1010,7 @@ Section "Screen"
"cardVendor" : self.vidCards[self.primary]["NAME"],
"cardBoardName": self.vidCards[self.primary]["NAME"]
}
- self.vidCards[self.primary]["DRIVER"] = "vga"
+# self.vidCards[self.primary]["DRIVER"] = "vga"
if self.vidCards[self.primary].has_key ("DRIVER"):
data["cardDriver"] = self.vidCards[self.primary]["DRIVER"]
else: