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

Re: Problema mouse PS/2



Me he equivocado, quería decir esta configuración:

Section "InputDevice"
	Identifier	"Configured Mouse"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
EndSection


Supongo que tu ratón tiene rueda, si no la tiene, y tiene 3
botones, prueba esta otra:

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Attachment: pgpjRjq_Xp8Lx.pgp
Description: PGP signature


Reply to: