English Amiga Board


Go Back   English Amiga Board > Support > support.Other

 
 
Thread Tools
Old 17 August 2021, 17:55   #181
hexaae
Bug hunter
 
hexaae's Avatar
 
Join Date: Jul 2006
Location: Italy
Age: 48
Posts: 2,164
Quote:
Originally Posted by Thomas Richter View Post
What's the problem with the mouse blanker commodity that comes with the Os? It uses the above code and works fine.
It doesn't work here... Mouse pointer never disappears on keypresses or waiting 30secs+. Should I do something special under WinUAE and uaegfx monitor?

Here are my TTypes for uaegfx:
(BorderBlank=System)
(MemoryClock=0)
(Quiet)
BigSprite=NO
BoardType=uaegfx
DisplayChain=Yes
FakeNativeModes=NO
FontsFix=NO
GrantDirectAccess=NO
IgnoreMask=NO
NoBlitter=NO
NoPlanar2ChunkyBlits=NO
OverClock=NO
SettingsFile=SYS:Devs/Picasso96Settings
SoftSprite=NO
System2ScreenBlits=NO
hexaae is offline  
Old 17 August 2021, 19:39   #182
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,242
The version number of the commodity is helpful. Simply because the latest version is fine.
Thomas Richter is offline  
Old 17 August 2021, 19:49   #183
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,648
Thomas, I have also removed the Generic and PAL monitors from DEVS:Monitors, so only Native and PiGFX monitors are left. No difference. I think the Native monitor is the one that comes with P96 installation. Everything should match, but for some reason i cannot get the P96ScreenCX to work. Any help would be appretiated.
tomcat666 is online now  
Old 17 August 2021, 21:31   #184
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,242
Please try to remove the brackets around the (MONITORS=DEVS:Monitors) tooltype and put it first in the tool types list. Apparently, it takes the "DONOTWAIT" argument as directory name (sigh).
Thomas Richter is offline  
Old 17 August 2021, 21:52   #185
hexaae
Bug hunter
 
hexaae's Avatar
 
Join Date: Jul 2006
Location: Italy
Age: 48
Posts: 2,164
Quote:
Originally Posted by Thomas Richter View Post
The version number of the commodity is helpful. Simply because the latest version is fine.
Code:
Kickstart 47.96, Workbench 47.2 (10-Apr-2021)
5.OS32:> version FILE FULL OS32:Tools/Commodities/MouseBlanker  
mouseblanker 47.4 (31-Ago-2020)
hexaae is offline  
Old 17 August 2021, 22:30   #186
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,242
This then goes to the Os team, not to P96. Apparently, there is a bug in the mouse blanker, it should not set the Viewport argument to NULL in which case it only blanks the mouse on the first viewport in the view chain, but it rather should transmit the viewport of the frontmost screen as such:

Code:
#define BlankMouse()   ChangeSprite(IntuitionBase->FirstScreen?(&IntuitionBase->FirstScreen->ViewPort):NULL,&blankMouse,(APTR)blankData);
but that is really beyond P96 possibilities to fix.
Thomas Richter is offline  
Old 18 August 2021, 07:30   #187
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,648
Quote:
Originally Posted by Thomas Richter View Post
Please try to remove the brackets around the (MONITORS=DEVS:Monitors) tooltype and put it first in the tool types list. Apparently, it takes the "DONOTWAIT" argument as directory name (sigh).


I did, both MONITORS and then also CX_PRIORITY... nothing happens. If I run the util from Workbench there is nothing happening in SnoopDOS (nothing happens in snoopdos), if I run it from CLI I always get the same output in Snoopdos as you see in the previous screenshot, just the list of the tooltypes.
tomcat666 is online now  
Old 18 August 2021, 08:29   #188
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,242
If your monitor icons - the ones that are loaded on startup - are stored elsewhere, you need to adjust the path, obviously.
Thomas Richter is offline  
Old 18 August 2021, 08:30   #189
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,648
Quote:
Originally Posted by Thomas Richter View Post
If your monitor icons are stored elsewhere, you need to adjust the path, obviously.
They are not, they are in the standard DEVS:Monitors directory. I have the Native monitor and the PiGFX monitor :

tomcat666 is online now  
Old 18 August 2021, 08:31   #190
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,242
The snoopdos output does not show what directory it is actually looking. I would need a more complete output then.
Thomas Richter is offline  
Old 18 August 2021, 08:36   #191
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,648
Quote:
Originally Posted by Thomas Richter View Post
The snoopdos output does not show what directory it is actually looking. I would need a more complete output then.
How would I get that ? I enabled all Functions in SnoopDOS, the same output. If I run the utility with the CLI and use the MONITORS=DEVS:Monitors all I get is this:


Last edited by tomcat666; 18 August 2021 at 08:41.
tomcat666 is online now  
Old 18 August 2021, 08:36   #192
Amiga68k
Registered User
 
Amiga68k's Avatar
 
Join Date: Oct 2017
Location: Amsterdam
Posts: 231
It's in WBStartup/DONTSTART?
Amiga68k is offline  
Old 18 August 2021, 08:38   #193
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,648
Quote:
Originally Posted by Amiga68k View Post
It's in WBStartup/DONTSTART?
I tried different locations, with and without the .icon file. Always the same result.
If I run it from the WB with double click on icon then snoopdos doesnt show ANY output.
If I run it from CLI, with the icon in same directory, without the icon, with the MONITORS=DEVS:Monitors command line option or without I always get the same snoop dos output as shown here.

I am running OS 3.2 btw.
tomcat666 is online now  
Old 18 August 2021, 08:48   #194
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,242
You apparently enabled "show only fails", which is not helpful. You should also check whether "DISPLAYCHAIN=NO" is set in the monitor tool type you want to switch.
Thomas Richter is offline  
Old 18 August 2021, 08:49   #195
Amiga68k
Registered User
 
Amiga68k's Avatar
 
Join Date: Oct 2017
Location: Amsterdam
Posts: 231
Thomas, if it doesn't show anything in SnoopDos when starting from WB, might it be impacted the same way SnoopDos was impacted one version ago?
Amiga68k is offline  
Old 18 August 2021, 09:01   #196
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,242
What doesn't show anything? P96ScreenCx never shows anything. Please remove brackets around the MONITORS=DEVS:Monitors tooltype and move that tooltype frontmost. Otherwise, this source and the snoopdos source are not related at all.
Thomas Richter is offline  
Old 18 August 2021, 09:07   #197
Amiga68k
Registered User
 
Amiga68k's Avatar
 
Join Date: Oct 2017
Location: Amsterdam
Posts: 231
No, not related ofcourse, but if P96ScreenCx is started from CLI there is some output seen in SnoopDos. When starting P96ScreenCx from WB, nothing is seen in SnoopDos... which makes me think it simply doesn't start, the same way SnoopDos didn't start from WB one version ago.

Would have expected more reports if that would be the case though, but just checking.
Amiga68k is offline  
Old 18 August 2021, 09:55   #198
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,648
I am so sorry, did not see that I have "Show only Fails" enabled. Haven't used snoopdos in years..

Anyway, here is the output when starting from the CLI:



Everything looks OK, but the utility is still not working... When I go to either edge of the rtg/native screen nothing happens.

And here is the output when starting from WB:



I have removed brackets around MONITORS and it is the top most tool type in this case :



For some reason it is still trying to load the monitors from the same directory in which the utility is...

Also the DISPLAYCHAIN=No is enabled for the PiGFX monitor:

tomcat666 is online now  
Old 18 August 2021, 10:37   #199
Thomas Richter
Registered User
 
Join Date: Jan 2019
Location: Germany
Posts: 3,242
But there is another screen open on another monitor, right? And the Pi is not in the display chain, right? It does not make sense if there is only one monitor, and only one screen open.
Thomas Richter is offline  
Old 18 August 2021, 10:44   #200
tomcat666
Retro Freak
 
tomcat666's Avatar
 
Join Date: Nov 2001
Location: Slovenia
Age: 51
Posts: 1,648
Yes, there is IMP running on the native screen on the left and normal RTG workbench on the Pi RTG screen on the right (has the DISPLAYCHAIN=No set). It is the same if I start the utility before I start IMP (or anything else native) or after I start it...

tomcat666 is online now  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
P96: What's the right way to do X? Warty Coders. General 2 21 December 2020 00:00
Providing 2 fire button support / cd32 joypad support amigapd request.Other 0 13 July 2015 17:20
Portaudio support (was: WinUAE support for ASIO drivers) Amiga1992 support.WinUAE 57 28 March 2009 21:15
Classic WB P96 Anubis project.ClassicWB 5 08 May 2006 14:30
amiga-news.de: Collected software-news Paul News 0 14 November 2004 15:50

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 20:46.

Top

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