xorg.conf
. Jeśli taki plik nie istnieje, utwórz go ręcznie w /etc/X11/xorg.conf
używając edytora tekstu, a Xorg uwzględni te ustawienie.
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