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.