PDA

View Full Version : Restart X-server



b4k4
October 30th, 2009, 03:05 AM
UNR 9.04, there is no "restart x-server" on the login page menu and ctrl-alt-backspace doesn't work.

Anyone know why? Or more importantly, how to fix it?

cheers
nigel

rabidbadger
October 30th, 2009, 11:24 AM
I don't use UNR, but I guess that it's set up the same as other 9.04s?

If so, you can re-enable <ctrl><alt><bksp> by editing your xorg.conf, and diasabling DontZap. You can do this from a Bash prompt by copy/pasting (as a complete three line block) the code below. HTH.


sudo sed -i '$a\Section "ServerFlags"\
Option "DontZap" "False"\
EndSection' /etc/X11/xorg.conf