Author Topic: Resolution changes are being ignored [SOLVED]  (Read 1959 times)

0 Members and 1 Guest are viewing this topic.

Offline int

  • 21
Resolution changes are being ignored [SOLVED]
I just installed Freespace 2 via GoG, then used the FreeSpace Open Installer to download all the core components. My options looked like this:
http://imgur.com/Z8oPj

After that finished, I opened launcher.exe and changed my video settings as such, then applied them:
http://imgur.com/gpSE0

When I attempt to run the game, it does not change the resolution. It runs in the default, which I'm assuming is 800 or 1024 - hard to eyeball.

Here are some random tidbits about my setup that I'm hoping throw up some red flags for someone:

- I am running Windows 7 x64. My native resolution is 1920x1200.
- I have two video cards (ATI Radeon 5850) installed, but they are not crossfired - one powers my 1920x1200 display, and the other powers two 1024x1280 displays. I tried disabling the auxiliary card, but it made no difference.
- The launcher does appear to save the settings appropriately - if I change the mod to MediaVPs 3.6.12 and run the game, I can clearly see that the change has gone into effect.

EDIT: fs2_open.log file: http://pastebin.com/5bgCFdVj
« Last Edit: May 03, 2011, 03:53:06 am by int »

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Resolution changes are being ignored
Run the Launcher with admin privileges.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

  

Offline Herra Tohtori

  • The Academic
  • 211
  • Bad command or file name
Re: Resolution changes are being ignored
Run Launcher.exe as administrator.

The launcher needs rights to write to registry, and the UAC can hamper this. After creating the entries, it should work normally after that one time.

ninja'd because I added exposition for the cause of the issue :<
There are three things that last forever: Abort, Retry, Fail - and the greatest of these is Fail.

 

Offline int

  • 21
Re: Resolution changes are being ignored
Run the Launcher with admin privileges.

Sorry, I should have mentioned that - I've run it already as administrator, didn't make a difference. I added a link to my fs2_open.log file as well, if that is helpful.

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Re: Resolution changes are being ignored
Well....

in the "custom settings" box, enter -res 1920x1200

This will override the registry settings. If that doesn't work, please generate a log file, instrucotions for that can be found in the FAQ stickied here.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline Herra Tohtori

  • The Academic
  • 211
  • Bad command or file name
Re: Resolution changes are being ignored
Most vexing.

On the "Features" page of the Launcher, there is a field called "Custom flags". Could you type the following on that field:

-res 1920x1200

then try and see what happens?

Also, select debug log, run and post the debug log.... OpenGL init might have some valuable info about what resolution the game tries to run at and why.


You could also try and see if any of the other changes in resolution options affect things at all.


Oh and also, the interface is limited to 1024x768 resolution due to technical reasons, but the in-game 3D rendering should be doable on just about any resolution. Is it possible that this has simply confused you, or does the 3D also render at low resolution?

omg ninja'd again... but if the resolution command line trick doesn't work, check the other stuff.



EDIT:

Code: [Select]
Initializing OpenGL graphics device at 1920x1200 with 32-bit color...
  Initializing WGL...
  Requested WGL Video values = R: 8, G: 8, B: 8, depth: 32, double-buffer: 1
  Actual WGL Video values    = R: 8, G: 8, B: 8, depth: 32, double-buffer: 1
  OpenGL Vendor     : ATI Technologies Inc.
  OpenGL Renderer   : ATI Radeon HD 5800 Series
  OpenGL Version    : 4.1.10660 Compatibility Profile Context


Your video card works perfectly!

In other words, it seems like it's just the interface that is on low resolution. While there's nothing we can at this point do about that, your game should actually run at native resolution of your display while you're in-game. :)
« Last Edit: May 03, 2011, 03:42:21 am by Herra Tohtori »
There are three things that last forever: Abort, Retry, Fail - and the greatest of these is Fail.

 

Offline int

  • 21
Re: Resolution changes are being ignored
Well....

in the "custom settings" box, enter -res 1920x1200

This will override the registry settings. If that doesn't work, please generate a log file, instrucotions for that can be found in the FAQ stickied here.

Success! Fullscreen windowed in 1920 is now working as expected.