dontzap

Re-Enable restarting X server with Ctrl+Alt+Backspace in Jaunty

Normally, we can restart x server with CTRL+ALT+BACKSPACE keyboard combination in an older version of Ubuntu.But in jaunty this is not possible because newer version of Xorg disabled this property.So that if we want to re-enable this feature we just have to modify Xorg.conf file,lets do that from console

sudo nano /etc/X11/xorg.conf

then add this 3 line to it

  1. Section "ServerFlags"
  2. Option "DontZap" "False"
  3. EndSection

then save the file and quit.Logout and login again, it should be work.

Tags: , , , , , , , ,

Wednesday, May 13th, 2009 Linux, OS, Tips, Uncategorized 1 Comment