View previous topic :: View next topic |
Author |
Message |
Cotton Tux's lil' helper
Joined: 09 Aug 2004 Posts: 85 Location: Murray, UT
|
Posted: Mon Aug 09, 2004 11:42 pm Post subject: no mouse in console after install |
|
|
Hello,
After my fresh new install of 2004.2, I don't have a mouse cursor in the console as I did booting from the live cd. I used the 2.6.7-r12 kernel, and am also using framebuffer and bootsplash from the HOWTO forum. I did a manual kernel config, and of course included the USB drivers and PS/2 mouse drivers. The mouse is a Logitech MX500.
My board is an MSI 745 Ultra (SiS 745 chipset) with USB 1.1, but I accidently did use the USB 2.0 drivers in the current kernel, and have just recompiled/installed with just regular USB. I'm going to reboot as soon as my emerge gnome finishes. Could this be the problem? FWIW, my Logitech Elite USB keyboard obviously works just fine with the USB 2.0 drivers.
Any other ideas? Will xorg still be able to detect and use the mouse even though it's not working in the console? Thanks,
Cotton |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Mon Aug 09, 2004 11:51 pm Post subject: |
|
|
Without gpm you do not have mouse functionality in the console - it's not a kernel function.
Quote: | Will xorg still be able to detect and use the mouse even though it's not working in the console? |
Yes, these are completely separate. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
Cotton Tux's lil' helper
Joined: 09 Aug 2004 Posts: 85 Location: Murray, UT
|
Posted: Mon Aug 09, 2004 11:54 pm Post subject: |
|
|
Ah, great, thank you! Is there any startup config I need to do, or is it automatic from portage?
adaptr wrote: |
Without gpm you do not have mouse functionality in the console - it's not a kernel function.
Quote: | Will xorg still be able to detect and use the mouse even though it's not working in the console? |
Yes, these are completely separate. |
|
|
Back to top |
|
|
Cotton Tux's lil' helper
Joined: 09 Aug 2004 Posts: 85 Location: Murray, UT
|
Posted: Tue Aug 10, 2004 3:48 pm Post subject: |
|
|
bump - anyone? do I need to add this to rc-update or something? |
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Tue Aug 10, 2004 7:13 pm Post subject: |
|
|
Then edit your/etc/conf.d/gpm to make sure it uses the proper mouse device, most likely either /dev/psaux, or /dev/input/mice. In order to check which device you should use, go into a terminal, and do or Code: | $ cat /dev/input/mice | and move your mouse around. The proper device will be the one that displays a bunch characters when you do this. (Use Ctrl+D or Ctrl+C to stop it.)Then do: Code: |
# rc-update add gpm default
#/etc/init.d/gpm start | That should get you going...
Just be aware that some console apps that can use gpm (like lynx or elinks or others) need to be re-emerge-ed with the "gpm" USE flag set in order to take advantage of gpm's functionality.
Hth! _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
Cotton Tux's lil' helper
Joined: 09 Aug 2004 Posts: 85 Location: Murray, UT
|
Posted: Wed Aug 11, 2004 9:52 pm Post subject: |
|
|
Great, thanks for the little tutorial!!
this is much nicer than the fedora and suse communities from whence I came...
codergeek42 wrote: | Then edit your/etc/conf.d/gpm to make sure it uses the proper mouse device, most likely either /dev/psaux, or /dev/input/mice. In order to check which device you should use, go into a terminal, and do or Code: | $ cat /dev/input/mice | and move your mouse around. The proper device will be the one that displays a bunch characters when you do this. (Use Ctrl+D or Ctrl+C to stop it.)Then do: Code: |
# rc-update add gpm default
#/etc/init.d/gpm start | That should get you going...
Just be aware that some console apps that can use gpm (like lynx or elinks or others) need to be re-emerge-ed with the "gpm" USE flag set in order to take advantage of gpm's functionality.
Hth! |
|
|
Back to top |
|
|
codergeek42 Bodhisattva
Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Wed Aug 11, 2004 10:42 pm Post subject: |
|
|
Cotton wrote: | Great, thanks for the little tutorial!!
this is much nicer than the fedora and suse communities from whence I came...
codergeek42 wrote: | Then edit your/etc/conf.d/gpm to make sure it uses the proper mouse device, most likely either /dev/psaux, or /dev/input/mice. In order to check which device you should use, go into a terminal, and do or Code: | $ cat /dev/input/mice | and move your mouse around. The proper device will be the one that displays a bunch characters when you do this. (Use Ctrl+D or Ctrl+C to stop it.)Then do: Code: |
# rc-update add gpm default
#/etc/init.d/gpm start | That should get you going...
Just be aware that some console apps that can use gpm (like lynx or elinks or others) need to be re-emerge-ed with the "gpm" USE flag set in order to take advantage of gpm's functionality.
Hth! |
| Coolness ^_^.
Glad I could help. _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|