#!/bin/sh
dialog \
--title " Select RAMDAC type " \
--menu "  Please choose the DAC driver for \n  your card. (current: $1)" \
21 60 10 \
\
"et6000" "Tseng Labs ET6000 integrated DAC" \
\
2> /tmp/.dactype
