#!/bin/sh -efu

if [ "$#" != 2 ]; then
  echo "Usage $0 <driver> <conf file>" >&2
  exit 1
fi

video_drv "$1" | xconf -D "Card0" "$2" "$2"
