#!/bin/sh case "$1" in set_overscan) . /etc/rc.config DISPLAY=:0 nvidia-settings -a OverscanCompensation=$XORG_OVERSCAN ;; esac