[FoLUG]Neofita Debian

CyberPenguin folug@lists.linux.it
Thu, 27 Mar 2003 09:00:28 +0100


Marco Massari Calderone wrote:
<snip>
 > Section "InputDevice"
 >        Driver          "mouse"
 >        Identifier      "usbmice"
 >        Option          "Device" "/dev/input/mouse0"
 >        Option          "Protocol" "IMPS/2"
 >        Option          "ZAxisMapping" "4 5"
 > EndSection
 >
 > e poi nella section "ServerLayout" inserire
 > 	
 > 	InputDevice     "usbmice" "CorePointer"
<snip>

Dopo aver creato il device e modificato i permessi, ho editato XF86Config-4 da
cosi':
---
Section "InputDevice"
      Identifier    "Configured Mouse"
      Driver        "mouse"
      Option        "CorePointer"
      Option        "Device"        "/dev/psaux"
      Option        "Protocol"        "PS/2"
      Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
      Identifier    "Generic Mouse"
      Driver        "mouse"
      Option        "SendCoreEvents"    "true"
      Option        "Device"        "/dev/input/mice"
      Option        "Protocol"        "ImPS/2"
      Option        "Emulate3Buttons"    "true"
EndSection
---
Section "ServerLayout"
      Identifier    "Default Layout"
      Screen        "Default Screen"
      InputDevice    "Generic Keyboard"
      InputDevice    "Configured Mouse"
      InputDevice    "Generic Mouse"
EndSection
---
a cosi':
---
Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"usbmice"
	Driver		"mouse"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/input/mouse0"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"	        "4 5"
EndSection
---
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"usbmice" "CorePointer"
EndSection
---

Riavviando il sistema, con XF86Config-4 modificato, X parte correttamente ma
il mouse usb non funzia :-(
Cos'altro posso provare?

Tnx ;-)
Giovanni
-- 
(o<
//\        Membro del FoLug - http://folug.linux.it
V_/_    Red Hat 8.0 GNU/Linux Powered
-------------------------------------------------------------------
There is no system other than GNU. And Linux is one of its kernels.