Results 1 to 4 of 4
On my laptop, VidaLinux defaults to using the touchpad. Plugging in an external mouse doesn't seem to register at all, even with a reboot. Is there any way that I ...
- 08-04-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 23
Using extra mouse
On my laptop, VidaLinux defaults to using the touchpad. Plugging in an external mouse doesn't seem to register at all, even with a reboot. Is there any way that I can use the external mouse? I've tried PS2 and USB mice
- 08-04-2005 #2Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
You will probably need to edit the configuration file for the graphics console: /etc/X11/xorg.conf. Scroll down through that file and find a line reading something like "Section InputDevice". You may see some comments about an input device "mice" that can work with a second pointing device.
/IMHO
//got nothin'
///this use to look better
- 08-04-2005 #3Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
Dragonmantank, could you post the input devices of your Xorg.conf? I know someone who has problems with his touchpad - could be a real help
.
To answer your question: you need to setup X accordingly. You can use more than one input device
.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 08-04-2005 #4Just Joined!
- Join Date
- Jul 2005
- Posts
- 23
Here is my xorg.conf file (unedited for two mice):
Originally Posted by borromini
Code:Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection


Reply With Quote
