You are not logged in.

#1 2011-02-07 10:34:36

Vapourstreak
Member
Registered: 2011-02-04
Posts: 37

No Click.

I just installed Arch, with Compiz as my windows manager, on my Gateway NV53 laptop.  All was going well until i booted into compiz, then I found out my pointing devices weren't working.  It's funny because I can use both the touchpad and mouse to move the pointer around, but can't right or left click at all.

At first it worked on the touchpad, for a couple clicks, but then it stopped working after that, and it never worked on my wireless mouse.  I installed the latest Synaptics drivers, but when I tried to run synclient, it said "Couldn't find Synaptics Properties.  No synaptics driver loaded?"

How do I fix this?

Thanks,
Vapour

Offline

#2 2011-02-07 10:39:33

moetunes
Member
From: A comfortable couch
Registered: 2010-10-09
Posts: 1,033

Re: No Click.

What does /var/log/Xorg.0.log say about your devices - the touchpad and the mouse?


You're just jealous because the voices only talk to me.

Offline

#3 2011-02-07 10:54:09

Vapourstreak
Member
Registered: 2011-02-04
Posts: 37

Re: No Click.

Reciever:

[    14.295] (II) config/udev: Adding input device 2.4GHz 2way RF Mouse Receiver (/dev/input/event8)
[    14.295] (**) 2.4GHz 2way RF Mouse Receiver: Applying InputClass "evdev pointer catchall"
[    14.295] (**) 2.4GHz 2way RF Mouse Receiver: Applying InputClass "evdev keyboard catchall"
[    14.295] (**) 2.4GHz 2way RF Mouse Receiver: always reports core events
[    14.295] (**) 2.4GHz 2way RF Mouse Receiver: Device: "/dev/input/event8"
[    14.303] (--) 2.4GHz 2way RF Mouse Receiver: Found 12 mouse buttons
[    14.303] (--) 2.4GHz 2way RF Mouse Receiver: Found scroll wheel(s)
[    14.303] (--) 2.4GHz 2way RF Mouse Receiver: Found relative axes
[    14.303] (--) 2.4GHz 2way RF Mouse Receiver: Found x and y relative axes
[    14.303] (--) 2.4GHz 2way RF Mouse Receiver: Found absolute axes
[    14.303] (--) 2.4GHz 2way RF Mouse Receiver: Found keys
[    14.303] (II) 2.4GHz 2way RF Mouse Receiver: Configuring as mouse
[    14.303] (II) 2.4GHz 2way RF Mouse Receiver: Configuring as keyboard
[    14.303] (**) 2.4GHz 2way RF Mouse Receiver: YAxisMapping: buttons 4 and 5
[    14.303] (**) 2.4GHz 2way RF Mouse Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    14.303] (II) XINPUT: Adding extended input device "2.4GHz 2way RF Mouse Receiver" (type: KEYBOARD)
[    14.303] (**) Option "xkb_rules" "evdev"
[    14.303] (**) Option "xkb_model" "evdev"
[    14.303] (**) Option "xkb_layout" "us"
[    14.303] (**) 2.4GHz 2way RF Mouse Receiver: (accel) keeping acceleration scheme 1
[    14.303] (**) 2.4GHz 2way RF Mouse Receiver: (accel) acceleration profile 0
[    14.303] (**) 2.4GHz 2way RF Mouse Receiver: (accel) acceleration factor: 2.000
[    14.303] (**) 2.4GHz 2way RF Mouse Receiver: (accel) acceleration threshold: 4
[    14.304] (II) 2.4GHz 2way RF Mouse Receiver: initialized for relative axes.
[    14.304] (WW) 2.4GHz 2way RF Mouse Receiver: ignoring absolute axes.
[    14.304] (II) config/udev: Adding input device 2.4GHz 2way RF Mouse Receiver (/dev/input/mouse0)
[    14.304] (II) No input driver/identifier specified (ignoring)

Mouse:

[    14.330] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event13)
[    14.330] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    14.330] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    14.330] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event13"
[    14.343] (--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
[    14.343] (--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
[    14.343] (--) ImPS/2 Generic Wheel Mouse: Found relative axes
[    14.343] (--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
[    14.343] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
[    14.343] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
[    14.343] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    14.343] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
[    14.343] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[    14.343] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[    14.343] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    14.343] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    14.343] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
[    14.343] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse1)
[    14.344] (II) No input driver/identifier specified (ignoring)

And I don't see an entry for the trackpad.

The whole log is here: http://paste.pocoo.org/show/333614/

Looking at it now, there's a lot of drivers missing, like the mouse, ati-mic, ati-headphone, etc.  How would I install those?

Thanks,
Vapour

Last edited by Vapourstreak (2011-02-07 10:54:46)

Offline

#4 2011-02-07 11:41:16

moetunes
Member
From: A comfortable couch
Registered: 2010-10-09
Posts: 1,033

Re: No Click.

You need to install xf86-input-synaptics for the touchpad.
I've never used a wireless mouse so I know nothing about them. You could try installing xf86-input-mouse.
The mic and headphones are handled by alsa, oss or pulseaudio depending on how you have things set up.


You're just jealous because the voices only talk to me.

Offline

#5 2011-02-07 12:01:10

Vapourstreak
Member
Registered: 2011-02-04
Posts: 37

Re: No Click.

I stated that I installed the xf86-input-synaptics in the first post, but its still not working

Offline

#6 2011-02-07 12:26:50

Vapourstreak
Member
Registered: 2011-02-04
Posts: 37

Re: No Click.

Now it seems like the touchpad is working, after a few restarts, but the mouse still isn't, even after I installed xf86-input-mouse.

Any more ideas?

Edit: Nope, restarted it again and the touchpad doesn't work again.  What do I do?

Last edited by Vapourstreak (2011-02-07 12:31:03)

Offline

#7 2011-02-07 13:43:13

Vapourstreak
Member
Registered: 2011-02-04
Posts: 37

Re: No Click.

The trackpad just randomly died right now.  I think it has to do with a program running or something, because as soon as I try clicking the mouse, the trackpad stops working.

Last edited by Vapourstreak (2011-02-07 14:19:57)

Offline

Board footer

Powered by FluxBB