Game screen does not extend to the edges of the monitor?

Discussion in 'Breakthrough' started by gustavson, Mar 16, 2011.

  1. gustavson Private

    Contributions:
    0
    My game screen does not extend to the edges of the monitor so I have black areas on both sides of my screen with the game screen taking up approx 2/3 of the center of the screen.

    Does anyone know how to fix this?

    I tried deleting the unnamedsoldier config file to start over but didn't help.

    I just recently installed the game on Windows 7 x64. It's been a while but before I did not have this issue with the same computer and Windows 7 x64. The game screen extended all the way to the edges. I guess the only difference is I have more recent Nvidia drivers.

    Anyways, thanks for any help...
  2. Herr Klugscheisser Drinking and Tanking. Perfect together.

    Contributions:
    331
    Specialties:
    Scripting, Support
    Processing:
    Graphics:
    PREMIUM
    I Donated
    Whats the native resolution of the screen?

    If it's not available as a selectible option in the video menu you can set it yourself in your config file.

    Example:

    Code:
    seta r_customheight "1050" //change to your native height
    seta r_customwidth "1400"  // change to your native width 
    seta r_mode "-1"
    
  3. gustavson Private

    Contributions:
    0
    Thanks! That fixed it.

    My native resolution...

    Code:
    seta r_customheight "1080"
    seta r_customwidth "1920"
    seta r_mode "-1"

Share This Page