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

Re: xorg pointer (mouse)



On Saturday 30 January 2010 10:39:37 Guillermo Cotone wrote:
> Hello,
> I had the same issue. I solved it with the follwing lines in my xorg:
> 
> Section "ServerFlags"
> Option "AllowEmptyInput" "false"
> EndSection
> 
> Section "InputDevice"
> Identifier               "Default mouse"
> Driver                   "mouse"
> Option "Device"          "/dev/ums0"
> Option "Protocol"        "auto"
> Option "SendCoreEvents"  "true"
> EndSection
> 
> It seems to be a bug in hal.
> 
> Guillermo

Yes, I tried that but get an error,
so some other program (hal?)
appears to have claimed /dev/ums0

Alan

(**) Option "Protocol" "auto"
(**) Default mouse: Device: "/dev/ums0"
(**) Default mouse: Protocol: "auto"
(**) Option "SendCoreEvents" "true"
(**) Default mouse: always reports core events
(**) Option "Device" "/dev/ums0"
(==) Default mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Default mouse: ZAxisMapping: buttons 4 and 5
(**) Default mouse: Buttons: 9
(**) Default mouse: Sensitivity: 1
(II) XINPUT: Adding extended input device "Default mouse" (type: MOUSE)
(**) Default mouse: (accel) keeping acceleration scheme 1
(**) Default mouse: (accel) acceleration profile 0
(II) Default mouse: SetupAuto: hw.iftype is 5, hw.model is 0
(II) Default mouse: SetupAuto: protocol is SysMouse
(WW) fcntl(8, F_SETOWN): Inappropriate ioctl for device
(**) Default mouse: Device: "/dev/ums0"
(**) Default mouse: Protocol: "auto"
(**) Option "SendCoreEvents" "true"
(**) Option "CorePointer"
(**) Default mouse: always reports core events
(**) Option "Device" "/dev/ums0"
(EE) xf86OpenSerial: Cannot open device /dev/ums0
        Device or resource busy.
(EE) Default mouse: cannot open input device
(EE) PreInit failed for input device "Default mouse"
(II) UnloadModule: "mouse"


Reply to: