I'm not so sure what you mean, but maybe you should look up video_switch() in the manual, that's how you can change the resolution, also possible to do during the "test",
Code:
video_switch(9,32,1); //screen resolution of 1280x1024
Increase that number 9, to get even higher resolutions ...