Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Really Dumb: Getting Mouse to work in pure console mode?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Fri Dec 10, 2004 9:52 am    Post subject: Really Dumb: Getting Mouse to work in pure console mode? Reply with quote

Sorry for making this thread, but browsing documentation without a mouse in links2 = pain in the ass. I'll delete it as soon as I get an answer, thanks.

It's a Logitech MX600 Wireless mouse in case that matters. Keyboard that talks to the same receiver works just fine.
Back to top
View user's profile Send private message
seank
l33t
l33t


Joined: 08 Jul 2004
Posts: 686

PostPosted: Fri Dec 10, 2004 9:55 am    Post subject: Reply with quote

Code:
emerge gpm
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Fri Dec 10, 2004 4:59 pm    Post subject: Reply with quote

I think I might be missing something in the kernel. LiveCD has GPM configed to run off of /dev/input/mice and on imps2. When I use the same config, the pointer pops up in the middle of the screen, but doens't move. Also, trying mouse0, mouse1, and mouse2 individually says "cannot open mouse_", so I'm guessing I don't have support for the mouse compiled. Rats.
Back to top
View user's profile Send private message
racoontje
Veteran
Veteran


Joined: 19 Jul 2004
Posts: 1290

PostPosted: Fri Dec 10, 2004 5:01 pm    Post subject: Reply with quote

/dev/input/mice should be correct, post your kernel config
Back to top
View user's profile Send private message
GatoVolador
Apprentice
Apprentice


Joined: 16 Jun 2004
Posts: 268
Location: California, USA

PostPosted: Fri Dec 10, 2004 5:35 pm    Post subject: Reply with quote

Hello there,

I believe gpm has a bug such that it will not work with links -g in the console when logged in as a normal user. Try logging in as root to see what happens. I came across this problem and found it worked for root, but not normal users. Some googling revealed that it was possibly a bug. I have yet to find a solution so that normal users can use the mouse with graphics mode links in the console.

Having said that, have you done
Code:
rc-update add gpm default
as root? Maybe it will work for you.

Regards.
Back to top
View user's profile Send private message
DrWoland
l33t
l33t


Joined: 13 Nov 2004
Posts: 603

PostPosted: Fri Dec 10, 2004 5:54 pm    Post subject: Reply with quote

I am root, and I did do rc-update. Still no go :(
Back to top
View user's profile Send private message
hcintra
n00b
n00b


Joined: 27 Jan 2005
Posts: 51

PostPosted: Mon Dec 11, 2006 11:47 pm    Post subject: Reply with quote

I have this mouse working. It is part of a combo with lx3000 keyboard

the relevant xorg.conf code:

Quote:

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "ltcd"
Option "XkbLayout" "us"

EndSection

Section "InputDevice"

Identifier "Keyboard2"
Driver "evdev"
Option "Device" "/dev/input/event1"

EndSection

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Mouse1"
Driver "evdev"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"

EndSection


Code:

Section "ServerLayout"
        Identifier "Simple layout"
        Screen "Screen0"
        InputDevice "Mouse1" "SendCoreEvents"
        InputDevice "Keyboard1" "CoreKeyboard"
        InputDevice "Keyboard2" "SendCoreEvents"

EndSection


It might be too obvious, but I would also check your kernel's /usr/src/linux/.config for:

Quote:

CONFIG_INPUT_EVDEV=y


Quote:

CONFIG_MOUSE_PS2=y


Hope it helps.
Back to top
View user's profile Send private message
Underdone
Apprentice
Apprentice


Joined: 22 Oct 2006
Posts: 154
Location: Albuquerque, NM

PostPosted: Tue Dec 12, 2006 2:32 am    Post subject: Reply with quote

DrWoland wrote:
I am root, and I did do rc-update

If you didn't reboot after you did that you have to run gpm.
Code:
/etc/init.d/gpm start
Back to top
View user's profile Send private message
mark_alec
Bodhisattva
Bodhisattva


Joined: 11 Sep 2004
Posts: 6066
Location: Melbourne, Australia

PostPosted: Tue Dec 12, 2006 2:43 am    Post subject: Reply with quote

Moved from Installing Gentoo to Other Things Gentoo.
_________________
www.gentoo.org.au || #gentoo-au
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
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