Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: Ratte on August 05, 2009, 11:48:52 AM

Title: ModeID needed ...
Post by: Ratte on August 05, 2009, 11:48:52 AM
Any idea how to find out a modeid for the current displayed mode?
The function GetModeID is only good for a viewport, but not for the real monitor-output.
For example if i use dragable screens the GetModeID return the value from lets say PAL-NonLace, even if i have pulled down a screen in interlace in the front.
physicly the monitor is running in hires lace, but getmodeid returns hires nonlace.

is there any get"real"modeid out there?

(problems are also present with different monitorids .. super72, multiscan, etc.)

thanks
Title: Re: ModeID needed ...
Post by: x303 on August 22, 2009, 06:16:46 PM
Have you tried this program already ?
http://aminet.net/util/moni/GetModeID.lha

x303 :D :D :D
Title: Re: ModeID needed ...
Post by: Piru on August 22, 2009, 07:38:34 PM
Quote from: Ratte;518079
Any idea how to find out a modeid for the current displayed mode?
http://zerohero.homeip.net/~zerohero/autodocs/os3.1/GetVPModeID_graphics.html

It is only possible to get mode from the viewport. AFAIK it is not possible to get it for the view.

This always was a problem with the draggable screens. The API never was up to date.
Title: Re: ModeID needed ...
Post by: Ratte on September 28, 2009, 09:52:19 PM
sorry for the late reply, but the "prob" is sloved

http://eab.abime.net/showpost.php?p=584365&postcount=7

here you can see the final result .. and what it is good for ...
http://www.amiga-news.de/en/news/AN-2009-09-00011-EN.html

Ratte