#!/bin/sh
dialog \
--title " Select Monitor type " \
--menu "Please choose an appropriate monitor driver.\n(current: $1)" \
21 60 14 \
\
"NOT IMPLEMENTED" "would you like to try ?" \
\
2> /tmp/.montype
