#!/bin/sh
dialog \
--title " Select Monitor type " \
--menu "Please choose an appropriate monitor driver.\n(current: $1)" \
21 50 10 \
\
"" "no monitor support yet" \
\
2> /tmp/.montype
