Thanks to Ben's advice, I paste below a diff output between the XF86Config-4
file that dexter produced, and the one that finally worked. I wish I
had some time and debconf hacking skills, so I could provide you with
a patch to dexter, but I'm afraid I have neither.
Summary:
- need dexter option on sparc for sun4 or sun5 keyboard, I'd imagine
- need dexter option on sparc for sunmouse
- need dexter option for ati driver on sparc
The diff below is manually edited to strip out stuff specific to me, so
don't try to actually apply it, because it won't work.
--
.....Adam Di [EMAIL PROTECTED]<URL:http://www.onShore.com/>
--- XF86Config-4.orig Wed Jun 13 22:59:45 2001
+++ XF86Config-4 Fri Jun 15 13:14:54 2001
@@ -43,47 +43,55 @@
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
- Option "XkbModel" "pc104"
- Option "XkbLayout" "us"
+ Option "XkbModel" "sun"
+# Option "XkbLayout" "us"
+
+ Option "XkbCompat" "compat/complete"
+ Option "XkbTypes" "types/complete"
+ Option "XkbKeycodes" "sun(type5)"
+ Option "XkbGeometry" "sun(type5unix)"
+ Option "XkbSymbols" "sun/us(sun5)"
+
EndSection
Section "InputDevice"
- Identifier "Configured Mouse"
+ Identifier "Sun Mouse"
Driver "mouse"
Option "CorePointer"
- Option "Device" "/dev/ttyS0"
- Option "Protocol" "Auto"
+ Option "Device" "/dev/sunmouse"
+ Option "Protocol" "BusMouse"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
[...]
Section "Device"
Identifier "Generic Video Card"
- Driver "fbdev"
+ Driver "ati"
EndSection
@@ -114,8 +122,7 @@
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
- InputDevice "Configured Mouse"
- InputDevice "Generic Mouse"
+ InputDevice "Sun Mouse"
EndSection
Section "DRI"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]