#!/bin/sh
dialog \
--title " Select clock type " \
--menu "  Please choose the clock driver for \n  your card. (current: $1)" \
21 60 10 \
\
"icd2061a" "by IC Designs" \
"sdac"     "S3 80C716-ME/MG RAMDAC/clock synthesizer" \
"Trio"     "S3 Trio32/Trio64 integrated clock synth" \
\
2> /tmp/.clocktype
