view TVout/matroxset/swapped @ 8346:368019e0153a

The enclosed patch should fix problems associated with playing 8-bit wide audio samples (or anything other than 16-bit samples, for that matter) using the alsa9 ao driver. patch by "R.L. Horn" <eastcheap@fastmail.fm>
author arpi
date Wed, 04 Dec 2002 21:42:22 +0000
parents 3b5f5d1c5041
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 2
matroxset -f ${HEAD1} -m 1