How do I enable control,alternate,backspace, with 9.04?

Asked by Layne Wilkerson

I recently upgraded to 9.04, I am trying to enable the control,alternate,backspace,option. To avoid an unclean shut down. How do I do this? Thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ian Ace (iaculallad) said :
#1

Ctrl+Alt+Backspace was disabled in 9.04 version. You can manually enable it by editing your /etc/X11/xorg.conf file:

gksudo gedit /etc/X11/xorg.conf

and insert the lines of texts below on the last part of the file:

Section “ServerFlags”
Option “DontZap” “false”
EndSection

Save and Close the file.

While on the terminal, restart X-server:

sudo /etc/init.d/gdm restart

Regards,

Ian

Can you help with this problem?

Provide an answer of your own, or ask Layne Wilkerson for more information if necessary.

To post a message you must log in.