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