#!/bin/bash #Case selection for first parameter parsed case $1 in gameStop) xrandr -display :0.0 --output [your video port] --mode "640x480i" ;; esac