[Bug 604018] New: CTRL-ALT-BACKSPACE broken
http://bugzilla.novell.com/show_bug.cgi?id=604018 http://bugzilla.novell.com/show_bug.cgi?id=604018#c0 Summary: CTRL-ALT-BACKSPACE broken Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: koenig@linux.de QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Blocker: --- using CTRL-ALT-BACKSPACE to kill the Xserver is broken in serveral way (of course with Option "DontZap" "off"): with these xorg.conf settings (german keyboard) it works Option "XkbModel" "microsoftpro" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" but with us keyboard it doesn't: Option "XkbModel" "pc104" Option "XkbLayout" "us" Option "XkbVariant" "basic" running "setxkbmap us" and/or "setxkbmap both" will stop C-A-D working. running "xkbcomp :0 - > outfile" shows the difference: working (default de settings): key <BKSP> { type= "CTRL+ALT", symbols[Group1]= [ BackSpace, Terminate_Server ] }; non-working (e.g. after "setxkbmap de"): key <BKSP> { [ BackSpace ] }; as a workaround I'm using the following option in xorg.conf right now which makes C-A-D work in *any* case, even after any "setxkbmap ..." : Option "XkbOptions" "terminate:ctrl_alt_bksp" but it would be nice if the xkb rules would get fixed ;-) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=604018 http://bugzilla.novell.com/show_bug.cgi?id=604018#c1 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2010-05-08 13:36:52 UTC ---
as a workaround I'm using the following option in xorg.conf right now which makes C-A-D work in *any* case, even after any "setxkbmap ..." :
Option "XkbOptions" "terminate:ctrl_alt_bksp"
This is what we're now using as well (in /etc/X11/xorg.conf.d/90-keytable.conf).
but it would be nice if the xkb rules would get fixed ;-)
In case you have a fix, please let me know. :-) *** This bug has been marked as a duplicate of bug 576481 *** http://bugzilla.novell.com/show_bug.cgi?id=576481 -- Configure bugmail: http://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