SUCKUP.de

Shortcut – XServer – restart -> Ubuntu 9.04

This blog post has been published on 2010-01-31 and may be out of date.

Um den xserver wie gewohnt (Strg+Alt+Backspace) per Shortcut neu zu starten… muss man unter Ubuntu 9.04 folgendes Installieren / Konfigurieren.

sudo apt-get -y install dontzap

vim /etc/X11/xorg.conf

Hinzufügen:

Section "ServerFlags"
Option "DontZap" "false"
EndSection

… noch schnell einen reboot durchführen und Fertig!