Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34

Thread: Devs further disable Ctrl-Alt-Bksp... again... perhaps.

  1. #1
    Join Date
    Feb 2008
    Location
    Hamilton, Canada
    Beans
    Hidden!

    Devs further disable Ctrl-Alt-Bksp... again... perhaps.

    Link from the Arch Linux forums: http://bbs.archlinux.org/viewtopic.php?id=73064

    Apparently, the latest xorg-server package 1.6.1.901-1 on arch disables Ctrl-Alt-Bksp on user systems even if the "DontZap" flag is set to "False" in their xorg.conf.

    Ironically enough, the solution is...

    ... another line in xorg.conf to re-enable ctrl-alt-bksp.

    Code:
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    Just a heads up, since Arch packages are a bit ahead... Since the update comes from upstream, I'm not sure whether it'll come to Karmic sooner rather than later... although I'm fairly certain Jaunty users won't have to deal with this

  2. #2
    Join Date
    Sep 2007
    Location
    Pteleos Greece
    Beans
    408
    Distro
    Ubuntu Development Release

    Re: Devs further disable Ctrl-Alt-Bksp... again... perhaps.

    i hope it is just a mistake that xorg devs will look at it soon
    it is very funny though
    "Computers are like air conditioners, when you open WINDOW$ they stop working."
    Όσο ζώ μαθαίνω ...
    If Microsoft ever does applications for Linux it means I've won.
    Linus Torvalds

  3. #3
    Join Date
    Feb 2008
    Location
    Hamilton, Canada
    Beans
    Hidden!

    Re: Devs further disable Ctrl-Alt-Bksp... again... perhaps.

    Here is the original specification:
    http://lists.freedesktop.org/archive...il/000627.html

    Reading it further, it seems as though they're implementing this as a more elegant solution to the Ctrl-Alt-Bksp problem, and coding in a hard fix instead of relying on a Server Flag in xorg.conf. Ahem... but since the option is activated by a line in xorg.conf, it seems a little roundabout and pointless.

    I still don't understand the reasoning behind this fiasco... it would've been easier to have Ctrl-Alt-Bksp pressed twice/thrice. Problem solved.

  4. #4
    Join Date
    Sep 2006
    Location
    Central Europe
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Devs further disable Ctrl-Alt-Bksp... again... perhaps.

    Seems dead now.
    The Power User’s Guide to Unity
    Questions about Ubuntu? Ask them at askubuntu.com!

  5. #5
    Join Date
    Mar 2006
    Beans
    4,373
    Distro
    Ubuntu Development Release

    Re: Devs further disable Ctrl-Alt-Bksp... again... perhaps.

    here we go again
    if it ain't broke you haven't tweaked it enough

  6. #6
    Join Date
    Sep 2006
    Location
    Central Europe
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Devs further disable Ctrl-Alt-Bksp... again... perhaps.

    Added
    Code:
    hal_set options terminate:ctrl_alt_bksp
    at the end of /usr/lib/hal/debian-setup-keyboard - as a workaround.

    Adding
    Code:
    <merge key="input.xkb.options" type="string">terminate:ctrl_alt_bksp</merge>
    to /usr/share/hal/fdi/policy/10osvendor/10-x11-keymap.fdi doesn't work for me (found this for Fedora and Arch).
    The Power User’s Guide to Unity
    Questions about Ubuntu? Ask them at askubuntu.com!

  7. #7
    Join Date
    Aug 2007
    Location
    Espoo, Finland
    Beans
    46

    Re: Devs further disable Ctrl-Alt-Bksp... again... perhaps.

    Why go through all that trouble, and not just check the conf named "key sequence to kill the X server" from the gnome keyboard settings?

  8. #8
    Join Date
    Sep 2006
    Location
    Central Europe
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Devs further disable Ctrl-Alt-Bksp... again... perhaps.

    Quote Originally Posted by tepsipakki View Post
    Why go through all that trouble, and not just check the conf named "key sequence to kill the X server" from the gnome keyboard settings?
    Whew, totally missed that. When was this option introduced?
    The Power User’s Guide to Unity
    Questions about Ubuntu? Ask them at askubuntu.com!

  9. #9
    Join Date
    Aug 2007
    Location
    Espoo, Finland
    Beans
    46

    Re: Devs further disable Ctrl-Alt-Bksp... again... perhaps.

    Along with the feature to set the shortcut as an xkb combo, ie. with xkeyboard-config 1.6.

  10. #10
    Join Date
    Aug 2007
    Location
    Espoo, Finland
    Beans
    46

    Re: Devs further disable Ctrl-Alt-Bksp... again... perhaps.

    note that it will likely be configurable later on, the gui looks a bit weird since you can't change the combo from there.

Page 1 of 4 123 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •