AVWizard
Appearance
case SDLK_1:
Command = CommandXConfigure + "640x480 --output DVI";
case SDLK_2:
Command = CommandXConfigure + "640x480 --output VGA";
case SDLK_3:
Command = CommandXConfigure + "640x480 --output Component";
case SDLK_4:
Command = CommandXConfigure + "640x480 --output Composite";
case SDLK_5:
Command = CommandXConfigure + "640x480 --output S-Video";
case SDLK_6:
Command = CommandXConfigure + "640x480";
case SDLK_7:
Command = CommandXConfigure + "1024x768";
case SDLK_8:
Command = CommandXConfigure + "720p";
case SDLK_9:
Command = CommandXConfigure + "1080i";
case SDLK_0:
Command = CommandXConfigure + "1080p";