English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System

 
 
Thread Tools
Old 27 October 2014, 10:02   #1201
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
I don't know. I've just made now four tests to the same drawer: 10.34, 11.34, 10.06, 10.74
Retrofan is offline  
Old 27 October 2014, 17:43   #1202
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
Quote:
Originally Posted by PeterK View Post
Update to icon.library 46.4.395:

This version fixes the problems with DOpus5 Icon-Info and it's really a lot faster than everything before. DOpus5 is nearly as fast as the Workbench now.
Amazing job!

Crystal is now only 3.312s for DO, that's a massive improvement to 7.20 and 5..60 of previous attempts. Still slower then WB (1.50s) but man, you are good! And obviously DO has some other things to do compared to WB.

Kens pack is not so impressive, only 13.078s (was 16.36, 14.10 for DO and 10.76 for WB), but still excellent!

Have not noticed any major problems, so it seems to be working.....
Michael is offline  
Old 27 October 2014, 20:46   #1203
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
One more small thing, improvement on the $VER: string
Please add a proper date between version and (68020)
i.e. $VER: icon.library Version.Revision.Build (DD.MM.2014) Comment
Michael is offline  
Old 27 October 2014, 21:41   #1204
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
Found BUG!
On 8bit CGX screens DO icons are missing the main image (open a folder, and no images for OS3.5 icons) the selected images do show up.
Michael is offline  
Old 28 October 2014, 19:41   #1205
Lonewolf10
AMOS Extensions Developer
 
Lonewolf10's Avatar
 
Join Date: Jun 2007
Location: near Cambridge, UK
Age: 44
Posts: 1,924
Quote:
Originally Posted by Michael View Post
You have to make sure UAE is running with constant cpu resources, then it will be more or less stable in performance.
Yeah, but if he is running them on Windows you can't get good timing. Windows is always doing something in the background for no good reason! Sometimes I've had WinUAE temporarily freeze (for about 0.5 second) for no obvious reason, but I'm sure it's Windows related rather than WinUAE itself.
Lonewolf10 is offline  
Old 29 October 2014, 00:24   #1206
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Update to icon.library 46.4.396:

Switching DOpus5 from Hi/TrueColor to AGA screenmodes won't result in unvisible icon images for the unselected state anymore.

A big speed gain is now also achieved with DOpus5 in AGA/ECS screenmodes.

@Michael
the timestamp is stored in your filesystem already. I don't like redundant and unimportant info.

@Lonewolf10
What you said only happens when you are running Windows like it comes out of the box. You should disable all these needless processes and services which are running in the background just to produce a lot of hot air. My system is at least 98.5 % idle as long as I don't start any programs.
PeterK is offline  
Old 29 October 2014, 22:14   #1207
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
IMPORTANT!!!

If you have problems with Directory Opus locking free pens, here is the solution! Took me a few hours to pin point the problem

From the original documentation to latest FPPrefs update
Quote:
FullPalette update 40.23 - AmiKit version
Author: Massimo Tantignone
Source: http://amikit.amiga.sk

This updated version of FPPrefs fixes the problem with DirOpus Magellan's incorrect usage of ReleasePen() that causes the freezes when reopening the screen.

To activate the fix, install the FPPrefs command and set and save a "FullPalette/DOpusRPFix" environment variable with the value "FULL". You can do it by executing the following command:

SetEnv ENVARC:FullPalette/DOpusRPFix FULL
Well, don't know what this really fixes, but it prevents DOpus Magellan from freeing unused pens, this includes icons and interface GUI.
So if you do not need the above fix to fix what ever it is supposed to do, don't set DOpusRPFix env var!
My system works perfectly without it under AGA and CGX, and all the pens are freed immediately when they are no longer in use.
And the new icon.library rocks

UPDATE! Read more info below, a new solution is available!

Last edited by Michael; 05 November 2014 at 18:10. Reason: UPDATE!
Michael is offline  
Old 29 October 2014, 22:38   #1208
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by Michael View Post
My system works perfectly without it under AGA and CGX, and all the pens are freed immediately when they are no longer in use.
And the new icon.library rocks
Thank you!
But, how many free pens are left on your system? Here, with AmiKit 1.7, I get only 30-35 free pens with DOpus5, but up to 234 free pens from the Workbench after a WB-Reset (as displayed in SysInspector or Scout). It makes no difference here when I remove DOpusRPFix or disable FPPrefs completely. Which version of graphics.library is installed on your system?

Last edited by PeterK; 29 October 2014 at 22:56.
PeterK is offline  
Old 30 October 2014, 01:31   #1209
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
No idea either what the DOpusRPFix does, but reading the readme I've found the variable Action, DEFERRED that tells FPPrefs to wait until the WB screen opens by itself before setting the colors and then it doesn't leave spaces on the Rainboot progress bar (booting) like I was having.

Now the problem instead with Rainboot is that sometimes the background of the windows appears corrupted if you have any opened window from booting (but that's not usual). This also depends in how fast the amiga/emulation boots.

Edit: I've seen that also Deferred makes Copper-Demon hang the system at booting.

Last edited by Retrofan; 31 October 2014 at 10:07.
Retrofan is offline  
Old 30 October 2014, 04:59   #1210
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
On my real system I get 180 free pens (using dopus %fp command helps to track it in real time in title bar) after booting finishes. I don't have many colourful icons laying around the desktop (like default AmiKit), only disk icons. Opening some colourful icon packs reduces the pen count to 20-30 pens sometimes, but once closed, I have all of them back for reuse.
Michael is offline  
Old 30 October 2014, 10:01   #1211
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
On my version I've got 17 free pens, 18 without the DOpusRpFix. I can be using five icons on screen or 30, it keeps with the same amount.
Retrofan is offline  
Old 30 October 2014, 22:46   #1212
Lonewolf10
AMOS Extensions Developer
 
Lonewolf10's Avatar
 
Join Date: Jun 2007
Location: near Cambridge, UK
Age: 44
Posts: 1,924
Quote:
Originally Posted by PeterK View Post
@Lonewolf10
What you said only happens when you are running Windows like it comes out of the box. You should disable all these needless processes and services which are running in the background just to produce a lot of hot air. My system is at least 98.5 % idle as long as I don't start any programs.
I don't know Windows well enough to know which services and processes can be disabled. I do know that 'explorer.exe' handles the taskbar and desktop (as opposed to 'IExplorer.exe' which is Internet Explorer which I never use, as I prefer Firefox).
Lonewolf10 is offline  
Old 31 October 2014, 07:55   #1213
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,506
If the freeze is due to HD seek times (some virus scanner/indexer/whatever doing HD accesses. Very common.), get a SSD. You really want one!

If it still freezes and you have at least dual core CPU: not going to be some background service if it keeps happening randomly.

IMHO most "guides" that tell to disable services are from era when CPU speed was supposed to be the most important thing ever in a PC and you had only 256 to 512M memory. And I wouldn't jump to conclusions and just disable something if reason is something else, it could be winuae related (for example sound which is probably best to keep disabled if it is not needed).
Toni Wilen is offline  
Old 31 October 2014, 10:12   #1214
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
I know for example Skype slows down a lot WinUAE in a not very powerful Pc. I'm also using now Avast but also trying Hitman that (this last) makes the Pc startup much slower, maybe the processes too.

Edit: Just thinking: Coudn't WinUAE take advantage of some program like Game Booster?
Edit: Yes, it can. You just have to add WinUAE to the list of games and Game Booster optimizes the processes, stopping the unneeded ones.

Last edited by Retrofan; 01 November 2014 at 01:00.
Retrofan is offline  
Old 01 November 2014, 00:50   #1215
Lonewolf10
AMOS Extensions Developer
 
Lonewolf10's Avatar
 
Join Date: Jun 2007
Location: near Cambridge, UK
Age: 44
Posts: 1,924
Quote:
Originally Posted by Toni Wilen View Post
If the freeze is due to HD seek times (some virus scanner/indexer/whatever doing HD accesses. Very common.), get a SSD. You really want one!

If it still freezes and you have at least dual core CPU: not going to be some background service if it keeps happening randomly.

Thanks Toni.

It seems the HD is the most likely cause, as this old laptop is powered by a Pentium 3m (definately not dual-core!).
Lonewolf10 is offline  
Old 01 November 2014, 03:57   #1216
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
Where ever you look on the pc side, ide, sata or usb are all cpu and interrupt driven crap for cheap reasons. When ever such a device has something to do it does not matter how fast the cpu is, or how many cores or cpus you have, the system will freeze dead.
In UAE you can also try raising the priory of it's task, should help to stabilize the speed results.
Michael is offline  
Old 01 November 2014, 07:54   #1217
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
Found BUG!

With AGA+FBlit 50% meshed selected def icon is missing during dragging.
under just AGA it works ok. Might be the same problem as we had in CGX when the two meshes overlapped.

TWEAKS:

The same 50% mesh effect can be disabled for WB/CGX 15/16/24/32 bit screens (only do it for 8bit or less) Since CGX allows true 50% transparency for def icons and when dragging. With the mesh we get an effect of 25%/75%.
Michael is offline  
Old 01 November 2014, 09:01   #1218
PeterK
Registered User
 
Join Date: Apr 2005
Location: digital hell, Germany, after 1984, but worse
Posts: 3,365
Quote:
Originally Posted by Michael View Post
Found BUG!
With AGA+FBlit 50% meshed selected def icon is missing during dragging.
More information please. With WB 3.1 or WB 3.5+ or DOpus5 ?? I can not reproduce it with the WB 3.x. And I've never tried out DOpus5 with FBlit on AGA yet. What a strange setup ? And did you reboot after changing the screenmode ?
PeterK is offline  
Old 01 November 2014, 09:29   #1219
Retrofan
Ruler of the Universe
 
Retrofan's Avatar
 
Join Date: Mar 2010
Location: Lanzarote/Spain
Posts: 6,185
My distro uses FBlit and I don't see any problem with def icons. All of the selected def icons move when dragging. Maybe I don't understand the problem.
Retrofan is offline  
Old 01 November 2014, 11:52   #1220
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
Looks like the FBlit problem is solved, needed to start it earlier. (WB 3.9+)

However, found another potential problem.

DO running in CGXAGA+FBlit 64c, open the openwin benchmark folder (OS3.5 icons), change screenmode to 256c, the icons in the open win window(open drawer) suffer from colour distortion, disk icons look ok.
Now we can iconify this window, and then reopen it (maybe the icons reset/redraw ? - no, still wrong colours, call icon reset from menu on this folder, and the task goes into a busy loop.
On some other occasions agian I think only with DO, changing screenmodes from 64c to 256c and back to 64c can result in something going wrong, open any disk icon, and no icons visible, also system is near crash state since thing stop working and after rebooting we get an recoverable red alert - error 0100 0003 task 440C2908.

Just tested v45.x, and it is not effected by this problem.

Last edited by Michael; 01 November 2014 at 12:22.
Michael 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
ClassicWB Full and icon.library 46.4 Retroplay project.ClassicWB 8 05 August 2018 13:57
WB library conflict/versions Amiga1992 support.Apps 3 22 July 2010 18:47
PNG Icon to Color Icon Converter? Leandro Jardim request.Apps 1 24 May 2010 04:39
What's the latest version of icon.library for OS3.9? NovaCoder support.Apps 3 30 June 2009 15:43
Requesting icon.library v44+... nikvest request.Other 2 16 September 2007 01:58

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 18:31.

Top

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