Mailinglist Archive: opensuse-bugs (15112 mails)

< Previous Next >
[Bug 327517] logitech g5 mouse extremely slow during heavy system load
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sun, 23 Sep 2007 15:55:40 -0600 (MDT)
  • Message-id: <20070923215540.3C9C6CC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=327517#c1


darren winter <sgt-d@xxxxxxxxxx> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |sgt-d@xxxxxxxxxx




--- Comment #1 from darren winter <sgt-d@xxxxxxxxxx>  2007-09-23 15:55:39 MST ---
maybe the evdev driver is causing my major mouse slow down problems during
heavy system load.  my old installs never used evdev.

xorg.conf from rc1:

Section "InputDevice"
  Driver       "evdev"
  Identifier   "Mouse[1]"
  Option       "Buttons" "20"
  Option       "InputFashion" "Mouse"
  Option       "Name" "Logitech USB Gaming Mouse"
  Option       "Protocol" "event"
  Option       "SendCoreEvents" "on"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

xorg.conf from alphas 1-7 and betas 1-3:

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References