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

Re: Mouse con rotellina su portatile



On Fri, Dec 12, 2003 at 03:09:03PM +0100, morpheus wrote:
> > > Option"ZAxisMapping""4 5"
> > Gia c'è... assiemte a option "Buttons" "5"
> 
> mhmmm... non mi convince mica....
> 
> > La configurazione è giusta. il problema è un altro ma non capisco quale!
> >
> > Tra l'altro il mouse non mi viene visto dalla porta usb ma comunque da
> > /dev/psaux e per attivarlo prima del fare un click con il touchpad!
> 

questa e' la mia configurazione (liberamente ispirata a un qualche
USB*-HOWTO), riporto solo le parti saliente che per'altro ricordo di
aver gia' mandato in lista per lo stesso identico problema):

[...]
Section "Module"
[...]
#se usi il synaptics driver <----
	Load	"synaptics"
EndSection

[...]
Section "InputDevice"

#se usi il synaptic driver <----
	Identifier	"TP Mouse"
	Option		"CorePointer"
	Driver  	"synaptics"
	Option 		"Device"  		"/dev/input/event0"
	Option		"Protocol"		"event"
	Option		"Edges"			"1900 5400 1800 3900"
	Option		"Finger"		"25 30"
	Option		"MaxTapTime"		"180"
	Option		"MaxTapMove"		"220"
	Option		"VertScrollDelta"	"100"
	Option		"MinSpeed"		"0.02"
	Option		"MaxSpeed"		"0.18"
	Option		"AccelFactor"		"0.0010"
#	Option		"Repeater"		"/dev/ps2mouse"
#	Option		"SHMConfig"		"on"

#se usi il driver PS2  <----
#	Driver		"mouse"
#	Option		"Device"		"/dev/psaux"
#	Option		"Protocol"		"PS/2"
#	Option		"Emulate3Buttons"	"true"
#	Option		"ZAxisMapping"		"4 5"
EndSection

# mouse usb <----
Section "InputDevice"
	Identifier	"USB Mouse"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

[...]
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"TP Mouse"
	InputDevice	"USB Mouse"
EndSection
[...]

ciao
-- 
mattia
:wq!



Reply to: