http://ubuntuforums.org/showthread.php?t=1364460
Ultra helpful article that allowed me to manually set a resolution of 1280x1024 on a VGA monitor with the command xrandr --newmode "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync &&xrandr --addmode VGA1 1280x1024_60.00` `
http://askubuntu.com/questions/64570/how-do-i-configure-the-screen-to-lock-when-i-close-the-lid
Script that locks the screen when the lid is closed on ubuntu 11.10 plus. Awesome.