Crossplatform way to change screen resolution

Posted by macropas on Stack Overflow See other posts from Stack Overflow or by macropas
Published on 2009-02-17T06:33:11Z Indexed on 2010/04/27 3:53 UTC
Read the original article Hit count: 350

Is there any crossplatform way (Windows, Linux, MacOSX) to change screen resolution? Neither Java nor .Net-Mono can do it. Only through native API invocation. It's very strange situation: there are clear (managed) methods to obtain screen resolution, but method for setting is absent. Is this feature very dangerous or complicated? Does any other crossplatform system (Parrot, RealBasic etc.) do this?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about mono