LinHES Forums
http://forum.linhes.org/

SOLVED: Mouse doesn't work.
http://forum.linhes.org/viewtopic.php?f=5&t=17292
Page 1 of 1

Author:  Gibble [ Tue Nov 20, 2007 12:44 pm ]
Post subject:  SOLVED: Mouse doesn't work.

Not sure where to start looking, but my mouse doesn't work in KM. It's a wireless KB and Mouse combo, the keyboard works fine, the mouse used to work when I had Ubuntu installed. So it's not hardware (has new batteries too). Just not sure where to start looking to get it working in KM. I always figured it should just 'work'. Unfortunately, that's not the case.

Author:  Too Many Secrets [ Tue Nov 20, 2007 1:16 pm ]
Post subject: 

what model kb?

Author:  Gibble [ Tue Nov 20, 2007 2:31 pm ]
Post subject: 

I'm going from memory here, I believe they are BenQ, dont' know the model off hand.

edit: I think it's BenQ x530.

Author:  Gibble [ Tue Nov 20, 2007 6:14 pm ]
Post subject: 

Just checked, it's an x805.

I have a mouse cursor on the screen...it just won't move...? Very strange.

Author:  Gibble [ Wed Nov 21, 2007 11:28 am ]
Post subject: 

Ok, so I'm thinking maybe the mouse is recognized, since the pointer appears, but something is not configured properly.

Would that be in /etc/X11/XF86Config.in ?

Code:
Section "Pointer"
    Protocol    "@@PROTOCOL@@"
    Device      "/dev/mouse"
    Emulate3Buttons
    Emulate3Timeout    70
EndSection


Where would @@PROTOCOL@@ be set?

Author:  Gibble [ Wed Nov 21, 2007 11:32 am ]
Post subject: 

Or maybe it's xorg.conf

Code:
Section "ServerLayout"

# PS/2 Mouse not detected
# Serial Mouse not detected
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "USB Mouse" "CorePointer"
EndSection


Which doesn't seem right, since I'm pretty sure the Mouse is connected by PS/2

But then later there is this
Code:
Section "InputDevice"
    Identifier     "PS/2 Mouse"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "ZAxisMapping" "4 5"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier     "USB Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "SendCoreEvents" "true"
    Option         "Protocol" "IMPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection


So do I just change that first section to this?
Code:
    InputDevice    "PS/2 Mouse" "CorePointer"


I'm not at home to test any of this...but if I'm on the right track, it would be good to know :)

Author:  mad_paddler [ Wed Nov 21, 2007 4:21 pm ]
Post subject: 

hmmm, not really sure where to start... I've never seen a mouse that didn't work unless it was a hardware fault.

One thing you could try is to open a terminal and:

cat /dev/input/mouse0

then move the mouse around, on mine it outputs a load of garbage every time the mouse moves. If it outputs a load of rubbish then i would guess the mouse works but theres some kind of config problem.

Author:  Gibble [ Wed Nov 21, 2007 5:05 pm ]
Post subject: 

Thanks, it's another thing I can try :)

Author:  Gibble [ Wed Nov 21, 2007 6:11 pm ]
Post subject: 

Oh...whoops :oops:

It just wasn't synched with the receiver :o

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/