You are not logged in.

#1 2009-12-25 06:40:56

lomion
Member
From: Iran, Tehran
Registered: 2009-05-20
Posts: 3

Mouse events directed to one window in Xorg 1.7.x

Hi there,

There has been much talk about Xorg 1.7.x, and this one is another tale wink [Searched the forum 1st and googled but did not find a similar problem, so if mistaken, sorry smile] I have and Dell XPS m1210 and using KDE4 (KDEMod) on Arch64. On xorg 1.7.x (all the version from the repos) after a while the mouse begins to behave strangely: I can not select any window with the mouse or touchpad it keeps sending the events (clicks for instance) to the active window. (even if I click out of the window)! And when change the window using alt+tab, the same thing happens but for the new active window.

This is my Xorg.conf. I use hotplugging:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
EndSection

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

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Simple is beautiful, thus I love the Moon.

Offline

Board footer

Powered by FluxBB