#!/bin/sh
dialog \
--title " Select Monitor type " \
--menu "Please choose an appropriate monitor driver.\n(current: $1)" \
21 60 10 \
\
"Sony_CPD" "variable timing. May work for others." \
\
2> /tmp/.montype
