xorg.conf
file. If one does not exist, you can create it manually at /etc/X11/xorg.conf
using a text editor and Xorg will honor that setting.
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