Latest patch, despite talking about new stretch options, still doesn't quite work out for my Windows 7 netbook (actually it didn't run at all at first, it went to a white screen, but after a beta patch it now runs again). Here's what I tried:
Full screen - stretch - Just loads up in a window like it did before, tells me resolution unsupported
Full screen - black borders - Same deal
Full screen - native resolution - Same deal
Editing settings.ini and manually setting x and y to 1024x600:
Stretched = 0 - Still in a window
Stretched = 1 - Its full screen now! BUT the edges are cut off and the text is all borked up in places like the options menu. Would not say the game is very playable in this state, as you can't even see important things like your hull meter or target all parts of enemy ships. Here's some screen shots:
FTL-fullscreen-netbook-1.jpg
FTL-fullscreen-netbook-2.jpg
Here's what I've been using in the meantime:
I have an FTL.bat file I run which does this:
@ECHO OFF
taskkill /f /im explorer.exe
c:\qres /x:1152 /y:864
start steam://run/212680
pause
c:\qres /x:1024 /y:600
START %SystemRoot%\explorer.exe
exit
QRes is a little free console app that allows changing resolution from the command line. I kill explorer to get rid of the task bar (and free up resources). I can only change to 1152x864 after using a registry hack for Windows 7 netbooks:
http://mobileoffice.about.com/od/netboo ... lution.htm
When I run this, my resolution changes and explorer is killed and the game loads up. I center the window but a bit gets cut off to either side (I line it up so the last part of the T and the L from FTL in the title bar is showing and it lets me see most everything that's needed - last couple points of your hull meter can't be seen but if your health is that low its not going to help much, and some ships the far right room's icon is not visible). I leave the dos box from the batch file open and behind the game window. When I quit the game, I just press any key in the dos window and it restores my resolution and re-opens explorer. Other than the slight cut-off on the side and big black borders above and below the game window it runs fine.