You are not logged in.

#1 2012-01-24 01:57:16

antony
Member
Registered: 2011-07-14
Posts: 43

mouse not working on first login only

Hi,
I have a pretty strange problem with my mouse: when I log in for the first time after my laptop boots (using slim as login manager and awesome as wm, if that matters), I can move my mouse cursor around, but neither mouse button works (and there is no signal when I try xev, neither for moving the cursor nor for clicking).  But if I forcefully quit X (ctrl-alt-bksp), log in and re-startx, then everything works fine.  Anyone had this problem before / know how to deal with it?
Thanks in advance.

Offline

#2 2012-01-24 16:16:11

scholi
Member
From: Switzerland
Registered: 2011-08-10
Posts: 2

Re: mouse not working on first login only

what driver are you using?

What gives the following? :

cat /etc/X11/xorg.conf.d/10-evdev.conf

Offline

#3 2012-01-24 19:33:14

antony
Member
Registered: 2011-07-14
Posts: 43

Re: mouse not working on first login only

Here is my 10-evdev.conf:

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "XkbLayout" "fr"
        Option "XkbLayout" "us"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "Keyboard Defaults"
        MatchIsKeyboard "yes"
        Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection

Offline

#4 2012-01-24 20:40:35

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

Re: mouse not working on first login only

The X log should let you know what is happening with the mouse.


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

Offline

Board footer

Powered by FluxBB