Welcome, Guest. Please login or register.

Author Topic: 2560x1200 WB  (Read 9747 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline psxphill

Re: 2560x1200 WB
« on: May 03, 2013, 01:39:57 PM »
Quote from: direktorn;733521
Impressive that an operating system older than the DVD format can display a picture with more pixels compared to Full HD..

It's not that impressive. If you need a higher resolution than 256 x 256, it makes sense to support 65536 x 65536. No idea if there are any issues with that though, because some of the code might think all calculations can fit into a word and when you have windows wrapping off the left or right of the screen then you might run into problems.
 
The os can probably handle 8192 x 8192 without any problems. It should be possible to test this as most graphics cards can set up scrolling displays larger than your monitor.
« Last Edit: May 03, 2013, 01:42:23 PM by psxphill »