what happened to the resolution?

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
Post Reply
ExecutorElassus
Greenhorn
Posts: 8
Joined: 21 Nov 2006, 21:41

what happened to the resolution?

Post by ExecutorElassus »

i just installed version 2.0.5 for linux, and now i only get an absolutely horrible resolution (looks like 600x400, or the lowest possible). this isn't an allowed resolution in my X server, and i'm explicitly setting the resolution with "--resolution 1600x1200" in my startup script. this used to work fine, so now something's gone wrong. i can switch resolutions in the window manager with no problem, so i know i can do it. but why isn't wz2100 doing it? what happened?

thanks,

EE
ExecutorElassus
Greenhorn
Posts: 8
Joined: 21 Nov 2006, 21:41

Re: what happened to the resolution?

Post by ExecutorElassus »

figured it out: even though the flag has changed in 2.0.5 to "resolution" in the help file, the ACTUAL flag required is still "viewport." at least it is on the linux distribution.

EE
Kamaze
Regular
Regular
Posts: 1017
Joined: 30 Jul 2006, 15:23

Re: what happened to the resolution?

Post by Kamaze »

ExecutorElassus wrote: figured it out: even though the flag has changed in 2.0.5 to "resolution" in the help file, the ACTUAL flag required is still "viewport." at least it is on the linux distribution.

EE
Yes, figured out the same here, on windows. Maybe a 2.0.5-1 is incoming.
We all have the same heaven, but not the same horizon.
User avatar
DevUrandom
Regular
Regular
Posts: 1690
Joined: 31 Jul 2006, 23:14

Re: what happened to the resolution?

Post by DevUrandom »

WTF?!!
Did I mess it up... OMG...

Code: Select all

else if ( stricmp( tokenType, "--viewport" ) == 0 )
Yes I did. Must have been a conflict when backporting the changes from trunk...

I guess there will be a 2.0.6, yes... But currently I have absolutely no time, so this won't come before mid-February...
Post Reply