Bueno hace unos dias que estou usando solo Linux y tengo algun problemilla.
Mi distro es Gluz, basada en debian.
Quisiera poder hacer que el scroll de mi raton se moviera, pero no hay manera.
He tratado de modificar en el fichero /etc/X11/XF86Config-4 la sección "InputDevice", como habia leido por ahi, y me queda asi

Código:
Section "InputDevice"
	Identifier  "Serial Mouse"
	Driver      "mouse"
	Option      "Protocol" "Microsoft"
	Option      "Device" "/dev/ttyS0"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
	Identifier  "PS/2 Mouse"
	Driver      "mouse"
	Option      "Device" "/dev/psaux"
	Option      "Emulate3Buttons" "true"
	Option      "Emulate3Timeout" "70"
	Option	    "SendCoreEvents"  "true"
	Option	    "Protocol"              "PS/2"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"            "/dev/psaux"
    Option        "Protocol"          "ImPS/2"
    Option        "Emulate3Buttons"   "true"
    Option        "ZAxisMapping"      "4 5"


EndSection
Pero sigue sin funcionar.
Gracias y un saludo