xorg.conf
. Se il file non esiste è possibile crearlo manualmente in /etc/X11/xorg.conf
usando un editor di testo e Xorg rispetterà questa impostazione.
Section "ServerFlags" Option "DontZap" "false" EndSection
%post grep -q -s DontZap /etc/X11/xorg.conf append=$? if [ $append -ne 0 ]; then cat >> /etc/X11/xorg.conf << EOF Section "ServerFlags" Option "DontZap" "false" EndSection EOF fi %end