funziona touchpad ma no il mouse usb
Inviato: sab 17 feb 2007, 17:44
Che devo cambiare alla configurazione per far funzionare anche il mouse otico con rotelina usb ?
grazie
grazie
Codice: Seleziona tutto
Section "InputDevice"
268
269 # Identifier and driver
270
271 Identifier "Mouse1"
272 Driver "mouse"
273
274 # On platforms where PnP mouse detection is supported the following
275 # protocol setting can be used when using a newer PnP mouse:
276
277 # Option "Protocol" "Auto"
278
279 # The available mouse protocols types that you can set below are:
280 # Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
281 # Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
282 # MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
283 # ThinkingMouse ThinkingMousePS/2 Xqueue
284 Option "Protocol" "IMPS/2"
285
286 # The mouse device. The device is normally set to /dev/mouse,
287 # which is usually a symbolic link to the real device.
288
289 Option "Device" "/dev/mouse"
290 # Option "Device" "/dev/psaux"
291 # Option "Device" "/dev/ttyS0"
292 # Option "Device" "/dev/ttyS1"
293
294 Option "ZAxisMapping" "4 5"
Codice: Seleziona tutto
AlwaysCore