tags:

views:

543

answers:

4

Hello,

I've just installed openSuse 11.3 and when I plug-in my usb mouse or usb keyboard seem nothing happens. What is the problem is there any quick issues/solutions on it? The reason I'm not familiar to openSuse.

Sultan

A: 

Just had the same issue. I found a bug report for it. Booting to runlevel 3 and adding the following to the ServerFlags section of /etc/X11/xorg.conf:

option "AutoAddDevices" "off"

seems to fix the mouse and keyboard issue (on my laptop), but nothing else seems to work properly.

I am going back to 11.2 for the time being.


Run Xorg -configure to create an xorg.conf.new file in your home directory. You can then copy that to /etc/X11/xorg.conf
Then add the following:

Section "ServerFlags"
    option  "AutoAddDevices"  "off"
EndSection
Chris
I'm confused a bit because there is no xorg.conf at /etc/X11/ instead of it I see xorg.conf.d directory but nothing like ServerFlags section.
sultan
Updated my post to clarify
Chris
Just an update. I wiped my /root partition and did a fresh install of 11.3 and everything is working fine.
Chris
A: 

I installed 11.3 a few weeks ago and everything was perfect until this issue which started around 10th Sept afaict. For me, the 1st few keystrokes would be lost, then would work until a new window was focussed, then 1st few keystrokes lost again... Chris's work-around above has worked for me so far. At work I switched to a mac keyboard and that didn't show the problem (though it took a while to sort out a sensible key mapping).

+1  A: 

I have the same problem since a few days. The first keystrokes are not recognized. Unfortunately the workaround posted here does not work for me, AutoAddDevices = off on a notebook is not a solution.

There is a solution posted at the OpenSUSE forums: http://forums.opensuse.org/english/get-help-here/hardware/445907-keyboard-mouse-freezes-11.html

psartini
A: 

According to https://bugzilla.novell.com/show_bug.cgi?id=638200 this bug is fixed by kernel rpm 2.6.34.7 although the changelog in the rpm does not reference bnc#638200.

codeDr