Page 1 of 1
Any workarounds for the resolution "limit" on vista 64 ?
Posted: Thu Dec 11, 2008 2:13 am
by noxious
As outlined in this thread :
fb.asp?m=1636429&key=screen%2Cresolution
I suffer from the same symptom, where my maximized window on my laptop at 1280x800 is not taking the entire space, missing that dark margin on the right, seemingly of a size equal to (1280 -1152), the biggest texture I guess, as I can clearly see a black line as in this screenshot with no graphic modding (it's the same in game, just fired the app to take a shot)
So is there a workaround for this under vista64 ?
Up to date already
Thx in advance for any help,
Cheers

RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Fri Dec 12, 2008 7:30 pm
by ralphtricky
Have you tried taking it off maximized and just stretching it to fill the monitors?
Ralph
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Fri Dec 12, 2008 8:12 pm
by noxious
Only one monitor here

But yeah, I've tried everything regarding maximising, resizing by hand, and compatibility settings.
The empty right hand "margin" is always the same.
I have recent catalyst drivers for the ati hd3470 gpu in the laptop, the latest Toshiba branded ones (laptop is from them, drivers are from 2008, 8.45 afk, with ATI being up to 8.11), so not the latest from ATI : i could use mobility modder to hack the most recent ati drivers and make them mobility compatible and install them, but I'm a bit wary to doing so just for this, as this is my main machine atm, but probably will anyway at some point. If this corrects the problem, I'll make sure to post to report that.
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Mon Dec 15, 2008 12:33 pm
by FaneFlugt
I have the same problem. I have vista 32 and nvidia.
I have learned to live with the problem...
Since its not a gamebreaker i can live with it.
On a side note if anyone have problems with popup screens acting strange in vista then rememeber to
run the exe in another compatablity mode.
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Mon Dec 15, 2008 1:42 pm
by Helpless
I have no such problem with vista32 and nvidia. It stretches just fine to 1600x1050
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Mon Dec 15, 2008 1:55 pm
by FaneFlugt
ok mayby you could help me out
Im running a modded nvidia driver from laptoptogo on a geforce 8600m whats your spec?
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Mon Dec 15, 2008 2:07 pm
by Helpless
I have original nvidia driver 7.15.00.11.8048 (11/12/2008) for 8800GTS-640.
What about other games/programs - do they stretch well? Did you check scaling settings in Nvidia Control panel?
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Mon Dec 15, 2008 2:10 pm
by Helpless
Forgot to mention that I'm running in WinXPSP2 compat mode + disable visual themes + disable desktop composition.
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Mon Dec 15, 2008 2:42 pm
by FaneFlugt
Clicked all the setting on and off in nvida scaling: no go
Other programs works fine, its just TOAW III
Tried your exe setting: no go
Tried an unlimited numbers of other setting and compatability modes: no go
are u on a laptop?
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Mon Dec 15, 2008 2:54 pm
by Helpless
I have laptop 1400x900 (WinXP) and desktop Vista. Both works fine.
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Mon Dec 15, 2008 3:53 pm
by FaneFlugt
Strange, must be a hardware thing then?
As said its not a gamebreaker, so its a mystery I can live with
*FaneFlugt.DK goes back to reading a book about the mysterious collapse of the norse colony on Greenland*
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Wed Jul 29, 2009 2:35 pm
by karto
On Windows 7 (64 bit) I had the same problem, but running in compatibility mode for Windows XP SP3 fixed it. I don't know if there is anything similar in Vista?
I just bought the game and was disappointed because I thought my large monitor would go to waste. Seeing such a big map is awesome though.
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Wed Jul 29, 2009 4:38 pm
by damezzi
Yes, it's really nice to have a big map. I use XP and didn't have any problem to set my resolution to 1680x1050 in a 19 inch monitor... what a great view. I just can imagine what would it be with a bigger monitor and still bigger resolution.
I remember recently reading a post talking about a solution for Vista. I think it was in gamesquad forum.
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Mon Oct 12, 2009 1:39 am
by briantopp
I solved this problem, per advice elsewhere on this board, by right-clicking on the game, selecting "properties", selecting tab "compatibility", selecting "run this program in compatibility mode", and choosing "Windows XP (service pack 2)", and then clicking "apply".
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Mon Oct 12, 2009 5:57 pm
by noxious
Already had to do it for sound, so not a solution in my case : 16:10 native resolution LCD, can't use anything higher than 1024x768, without the dark bar appearing, even though I can do 1280x800. Many other games, some running in compat mode, others "natively" with none of them having this strange behaviour in maximized window view.
I'm inclined to think (without source access, it's all I can do) that the code that sets up the resolution might be checking window height to determine the game viewport. Or doing some (wrong) assumptions on aspect ratio, or set up things in a non standard way. (deprecated calls ?)
Glad the compatibility mode works for you. For me, it only made sound work
RE: Any workarounds for the resolution "limit" on vista 64 ?
Posted: Tue Oct 13, 2009 1:37 am
by ralphtricky
ORIGINAL: noxious
Already had to do it for sound, so not a solution in my case : 16:10 native resolution LCD, can't use anything higher than 1024x768, without the dark bar appearing, even though I can do 1280x800. Many other games, some running in compat mode, others "natively" with none of them having this strange behaviour in maximized window view.
I'm inclined to think (without source access, it's all I can do) that the code that sets up the resolution might be checking window height to determine the game viewport. Or doing some (wrong) assumptions on aspect ratio, or set up things in a non standard way. (deprecated calls ?)
Glad the compatibility mode works for you. For me, it only made sound work
The code tried to establish a minimum size when allocating the back buffer, but assumed it was a 4:3 ratio, and if one dimension was too small, it reset both of them. I normally run at a high resolution, so I missed it.