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