LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   strange mouse bug encountered in slackware 10.1 terminal (https://www.linuxquestions.org/questions/linux-newbie-8/strange-mouse-bug-encountered-in-slackware-10-1-terminal-301496/)

salviadud 03-14-2005 11:56 AM

strange mouse bug encountered in slackware 10.1 terminal
 
when i boot up, i can use my mouse in the terminal.

if i load X , shut it down, and back in the terminal, any mouse movement, click, or whatever kind of input from that device will cause just a bunch of chaos. why is that? is it because of the xorg.conf file?

has anyone encountered this problem?

chbin 03-14-2005 01:25 PM

that is not a slackware bug. it because you are using the gpm service for your mouse to work in the terminal, which is not compatible with X. technically you are supposed to shut it down before entering X, the developer even tells you to in the Documentation.

salviadud 03-14-2005 11:11 PM

oh, do you know how to do that?

i got slack 10.0 on a laptop with a usb mouse and i never have to shut down the gpm service....

well, i guess im learning. thanx for the info

chbin 03-14-2005 11:18 PM

$sh /etc/rc.d/rc.gpm stop

startx, do whatever.

Then when you exit X and want your mouse to work again in the terminal

$sh /etc/rc.d/rc.gpm start


All times are GMT -5. The time now is 11:13 AM.