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