Comment 0 for bug 220345

Revision history for this message
In , AlexHofbauer (alex-derhofbauer) wrote :

Hi!

Below you can see the configuration for my Travelmate 4000 on up-to-date Debian Sid on kernel 2.6.23.

I've been trying for a few weeks now and am finally desparate enough to file a bugreport on the following issue:

"Normally", which means at home, I use a Logitech mouse, connected using a USB-Receiver. "Everything" works as expected.

As soon as I would unplug the USB Reveiver and start X it freezes. I can't predict when exactly - sometimes I can even log on in gdm, but soon after that it freezes. Strange thing is: I can still move my mouse (up to one minute), clicking and keyboard don't work at this point anymore, but in the end the system hangs completely - with even SysRq-Magic doing nothing at all.

I don't know where to start debugging, because I can't imagine why an attached Logitech receiver prevents X from freezeing. I chose Input/evdev because synaptics and mouse both use evdev - hope this is right.

Below relevant hal-device output is attached.

Thanks in advance for your help.

Section "ServerLayout"
 Identifier "Layout0"
 Screen 0 "Notebook"
EndSection

Section "Extensions"
 Option "Composite" "1"
EndSection

Section "ServerFlags"
 Option "AIGLX" "1"
 Option "Allow Open Mouse Fail" "1"
EndSection

Section "Device"
 Identifier "Mobility Radeon 9700"
 Driver "radeon"
 BusID "PCI:1:0:0"
 Option "GARTSize" "64"
 Option "AGPFastWrite" "0"
 Option "EnablePageFlip" "1"
 Option "AGPMode" "4"
 Option "AccelMethod" "XAA"
 Option "DynamicClocks" "1"
 Option "EnableDepthMoves" "1"
 Option "TripleBuffer" "1"
 Option "ColorTiling" "1"
 Option "DMAForXv" "1"
EndSection

Section "Monitor"
 Identifier "LCD"
 Option "DPMS" "1"
 Gamma 0.90
EndSection

Section "Screen"
 Identifier "Notebook"
 Device "Mobility Radeon 9700"
 Monitor "LCD"
 DefaultDepth 24
 SubSection "Display"
  Depth 24
  Modes "1024x768"
 EndSubSection
EndSection

Section "InputDevice"
        Identifier "Synaptics"
        Driver "synaptics"
        Option "CorePointer"
        Option "Device" "/dev/input/synaptics"
        Option "Protocol" "event"
        Option "RightEdge" "5200"
        Option "BottomEdge" "4800"
        Option "TopEdge" "0"
        Option "FingerLow" "25"
        Option "FingerHigh" "30"
        Option "MaxTapTime" "300"
        Option "MaxTapMove" "220"
        Option "VertScrollDelta" "70"
        Option "HorizScrollDelta" "70"
        Option "MinSpeed" "0.12"
        Option "MaxSpeed" "0.22"
        Option "AccelFactor" "0.0010"
        Option "SHMConfig" "on"
        Option "LeftRightScrolling" "on"
        Option "UpDownScrolling" "on"
        Option "PalmDetect" "on"
        Option "Repeater" "/dev/ps2mouse"
        Option "FastTabs" "on"
EndSection

Section "InputDevice"
 Identifier "Logitech"
 Driver "evdev"
 Option "Device" "/dev/input/cclick"
 Option "SendCoreEvents"
 Option "HWHEELRelativeAxisButtons" "7 6"
EndSection

Section "InputDevice"
 Identifier "Notebook Keyboard"
 Driver "evdev"
 Option "CoreKeyboard"
 Option "XkbRules" "xorg"
 Option "XkbModel" "evdev"
 Option "XkbLayout" "de"
EndSection

------------

25: udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input'
  linux.device_file = '/dev/input/event4' (string)
  input.product = 'SynPS/2 Synaptics TouchPad' (string)
  info.capabilities = { 'input', 'input.touchpad' } (string list)
  info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input' (string)
  linux.subsystem = 'input' (string)
  input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port' (string)
  info.product = 'SynPS/2 Synaptics TouchPad' (string)
  linux.hotplug_type = 2 (0x2) (int)
  linux.sysfs_path = '/sys/devices/platform/i8042/serio4/input/input4/event4' (string)
  info.category = 'input' (string)
  input.physical_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port' (string)
  input.device = '/dev/input/event4' (string)
  info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port' (string)

1: udi = '/org/freedesktop/Hal/devices/usb_device_46d_c510_noserial_if0_logicaldev_input'
  linux.device_file = '/dev/input/event5' (string)
  input.product = 'Logitech USB Receiver' (string)
  info.capabilities = { 'input', 'input.mouse' } (string list)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_46d_c510_noserial_if0_logicaldev_input' (string)
  linux.subsystem = 'input' (string)
  input.originating_device = '/org/freedesktop/Hal/devices/usb_device_46d_c510_noserial_if0' (string)
  info.product = 'Logitech USB Receiver' (string)
  linux.hotplug_type = 2 (0x2) (int)
  linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:1d.1/usb2/2-1/2-1:1.0/input/input5/event5' (string)