#!/bin/sh . /etc/rc.config rm -f /etc/X11/xorg.conf.d/*_mode_*.conf if [ -n "$XORG_SCREEN_MODE" ]; then src=$(ls /etc/X11/xorg.conf.d/templates/*_mode_$XORG_SCREEN_MODE.conf) ln -s templates/${src##*/} /etc/X11/xorg.conf.d/ fi