summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-09-14 23:34:01 +0000
committerpnfisher <pnfisher>1999-09-14 23:34:01 +0000
commitc3b435df06dc5e9054924d4bef866ec4a467556a (patch)
tree8739a853a713b76239b32e221fe458a59f2b70d1 /xf86config.py
parenta04f93ac248c37810aab42233db6fb10ff93674a (diff)
downloadanaconda-c3b435df06dc5e9054924d4bef866ec4a467556a.tar.gz
anaconda-c3b435df06dc5e9054924d4bef866ec4a467556a.tar.xz
anaconda-c3b435df06dc5e9054924d4bef866ec4a467556a.zip
Set sane defaults.
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/xf86config.py b/xf86config.py
index 50e82e60e..f5aeb57ed 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -29,10 +29,10 @@ class XF86Config:
self.skip = 0
self.modes = { "8" : ["640x480"] }
self.device = None
- self.keyModel = None
- self.keyLayout = None
- self.keyVariant = None
- self.keyOptions = None
+ self.keyModel = "pc101"
+ self.keyLayout = "us"
+ self.keyVariant = ""
+ self.keyOptions = ""
rules = _xkb.get_rulesbase ()
self.keyRules = rules[string.rfind (rules, "/")+1:]
@@ -420,7 +420,6 @@ Section "Keyboard"
# control keys, use:
XkbOptions "ctrl:nocaps"
-# These are the default XKB settings for XFree86
XkbRules "%s"
XkbModel "%s"
XkbLayout "%s"