[Bug 480802] New: sax2 configures to use evdev which crashes X on exit
https://bugzilla.novell.com/show_bug.cgi?id=480802 Summary: sax2 configures to use evdev which crashes X on exit Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: jnelson-suse@jamponi.net QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Created an attachment (id=276230) --> (https://bugzilla.novell.com/attachment.cgi?id=276230) Xorg w/evdev crash User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.6) Gecko/2009012700 SUSE/3.0.6-0.1.2 Firefox/3.0.6 My old xorg.conf migrated from 11.0 uses the 'kbd' driver for my keyboard. When I build a new xorg.conf using sax2, it uses the 'evdev' driver, which crashes X when I shut the session down. I've included the relevant X log and xorg.conf section. Happens every time. Section "InputDevice" Identifier "Keyboard[0]" Driver "evdev" Option "Pass" "3" Option "Protocol" "Standard" Option "XkbLayout" "us" Option "XkbModel" "microsoftnek4k" Option "XkbRules" "xfree86" Option "evBits" "+1" Option "keyBits" "~1-255 ~352-511" EndSection instead of: Section "InputDevice" Driver "kbd" Identifier "Keyboard[0]" Option "Protocol" "Standard" Option "XkbRules" "xfree86" Option "XkbKeycodes" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=480802 User markgray+to-suse@puck.nac.net added comment https://bugzilla.novell.com/show_bug.cgi?id=480802#c1 Mark Gray <markgray+to-suse@puck.nac.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |markgray+to-suse@puck.nac.n | |et Info Provider| |jnelson-suse@jamponi.net --- Comment #1 from Mark Gray <markgray+to-suse@puck.nac.net> 2009-03-01 10:54:52 MST --- Please attach all the information requested on the webpage: http://en.opensuse.org/Bugs/SaX2 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=480802 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=480802#c2 --- Comment #2 from Jon Nelson <jnelson-suse@jamponi.net> 2009-03-01 11:03:09 MST --- sax2 -p: Chip: 0 is -> NVIDIA Quadro FX 570M 01:00:0 0x10de 0x040c AGP nvidia hwinfo --mouse: 50: PS/2 00.0: 10500 PS/2 Mouse [Created at input.183] UDI: /org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input Unique ID: AH6Q.aaw02jN0uv2 Hardware Class: mouse Model: "SynPS/2 Synaptics TouchPad" Vendor: 0x0002 Device: 0x0007 "SynPS/2 Synaptics TouchPad" Compatible to: int 0x0210 0x0003 Device File: /dev/input/mice (/dev/input/mouse0) Device Files: /dev/input/mice, /dev/input/mouse0, /dev/input/event1, /dev/input/by-path/platform-i8042-serio-1-event-mouse, /dev/input/by-path/platform-i8042-serio-1-mouse Device Number: char 13:63 (char 13:32) Driver Info #0: Buttons: 3 Wheels: 0 XFree86 Protocol: explorerps/2 GPM Protocol: exps2 Config Status: cfg=no, avail=yes, need=no, active=unknown 51: PS/2 00.0: 10500 PS/2 Mouse [Created at input.183] UDI: /org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_Synaptics_pass_through_logicaldev_input Unique ID: AH6Q.7qlGUQk7T34 Hardware Class: mouse Model: "TPPS/2 IBM TrackPoint" Vendor: 0x0002 Device: 0x000a "TPPS/2 IBM TrackPoint" Compatible to: int 0x0210 0x0003 Device File: /dev/input/mice (/dev/input/mouse1) Device Files: /dev/input/mice, /dev/input/mouse1, /dev/input/event8, /dev/input/by-path/platform-i8042-serio-2-event-mouse, /dev/input/by-path/platform-i8042-serio-2-mouse Device Number: char 13:63 (char 13:33) Driver Info #0: Buttons: 3 Wheels: 0 XFree86 Protocol: explorerps/2 GPM Protocol: exps2 Config Status: cfg=no, avail=yes, need=no, active=unknown There was nothing in /var/log/SaX.log (I ran it in X later, so I'll have to re-run it ... ). Attaching /var/lib/sax... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=480802 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=480802#c3 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|jnelson-suse@jamponi.net | --- Comment #3 from Jon Nelson <jnelson-suse@jamponi.net> 2009-03-01 11:03:57 MST --- Created an attachment (id=276233) --> (https://bugzilla.novell.com/attachment.cgi?id=276233) /var/lib/sax -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=480802 Mark Gray <markgray+to-suse@puck.nac.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|bnc-team-xorg-bugs@forge.pr |sax2-maintainer-bugs@forge. |ovo.novell.com |provo.novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=480802 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=480802#c4 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |sndirsch@novell.com Resolution| |DUPLICATE --- Comment #4 from Stefan Dirsch <sndirsch@novell.com> 2009-03-01 19:23:01 MST --- dup. *** This bug has been marked as a duplicate of bug 437651 *** https://bugzilla.novell.com/show_bug.cgi?id=437651 -- 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.
participants (1)
-
bugzilla_noreply@novell.com