Xorg crashing on RMB
Christoph Brill
egore at gmx.de
Sat Feb 2 08:29:09 PST 2008
Hi list,
I've been trying to find a solution for my issues with my mouse. Each
time I press the right mouse button or the mouse wheel button Xorg
crashes. First I thought is was because of xf86-input-evdev-1.2.0. But
the issue remained after I switched my driver for the mouse to "mouse"
in my xorg.conf. So I switched back to "evdev". Now I think it's because
I'm using a mouse that is part of a logitech wireless desktop. I plugged
in another mouse (see "Mouse2" in my xorg.conf). Pressing the right
mouse button works fine. I looked at my lshal output and found something
"wrong":
info.capabilities = {'input', 'input.keys', 'input.mouse', 'button'}
For some reason my mouse is reported as input.keys, too. And my
Xorg.0.log reports something "wrong", too:
(II) Logitech USB Receiver: Found 96 mouse buttons
At least both of these things look wrong to me. Can anyone confirm that
they are wrong? And what to do to fix it?
Thanks in advance,
Christoph Brill
-------------- next part --------------
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "glx"
# Load "dri"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/liberation-fonts-ttf/"
FontPath "/usr/share/fonts/mac4lin/"
FontPath "/usr/share/fonts/nicht-lustig/"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "evdev"
Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "logicd"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "evdev"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/by-id/usb-Logitech_USB_Receiver-mouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "evdev"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/by-id/usb-Logitech_Optical_USB_Mouse-mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/by-id/usb-WACOM_CTE-640-U_V4.0-3-event-mouse"
Option "Type" "stylus"
Option "USB" "on"
Option "CommonDBG" "11"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/by-id/usb-WACOM_CTE-640-U_V4.0-3-event-mouse"
Option "Type" "eraser"
Option "USB" "on"
Option "CommonDBG" "11"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/by-id/usb-WACOM_CTE-640-U_V4.0-3-event-mouse"
Option "Type" "eraser"
Option "USB" "on"
Option "CommonDBG" "11"
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/by-id/usb-WACOM_CTE-640-U_V4.0-3-event-mouse"
Option "Type" "eraser"
Option "USB" "on"
Option "CommonDBG" "11"
EndSection
Section "Monitor"
Identifier "ACER AL2017"
HorizSync 30-82
VertRefresh 56-76
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "ACER AL2206W"
HorizSync 30-82
VertRefresh 56-76
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "x1650"
#Driver "radeonhd"
#Driver "fglrx"
#Driver "avivo"
Driver "radeon"
Option "AccelMethod" "EXA"
#Option "ShadowFB" "true"
#VideoRam 524288
Option "Rotation" "none"
#Option "XAANoOffscreenPixmaps" "true"
#Option "UseFastTLS" "0"
#Option "backingstore" "true"
#Option "TexturedVideo" "True"
#Option "DRI" "true"
#Option "PseudoColorVisuals" "on"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "x1650"
Monitor "ACER AL2206W"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1680x1050" "1280x1024" "1400x1050" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1680x1050" "1280x1024" "1400x1050" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1680x1050" "1280x1024" "1400x1050" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "pad"
EndSection
Section "Extensions"
Option "Composite" "enable"
Option "RENDER" "enable"
Option "XVideo" "enable"
EndSection
Section "DRI"
Mode 0666
EndSection
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lshal.txt.bz2
Type: application/x-bzip
Size: 9193 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20080202/e9814679/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log.bz2
Type: application/x-bzip
Size: 13341 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20080202/e9814679/attachment-0001.bin>
More information about the xorg
mailing list