Thank for your help, but this configuration it´s OK. The problem is: when I restart the computer and the KDE start, the mouse it´s in the midle of Desktop and does´nt work, but if I unplug and plug the device, the mouse work fine. If Execute the lsmod in the console I can see: more.... usb-uhci usbcore hid input mousedev ....more What is the problem? Thanks -----Mensaje original----- De: Curtis Rey [mailto:crey@san.rr.com] Enviado el: Lunes, 08 de Septiembre de 2003 05:01 p.m. Para: suse-kde@suse.com Asunto: Re: [suse-kde] Mouse usb -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 08 September 2003 15:40, Tomás Augusto Germano wrote:
Hi, I´m Tomas from Argentina. I have a usb mouse and this properly instaled, but when I restart my Computer the mouse isn´t work in KDE environment. Can some budy help me? Thanks and sorry for my Englis.
Tomas, what does your XF86Config file look like? Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "ButtonNumber" "5" Option "Device" "/dev/mouse" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Resolution" "1200" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection And lower down: Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" ********************************* Option "Clone" "off" Option "Xinerama" "off" Screen "Screen[0]" EndSection Here's an example of mine. Also you might want to get into the habit of reporting what some of your log files say -- such as ".xsession-errors" file. Furthermore, is the device given the right permissions. Find out what you can. Sometimes also KDE gets a little dumb and needs to be told it has a mouse, But suspect it's either a problem with the XF86Config or permissions. Cheers, Curtis. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQE/XN/xiqnGhdjCOJsRAizPAJ47nH57mR8qMmszmae/8qvPnGUVxgCfccbu Df5pCq7hnF84AjNV8Gq6Wj8= =UPNn -----END PGP SIGNATURE----- -- To unsubscribe, email: suse-kde-unsubscribe@suse.com For additional commands, email: suse-kde-help@suse.com Please do not cross-post to suse-linux-e --------------------------------------------------------------------- Este mensaje es confidencial. Puede contener informacion amparada por el secreto profesional. Si usted ha recibido este e-mail por error, por favor comuniquenoslo inmediatamente via e-mail y tenga la amabilidad de eliminarlo de su sistema; no debera copiar el mensaje ni divulgar su contenido a ninguna persona. Muchas gracias. This message is confidential. It may also contain information that is privileged or otherwise legally exempt from disclosure. If you have received it by mistake please let us know by e-mail immediately and delete it from your system; you should also not copy the message nor disclose its contents to anyone. Many thanks. ---------------------------------------------------------------------
On Wed September 10 2003 8:45 am, Tomás Augusto Germano wrote:
Thank for your help, but this configuration it´s OK. The problem is: when I restart the computer and the KDE start, the mouse it´s in the midle of Desktop and does´nt work, but if I unplug and plug the device, the mouse work fine. If Execute the lsmod in the console I can see:
more.... usb-uhci usbcore hid input mousedev ....more
What is the problem? Thanks
I found that in order for my USB keyboard and mouse to be active at boot, they needed to be in the initrd. Check /etc/sysconfig/kernel: INITRD_MODULES="reiserfs usb-uhci input hid keybdev mousedev evdev" I know that generally, I could load the last three in on their own and their parents load first, but I figured it would cover the bases and leave little room for error. ;) Having the modules completely loaded by the time hotplug was called at boot made the devices already available for use. If I removed them from initrd, and set the hotplug timeout higher, I still noticed the devices were not detected. Hope this helps. -John -- Where zen ends, the ass kicking begins...
participants (2)
-
John E. Martin
-
Tomás Augusto Germano