LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   slackware 13.1 - reconfiguring a mouse for console (https://www.linuxquestions.org/questions/linux-newbie-8/slackware-13-1-reconfiguring-a-mouse-for-console-871055/)

slackguy123 03-25-2011 09:40 PM

slackware 13.1 - reconfiguring a mouse for console
 
Hola Linux Questions !

I recently installed Slackware 13.1 x86_64. When it came time for mouse configuration, I went with imps2. I also installed/setup gpm and with it the association to imps2.

Described during install was a link from /dev/mouse to the device. Looking at my dev/mouse I see it's linked to input/mice. Also looking at my rc.gpm I see : /usr/sbin/gpm -m /dev/mouse -t imps2

Well, I am having no luck with imps2 right now, so I would like to give the generic ps2 a go. Could someone give me a run down on how I could properly reconfigure such , to give ps2 a try.

Also, am I right in assuming /dev/mouse handles the link for the mouse, for both console and X. But gpm handles the ability to copy + paste in CONSOLE only ?

Thanks very much in advance.

~ New slacker....

tommcd 03-25-2011 10:29 PM

First, backup your /etc/X11/xorg.conf file if you have one.
Code:

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
Then become root and run xorgconfig or xorgsetup. Using xorgconfig is more interactive, and it will ask you everything you want. Using xorgsetup is more automatic.
Either one should reconfigure your mouse for you.
http://www.slackbook.org/html/x-window-system.html
http://www.slackbook.org/html/x-wind...xorgsetup.html
Also see this on editing xorg.conf for mice with scroll wheels: http://humanreadable.nfshost.com/sde...heel-mouse.htm
And welcome to the LQ forums!

slackguy123 03-25-2011 11:10 PM

Thanks for the tips on xorgconfig and xorgsetup.

I will look further into it. Seeing as though no /etc/X11/xorg.conf exists, I realize I must run xorgsetup to setup an initial one.

However, is there any other way of configuring the change in the mouse protocol, without utilizing any piece of software related to X-Windows ?
If for example, I had opted out of the istallation of the X package.

Thanks in advance.

Alright so far, I've come to this point:

# killall gpm
# gpm -m /dev/mouse -t ps2

Thanks, is there anything special I would then need to do to /dev/mouse in terms of changing it's link ?

slackguy123 03-25-2011 11:41 PM

Figured it out, as mentioned above, thanks for the reply.

Expect more questions to come :)


All times are GMT -5. The time now is 09:34 AM.