open the file psclient.cfg (located in c:\\programs files\\planeshift\\ if you used the default install path)
here\'s the lines you should look for
; Width/height of CrystalSpace visual
Video.ScreenWidth = 1024
Video.ScreenHeight = 768
change them to
Video.screenwidth = 800
Video.ScreenHeight = 600
or for better performance if you have an older video card
Video.screenwidth = 640
Video.screenHeight = 480
to run the game in fullscreen mode find the line :
; Use full-screen mode if available
Video.FullScreen = no
and change it to
Video.fullscreen = yes