English Amiga Board


Go Back   English Amiga Board > Support > support.WinUAE

 
 
Thread Tools
Old 11 March 2013, 09:52   #1
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 51
Posts: 4,277
WINUAE: swap between Native screen and RTG possible?

Hi

I am coding in winUAE using barfly in RTG WB screen.

but when i launch some application usings natice screen (PAL/NTSC)=>winuae dont switch on PAL/NTSC screen and stay on RTG screen

is it possible to switch pressing a key between Native and RTG screen?
CFou! is offline  
Old 11 March 2013, 10:01   #2
Gilloo
Registered User
 
Join Date: Nov 2010
Location: Grenoble, Isère, Rhône-Alpes, France, Europe, Earth
Posts: 290
right-amiga + M, will swap screens...
Gilloo is offline  
Old 11 March 2013, 10:09   #3
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 51
Posts: 4,277
Quote:
Originally Posted by Gilloo View Post
right-amiga + M, will swap screens...
i will try but i doubt it's works... indeed workbench is freezed by applications (forbid function) so workbench's keys can't be used .

I'am looking for winUAE special keys
CFou! is offline  
Old 11 March 2013, 11:23   #4
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,005
WinUAE switches automatically if you initialize the screen properly.

Example: http://eab.abime.net/showpost.php?p=711170&postcount=5
thomas is offline  
Old 11 March 2013, 11:37   #5
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,534
There is no manual switching support.
Toni Wilen is offline  
Old 11 March 2013, 11:48   #6
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 51
Posts: 4,277
Quote:
Originally Posted by thomas View Post
WinUAE switches automatically if you initialize the screen properly.

Example: http://eab.abime.net/showpost.php?p=711170&postcount=5
i will try it
CFou! is offline  
Old 11 March 2013, 11:48   #7
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 51
Posts: 4,277
Quote:
Originally Posted by Toni Wilen View Post
There is no manual switching support.
is it planned for futur version?
CFou! is offline  
Old 11 March 2013, 13:28   #8
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,005
Would be great have an option to see native and RTG output in two seperate windows side by side. Like on a real Amiga where you have a TV on the native port and a VGA monitor on the gfx card.
thomas is offline  
Old 11 March 2013, 23:05   #9
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 51
Posts: 4,277
Quote:
Originally Posted by thomas View Post
WinUAE switches automatically if you initialize the screen properly.

Example: http://eab.abime.net/showpost.php?p=711170&postcount=5
thanks it's working using LoadView (-222) function of graphics.library
CFou! is offline  
Old 12 March 2013, 02:05   #10
Mixter
Registered User
 
Join Date: Dec 2009
Location: Stockholm
Posts: 42
Amiga+A key can switch between for example AMOSPro (non rtg) to workbench (rtg)
Mixter is offline  
Old 12 March 2013, 09:11   #11
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 51
Posts: 4,277
Quote:
Originally Posted by Mixter View Post
Amiga+A key can switch between for example AMOSPro (non rtg) to workbench (rtg)
yes but my question is out of workbench (running demo by example)

badly it's not suppported:
http://eab.abime.net/showpost.php?p=874058&postcount=5
CFou! is offline  
Old 12 March 2013, 11:25   #12
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,534
Quote:
Originally Posted by thomas View Post
Would be great have an option to see native and RTG output in two seperate windows side by side. Like on a real Amiga where you have a TV on the native port and a VGA monitor on the gfx card.
Not worth the trouble and huge amount of options required for it.

Quote:
Originally Posted by CFOU! View Post
is it planned for futur version?
No. It is not trivial, it is not just a simple switching, RTG and custom chipset display can't exist (even internally) at the same time.
Toni Wilen is offline  
Old 12 March 2013, 12:12   #13
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 51
Posts: 4,277
Quote:
Originally Posted by Toni Wilen View Post
Not worth the trouble and huge amount of options required for it.



No. It is not trivial, it is not just a simple switching, RTG and custom chipset display can't exist (even internally) at the same time.
thanks it's not real problem i have just to use LoadView function in my startup code....
CFou! is offline  
Old 12 March 2013, 12:34   #14
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Make sure to use 2x WaitTOF (2nd WaitTOF is for needed for interlaced displays) or flushing the view doesn't work correctly.
StingRay is offline  
Old 12 March 2013, 12:44   #15
CFou!
Moderator
 
CFou!'s Avatar
 
Join Date: Sep 2004
Location: France
Age: 51
Posts: 4,277
Quote:
Originally Posted by StingRay View Post
Make sure to use 2x WaitTOF (2nd WaitTOF is for needed for interlaced displays) or flushing the view doesn't work correctly.

thanks.

i had looked your startup code so i used already 2 Wait Top Of next Frame function (-270) of graphics.library

but now i understand why.......
CFou! is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
native in screen display problem turrican3 support.WinUAE 1 29 September 2012 05:22
Gfx artifacts with native AGA but not with RTG Geijer support.Other 5 09 August 2011 07:45
Wanted: Cyberstorm PPC or MK3 + RTG or SWAP with BPPC + BVision mfilos MarketPlace 3 14 June 2011 19:42
Is it possible to have scanlines enabled in native mode but disabled in RTG? Dr.Venom support.WinUAE 4 22 May 2011 10:04
WinUAE 2.01 screen mode problem (native vs. RTG) StingRay support.WinUAE 13 28 January 2010 14:23

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 23:52.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.17239 seconds with 13 queries