--- ppracer-0.3.1.orig/src/videoconfig.cpp +++ ppracer-0.3.1/src/videoconfig.cpp @@ -40,6 +40,8 @@ resolution_t resolutions[] = { {"1280 x 1024",1280,1024}, {"1152 x 864",1152,864}, {"1024 x 768",1024,768}, + {"1024 x 600",1024,600}, //doug_anson@dell.com: netbook resolution + {"1024 x 576",1024,576}, //doug_anson@dell.com: netbook resolution {"800 x 600",800,600}, {"640 x 480",640,480}}; --- ppracer-0.3.1.orig/src/game_config.cpp +++ ppracer-0.3.1/src/game_config.cpp @@ -515,11 +515,12 @@ x_resolution, 800, "# The horizontal size of the Tux Racer window" ); + // doug_anson@dell.com: set defaults for netbook resolution compatibility INIT_PARAM_INT( - y_resolution, 600, + y_resolution, 576, "# The vertical size of the Tux Racer window" ); - - INIT_PARAM_BOOL( + + INIT_PARAM_BOOL( x_resolution_half_width, false, "# Set this to true to use only half of the resolution width" );