You are not logged in.

#1 2009-02-03 20:03:03

joeda
Member
Registered: 2008-09-14
Posts: 32

Strange mouse behaviour after update

Hello everybody,

I'm experiencing serious problems using Arch after system upgrade

Issue 1: Mouse speed is way too high, actually its acting like crazy.

Issue 2: Panels aren't accessible. If i click somewhere to get a window un-minimized, it appears and vanishes in about 0.01 sec. I can't even really see it. Problem occurs everywhere (pypanel, bmpanel and stalonetray tested).

Anybody can help?

greetz joe

/EDIT: The problem seems to be related to mouse clicking behaviour. Feed drop-down menu in Firefox and text-marking by multi-clicking don't work, too. I can't release the button fast enough not to trigger a multi-click. I remember some X packages were updated, so here's my xorg.conf:

 nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder63)  Tue Jan  6 10:03:55 PST 2009

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Tue Jan  6 10:03:02 PST 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Logitech USB-PS/2 Optical Mouse 0"
    InputDevice    "Logitech USB-PS/2 Optical Mouse 0" "SendCoreEvents"
EndSection

Section "Files"

   # RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "AutoAddDevices" "False"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"

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

Section "InputDevice"
    Identifier     "Logitech USB-PS/2 Optical Mouse 0"
    Driver         "evdev"
    Option         "Device" "/dev/input/event2"
    Option         "Buttons" "7"
EndSection

Section "InputDevice"

    # genera# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Tue Jan  6 10:03:02 PST 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Logitech USB-PS/2 Optical Mouse 0"
    InputDevice    "Logitech USB-PS/2 Optical Mouse 0" "SendCoreEvents"
EndSection

Section "Files"

   # RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "AutoAddDevices" "False"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"

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

Section "InputDevice"
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Tue Jan  6 10:03:02 PST 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Logitech USB-PS/2 Optical Mouse 0"
    InputDevice    "Logitech USB-PS/2 Optical Mouse 0" "SendCoreEvents"
EndSection

Section "Files"

   # RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "AutoAddDevices" "False"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"

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

Section "InputDevice"
ted from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG L227W"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600 GT"
EndSection

Section "Screen"

# Removed Option "TwinView" "1"
# Removed Option "metamodes" "CRT-0: nvidia-auto-select +1024+0, CRT-1: nvidia-auto-select +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "PixmapCacheSize" "300000"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "TwinView" "0"
    Option         "metamodes" "1680x1050 +0+0; nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Last edited by joeda (2009-02-03 20:25:36)

Offline

#2 2009-02-03 22:29:51

biagio
Member
From: Florence - Italy
Registered: 2008-02-29
Posts: 49

Re: Strange mouse behaviour after update

joeda wrote:

Issue 2: Panels aren't accessible. If i click somewhere to get a window un-minimized, it appears and vanishes in about 0.01 sec.

Happened to me just minutes ago. I rebooted and the problem is resolved.
(perhaps it was enough to restart hal. I left the control of the mouse to hal commenting in the xorg.conf the line: #Option "AutoAddDevices" "False")

Offline

#3 2009-02-04 13:16:37

joeda
Member
Registered: 2008-09-14
Posts: 32

Re: Strange mouse behaviour after update

Works big_smile

thx a lot

joe

/EDIT

no it doesn|t

I have american kezboard lazout >*

I|ll have a closer look

/EDIT 2:

Typing

setxkbmap "de"

(or whatever your keyboard language code is) in a terminal cuts it. For more info, see

http://wiki.archlinux.org/index.php/Xor … otplugging

Last edited by joeda (2009-02-04 13:27:01)

Offline

Board footer

Powered by FluxBB