https://bugzilla.novell.com/show_bug.cgi?id=687362 https://bugzilla.novell.com/show_bug.cgi?id=687362#c0 Summary: touchpad driver crashed xorg and can't be started properly since then Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: openSUSE 11.4 Status: NEW Severity: Critical Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: andihartmann@freenet.de QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- Created an attachment (id=424789) --> (http://bugzilla.novell.com/attachment.cgi?id=424789) logfile with the crash User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.1b2) Gecko/20110326 Firefox/4.2a1pre SeaMonkey/2.1b2pre A few seconds after resume, the touchpad crashed the X-server. The system (keyboard and mouse / touchpad) was dead afterwards. See attached Xorg.log.0.crash_after_resume for backtrace. Since this crash, the touchpad isn't recognized correctly any more. There are a lot of instances started to run the driver: grep "Applying InputClass" /var/log/Xorg.0.log | grep touch [ 137.294] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 137.294] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 137.294] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" [ 137.424] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" see Xorg.0.log.after.crash This causes problems during the start of X. The config file in /etc/xorg.conf.d: cat /etc/X11/xorg.conf.d/50-synaptics.conf Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Option "HorizScrollDelta" "0" Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" EndSection Before this crash, it looked like this: [ 10974.085] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall" [ 10974.085] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall" Reproducible: Always Steps to Reproduce: The crash happened once a few seconds after X has been loaded after resume (but I must say, that there are problems with detecting the device correctly - even after a normal boot. With kernel 2.6.37, the device often isn't detected at all). The problem with the n-times applied InputClasses happens no every time after the big crash. Actual Results: The device crashed the whole machine. Expected Results: The device should work without crashing the Xserver. -- 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.