Resolution 2560*1024

Got an idea for OpenTTD? Post it here!

Moderator: OpenTTD Developers

Phosphoros
Engineer
Engineer
Posts: 1
Joined: 03 Mar 2007 08:39

Resolution 2560*1024

Post by Phosphoros »

Is it possible to increase the max-resolution to 2560*1024 (2*1280*1024) ?
BBoy Symm
Engineer
Engineer
Posts: 86
Joined: 01 Mar 2007 13:28
Location: The Netherlands

Post by BBoy Symm »

You mean two screens next to eachtother? AFAIK, that's not possible. It would be very cool, though :D
Image
User avatar
gkirilov
Chief Executive
Chief Executive
Posts: 696
Joined: 03 May 2005 09:32
Location: Othala

Re: Resolution 2560*1024

Post by gkirilov »

Phosphoros wrote:Is it possible to increase the max-resolution to 2560*1024 (2*1280*1024) ?
Try to edit the .cfg file in your OTTD directory with those values.
OTTDCoop NewGRF Pack|Different sets of GRFs for TTDPatch (some of them work in OTTD) - 1|- 2|GRF sets for OTTD|OTTD nightly
Image
I hooked up my accelerator to my brake lights. I hit the gas, people behind me stop, and I'm gone.
Understeer is when you hit the wall with the front of the car. Oversteer is when you hit the wall with the rear of the car. Horsepower is how fast you hit the wall. Torque is how far you take the wall with you. Spoilers and bodykits are how much of the wall you take with you. Rollcages and windownets are how much of a mess you leave on the wall.
Jupix
Chief Executive
Chief Executive
Posts: 683
Joined: 19 Feb 2005 09:08
Location: Finland
Contact:

Post by Jupix »

By default, no it's not possible. OpenTTD will only go to 2000 px or so in width.

If you have the means, you can workaround the restriction in the code (in openttd.h, search for MAX_SCREEN_WIDTH) and compile yourself an unrestricted executable. I've done this, but it's a Windows executable. Drop me a message if you're interested in it.
#################
rolandalbes
Engineer
Engineer
Posts: 1
Joined: 13 Aug 2007 12:34

Re: Resolution 2560*1024

Post by rolandalbes »

the maxium resolution seems to be

resolution = 2048,1200

every time, i set values higher, they will be cut back to 2048,1200

I would like to play 2560x1600 or 5120x1600...

is this possible? is there a max value set in the code?

Thanks, Roland
vanOekelen
Engineer
Engineer
Posts: 28
Joined: 18 Jun 2007 19:06

Re: Resolution 2560*1024

Post by vanOekelen »

rolandalbes wrote:the maxium resolution seems to be

resolution = 2048,1200

every time, i set values higher, they will be cut back to 2048,1200

I would like to play 2560x1600 or 5120x1600...

is this possible? is there a max value set in the code?

Thanks, Roland
Did you even read the post above yours?
(the answer is probably yes and yes, but you could to alter it yourself....)
User avatar
MagicBuzz
Tycoon
Tycoon
Posts: 1357
Joined: 15 Feb 2003 17:32
Location: Vergezac, France

Re:

Post by MagicBuzz »

Jupix wrote:By default, no it's not possible. OpenTTD will only go to 2000 px or so in width.
wow, I'm very lucky with my 1980x1200 display ^^ 20 more pixels and it shouldn't work anymore :shock:
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Re: Resolution 2560*1024

Post by DaleStan »

68 more pixels, I suspect. 2048 just seems like a nice likely number to be the limit.
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
Dooby
Engineer
Engineer
Posts: 1
Joined: 21 Aug 2007 16:27

Re: Re:

Post by Dooby »

MagicBuzz wrote: wow, I'm very lucky with my 1980x1200 display ^^ 20 more pixels and it shouldn't work anymore :shock:
Theres no such resolution as 1980. its 1920x1200, so you have plenty of room. Unlike my 2560x1600 resolution. 1920x1200 looks tiny in the centre of it. Jupix, PM'd you. Thanks in advance.
User avatar
Bilbo
Tycoon
Tycoon
Posts: 1710
Joined: 06 Jun 2007 21:07
Location: Czech Republic

Re: Re:

Post by Bilbo »

Dooby wrote:
MagicBuzz wrote: wow, I'm very lucky with my 1980x1200 display ^^ 20 more pixels and it shouldn't work anymore :shock:
Theres no such resolution as 1980. its 1920x1200, so you have plenty of room. Unlike my 2560x1600 resolution. 1920x1200 looks tiny in the centre of it. Jupix, PM'd you. Thanks in advance.
There is. With CRT monitor, you can have any resolution you want, as long is it is divisible by 8 and lies within some limits (min/max pixel clock and horizontal/vertical refresh rate). Probably the same with LCD's too.

If you want, you can have 1704x1096 for example
If you need something, do it yourself or it will be never done.

My patches: Extra large maps (1048576 high, 1048576 wide) (FS#1059), Vehicle + Town + Industry console commands (FS#1060), few minor patches (FS#2820, FS#1521, FS#2837, FS#2843), AI debugging facility

Other: Very large ships NewGRF, Bilbo's multiplayer patch pack v5 (for OpenTTD 0.7.3)
User avatar
athanasios
Tycoon
Tycoon
Posts: 3138
Joined: 23 Jun 2005 00:09
Contact:

Re: Resolution 2560*1024

Post by athanasios »

And it is very practical when you use many emulators! :wink:
I love my CRTs!
http://members.fortunecity.com/gamesart
"If no one is a fool I am also a fool." -The TTD maniac.


I prefer to be contacted through PMs. Thanks.
User avatar
bobingabout
Tycoon
Tycoon
Posts: 1850
Joined: 21 May 2005 15:10
Location: Hull, England

Re: Resolution 2560*1024

Post by bobingabout »

this limit can be increased if you edit a couple of lines in code... its been a long time since i explained the problem, try looking at other thread mentioning resolution limit, or multiscreen.
JPG SUX!!! USE PNG!!!
There are times when JPG is useful, TTD screenshots is not one of them. Please use PNG instead.

[/url]
Jupix
Chief Executive
Chief Executive
Posts: 683
Joined: 19 Feb 2005 09:08
Location: Finland
Contact:

Re: Resolution 2560*1024

Post by Jupix »

bobingabout wrote:its been a long time since i explained the problem, try looking at other thread
I explained the problem and the dirty fix right here in this thread, post #4.

In case anyone else is interested, earlier this year I compiled a Windows binary of 0.5.2 with the resolution limiter "removed". (Increased to such a high resolution it doesn't really limit anyone.)
#################
Snowdog
Engineer
Engineer
Posts: 48
Joined: 30 Oct 2007 22:38
Location: Netherlands, Capelle a/d IJssel

Re: Resolution 2560*1024

Post by Snowdog »

Does anyone have a modern .exe for this ? Say 0.6.3 or a newer nightly release or the 0.7.0 beta ?

I'd like to play at 3200x1024, but I have no idea how to remove the 2k hor pixel limit :(. Would also be handy for the future as I might be upgrading to a 2560x1600 screen in the future, and other people might too...

Is there any known reason why the 2000 pixel limit was adapted in the first place ?
Image
Rubidium
OpenTTD Developer
OpenTTD Developer
Posts: 3815
Joined: 09 Feb 2006 19:15

Re: Resolution 2560*1024

Post by Rubidium »

Have you actually tried the nightlies/betas/release candidate?
Snowdog
Engineer
Engineer
Posts: 48
Joined: 30 Oct 2007 22:38
Location: Netherlands, Capelle a/d IJssel

Re: Resolution 2560*1024

Post by Snowdog »

Rubidium wrote:Have you actually tried the nightlies/betas/release candidate?
Oops, not yet :p, well not anything newer than 14565 :lol: . ( EDIT: And it works on that, feeling stupid now)
So much for my searching skills, couldn't see the newer versions had the limitation removed.
Thanks for the reply dude.
EDIT: Meh even the nightly I have been playing already had it, all I had to do is try to extend the window. Thanks for removing the limit in new versions :).
Image
DaleStan
TTDPatch Developer
TTDPatch Developer
Posts: 10285
Joined: 18 Feb 2004 03:06
Contact:

Re: Resolution 2560*1024

Post by DaleStan »

Snowdog wrote:Is there any known reason why the 2000 pixel limit was adapted in the first place ?
Speed. And it wasn't 2000.
To get a good answer, ask a Smart Question. Similarly, if you want a bug fixed, write a Useful Bug Report. No TTDPatch crashlog? Then follow directions.
Projects: NFORenum (download) | PlaneSet (Website) | grfcodec (download) | grfdebug.log parser
User avatar
Bilbo
Tycoon
Tycoon
Posts: 1710
Joined: 06 Jun 2007 21:07
Location: Czech Republic

Re: Resolution 2560*1024

Post by Bilbo »

Hmm ... I tried 0.7.0-RC1 and enlarge the window as much as possible - seems the limit is now 4096x4096. The only disadvantage of such large size is if you move the window with this size across screen, there is minor hiccup (about 3 seconds) in which openttd is frozen and not responding. Seems the hiccup depends on height, as 4096x1800 means almost no hiccup, neither I saw any problems with ordinary resolutions like 1600x1200.
If you need something, do it yourself or it will be never done.

My patches: Extra large maps (1048576 high, 1048576 wide) (FS#1059), Vehicle + Town + Industry console commands (FS#1060), few minor patches (FS#2820, FS#1521, FS#2837, FS#2843), AI debugging facility

Other: Very large ships NewGRF, Bilbo's multiplayer patch pack v5 (for OpenTTD 0.7.3)
Rubidium
OpenTTD Developer
OpenTTD Developer
Posts: 3815
Joined: 09 Feb 2006 19:15

Re: Resolution 2560*1024

Post by Rubidium »

If the limit is 4096x4096 now then that is the limit of the libraries/OS that are used and not OpenTTD that is limiting the size.
User avatar
CommanderZ
Tycoon
Tycoon
Posts: 1872
Joined: 07 Apr 2008 18:29
Location: Czech Republic
Contact:

Re: Resolution 2560*1024

Post by CommanderZ »

Oh, there is someone playing OpenTTD on a 2*2 grid of 30 inch LCD panels? I want to see a photo :)
Post Reply

Return to “OpenTTD Suggestions”

Who is online

Users browsing this forum: No registered users and 1 guest