view TOOLS/TVout/matroxset/normal @ 14524:b7c21220e6da

Sync with: 1.859 some minor formatting changes
author gpoirier
date Sun, 16 Jan 2005 22:07:44 +0000
parents b205f8ca892a
children
line wrap: on
line source

#! /bin/sh

if [ -c /dev/fb0 ]; then
  HEAD0=/dev/fb0
  HEAD1=/dev/fb1
else
  HEAD0=/dev/fb/0
  HEAD1=/dev/fb/1
fi
matroxset -f ${HEAD1} -m 0
matroxset -f ${HEAD0} -m 1
matroxset -f ${HEAD1} -m 2