diff options
| author | Matt Wilson <msw@redhat.com> | 2000-06-20 02:25:31 +0000 |
|---|---|---|
| committer | Matt Wilson <msw@redhat.com> | 2000-06-20 02:25:31 +0000 |
| commit | e14c951eedec1bb4deccb64fd1aed2417ff6542e (patch) | |
| tree | 3091a6456cc633d3cbd01aeb699c2f7606b6099e | |
| parent | b39372d1fe982e2009f63d25d895426cee8fb099 (diff) | |
fixed jj's sparc patch
| -rw-r--r-- | xf86config.py | 2 |
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, |
