#!/bin/sh
dialog \
--title " Select chipset type " \
--menu "  Please choose the chipset for \n  your ATI card. (current: $1)" \
21 40 10 \
\
"" "no chipset support yet" \
\
2> /tmp/.chiptype
