• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Mouse issues with Linux

Zeorymer

Member
I installed Linux no problem and after the first boot process I came to the logon prompt and the mouse didn't respond, So I log in and after Linux starts up the mouse still doesn't respond, I use an optical wireless Logitech mouse and the driver disk is only for Win XP. I also restarted with a normal USB mouse with the same result. Anybody else have this problem?
 
Find your /etc/X11/xorg.conf (or XF86Config or whatever it was called) and find the mouse section. See what the protocol is.

Better yet, just run the xorg or xfree config script. Set the mouse type to "Auto". Also check to see where your mouse is connected.

dmesg | grep mouse

to see what comes up. I think the default is for x to want to use /dev/mouse whereas I find my logitech mice come up under /dev/psaux
 
Back
Top