[kde-linux] Context menu freeze

Gaffer. derrick_s at tesco.net
Wed Sep 19 18:11:33 UTC 2007


Hi Anne,

On Wednesday 19 September 2007 12:37, Anne Wilson inscribed thus:
> On Wednesday 19 Sep 2007, Lukasz Klekot wrote:
> > gpgkeys: key A75E3346952D94A1 not found on keyserver
> >
> > Anne Wilson wrote:
> > > That sounds to me like a device driver fault - the wrong driver
> > > for your mouse.  Which distro do you use?  Does it have a tool
> > > for configuring peripherals?  If not, the setting is in
> > > /etc/X11/xorg.conf, where you should find a section similar to
> > >
> > > Section "InputDevice"
> > >     Identifier "Mouse1"
> > >     Driver "mouse"
> > >     Option "Protocol" "ExplorerPS/2"
> > >     Option "Device" "/dev/mouse"
> > > EndSection
> > >
> > > Anne
> >
> > Oh, sorry. I forgot to mention that. I have opensuse 10.2. The
> > mouse i use is a simple Logitech Optical USB Mouse.
> >
> > The xorg.conf looks like this:
> >
> > Section "InputDevice"
> >   Driver     "mouse"
> >   Identifier "Mouse[1]"
> >   Option     "Protocol" "explorerps/2"
> >   Option     "Device"   "/dev/input/mice"
> > EndSection
> >
> > Lukasz
>
> Hmm - that's the same mouse as I have.  Perhaps another Suse user
> could check the small differences between your config and mine.  I
> suspect that they are just distro-specific, though.  Sorry, I can't
> think of any other explanation.
>
> Anne

If its any help mine looks like this.

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "ImPS/2 Generic Wheel Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Mine seems to have two extra Option sections.

-- 
Best Regards:
             Derrick.



More information about the kde-linux mailing list