You are not logged in.
I have fresh new installation of Arch Linux.
I've just installed X and some other basic software including lightdm and dwm.
And when X starts (with lightdm for example or after new dwm session is started) I find mouse working but cursor sticking with top-left corner.
So cursor always in one position: top-left.
But when I move mouse invisible actual cursor is moving and I can press buttons, select text and etc. Moreover visible cursor (which is at top-left corner) changes its look depends of above what is actual invisible cursor. It changes from arrow to line segment if I positioned cursor at text area.
I've tried several mice: USB and PS/2. Same result. Pacman upgrade and etc doesn't help.
Please point me where to look.
P.S.
I have two videocards (integrated Intel and discrete NVIDIA). Probably some conflict. Display (and therefore Xorg) connected to discrete one.
Offline
xorg log and xinput output?
Offline
Xorg.log: http://pastie.org/private/xjhuy4c32hproa4vjzxq
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
EE:
[ 3.656] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 3.656] (EE) Failed to load module "nv" (module does not exist, 0)
[ 3.657] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 3.657] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 3.771] (EE) modeset(0): glamor initialization failed
[ 4.305] (EE) AIGLX: reverting to software renderingWW:
[ 3.646] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 3.646] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 3.646] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 3.648] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 3.656] (WW) Warning, couldn't open module nouveau
[ 3.656] (WW) Warning, couldn't open module nv
[ 3.657] (WW) Warning, couldn't open module fbdev
[ 3.657] (WW) Warning, couldn't open module vesaxipnut output: http://pastie.org/private/c9noxlmfqho3khhpqfxrkg
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ CHESEN PS2 to USB Converter id=10 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ CHESEN PS2 to USB Converter id=9 [slave keyboard (3)]
↳ Eee PC WMI hotkeys id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]Offline
Miracle!
I've installed proprioretary `nvidia` driver and mouse is fully working now.
So yes. Reason was somewhere in video drivers.
Offline