#!/bin/bash VIDEO=`/usr/bin/lspci | grep -c nVidia` if [ "$VIDEO" = 1 ]; then rm -rf /etc/X11/xorg.conf ln -s /etc/X11/xorg.conf.speed /etc/X11/xorg.conf else rm -rf /etc/X11/xorg.conf ln -s /etc/X11/xorg.conf.stamina /etc/X11/xorg.conf fi