summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-20 02:25:31 +0000
committerMatt Wilson <msw@redhat.com>2000-06-20 02:25:31 +0000
commite14c951eedec1bb4deccb64fd1aed2417ff6542e (patch)
tree3091a6456cc633d3cbd01aeb699c2f7606b6099e
parentb39372d1fe982e2009f63d25d895426cee8fb099 (diff)
fixed jj's sparc patch
-rw-r--r--xf86config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index caf626b03..f6fbd66b2 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -1037,7 +1037,7 @@ Section "Screen"
"files" : self.files,
"screenModes" : screens,
"ia64Mods" : "",
- "nonSparcMods" : "Load fbdevhw",
+ "nonSparcMods" : 'Load "fbdevhw"',
"XkbRules" : self.keyRules,
"XkbModel" : self.keyModel,
"XkbLayout" : self.keyLayout,