[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[summary] Re: results using xfree86 4.1.0-0pre1v1 on sparc



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 Carlo....adam@onShore.com.....<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"



Reply to: