view TOOLS/TVout/matroxset/normal @ 21838:5926a90a93cd

r21848: clarify a few things about the interaction between *cmp and mbd options
author voroshil
date Mon, 08 Jan 2007 06:25:48 +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