English Amiga Board


Go Back   English Amiga Board > Support > support.Hardware

 
 
Thread Tools
Old 09 January 2024, 19:54   #5421
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
I am not seeing an increased amount of context switching, which leaves me to think that the 68K part (i.e. rtg.library) has become more CPU (68k) intensive which causes more time to elapse before returning to the PPC.

In other news, how much were you involved in OG W3D (also for OS4)? :-)
Hedeon is offline  
Old 09 January 2024, 20:01   #5422
Karlos
Alien Bleed
 
Karlos's Avatar
 
Join Date: Aug 2022
Location: UK
Posts: 4,165
Quote:
Originally Posted by Hedeon View Post
I am not seeing an increased amount of context switching, which leaves me to think that the 68K part (i.e. rtg.library) has become more CPU (68k) intensive which causes more time to elapse before returning to the PPC.

In other news, how much were you involved in OG W3D (also for OS4)? :-)
I fixed a bunch of bugs in the OG Permedia2 driver and improved performance but it never saw the light of day. However, some design choices (especially with respect to vertex arrays) did find their way into the general approach used for other drivers since (Voodoo, Radeon R100/200).

I got involved again with OS4 and got the Permedia2 driver for that (based on the unreleased OG improvements) working before spending time on R100/R200 drivers (as well as some tweaks in the corresponding chip drivers for P96). I also added some new features like having per-application settings due to the dependency on older software needing certain bugs and stuff.

All the RTG card swapping was the end of my A1XE
Karlos is online now  
Old 10 January 2024, 11:23   #5423
BULI
Registered User
 
Join Date: Dec 2017
Location: Rzeszów
Posts: 404
Quote:
Originally Posted by trixster View Post
That why I still use old, tested software (Workbench 3.9 cool)
BULI is offline  
Old 10 January 2024, 12:02   #5424
Karlos
Alien Bleed
 
Karlos's Avatar
 
Join Date: Aug 2022
Location: UK
Posts: 4,165
If we entertain the idea, for the moment, that W3D pre-OS4 is essentially abandoned, to my mind it makes sense to provide an API compatible single library replacement.

What I mean by that is, for each Chip/RTG pairing there's a full Warp3D.library (and PPC counterpart). You simply install the pair that's relevant to your machine configuration.

The benefit of this is the removal of layers of indirection and better tailoring for the specific chip. For example, on the Permedia2, the allocation strategy described above is a bit of a bad fit (ISTR fixing that for the OS4 driver) because bitmaps can't be any arbitrary multiple of some common value wide. It has a more non-linear behaviour than that because widths are described by thee partial product values.

Managing all the potential duplication of effort in such a build strategy comes down to the source code organisation. You can use conditionally defined functions for the RTG aspect, to allocate memory and lock hardware, rather than a whole separate library invocation.

Just a thought.
Karlos is online now  
Old 10 January 2024, 16:23   #5425
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
Well, I don't know the legal status of W3D or any of the old gfx card drivers, specifically for R200, Voodoo and P2 which can do 3D.

What I do know is that they don't care about bug fixing anymore as I have seen that the 2D Radeon driver (OS4) has a wrong start-up leading to sometimes giving a scrambled output (on classic OS4 and.....classic). I put the linux source next to it and the error is obvious.

And wrong color setting in the voodoo W3D driver (OS4). And many more I am now forgetting as it has been years, but it was send to the betatest list. Or dev...I forgot that too.

Maybe they fixed the Radeon driver since it was transfered to AEon. I dunno.
Hedeon is offline  
Old 10 January 2024, 17:36   #5426
Karlos
Alien Bleed
 
Karlos's Avatar
 
Join Date: Aug 2022
Location: UK
Posts: 4,165
Well there's nothing illegal about making a new implementation that just supports the API. You can avoid a lot of pitfalls that way, too.
Karlos is online now  
Old 10 January 2024, 18:01   #5427
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
I have had insight in the source, it will always be a discussion.
Hedeon is offline  
Old 11 January 2024, 10:58   #5428
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
I see that the Israeli seller caught up that his PrPMC cards are used for Amigas. Still 180 left ( take note, Lukzer)
Hedeon is offline  
Old 11 January 2024, 12:16   #5429
trixster
Guru Meditating
 
Join Date: Jun 2014
Location: England
Posts: 2,339
Indeed. I wonder if this is the same guy we got those $50 ramix and apocs from a few years back.
trixster is offline  
Old 11 January 2024, 12:40   #5430
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
I got them also from Israel including desert sand it seemed. Would be strange if these are different people both coming from Israel. The Apocs are now doubled in price at 120. He had over 200 and only a few sold. Now 50 sold i see.
Hedeon is offline  
Old 13 January 2024, 04:20   #5431
grelbfarlk
Registered User
 
Join Date: Dec 2015
Location: USA
Posts: 2,910
Just to refresh my memory or whether there was any new information since then. The issue with using a PCIe card like the Killer 2100 on the Prometheus was that it didn't present its RAM to the system? Were all PCIe cards the same?
grelbfarlk is offline  
Old 13 January 2024, 17:57   #5432
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
I am not sure I have a correctly working Killer 2100. I can see in the configuration block that things seem off. Linked registers don't change together when I change one of them. They do with the PCI M1.

You have one laying about that we could use for some testing? You also need a Firestorn and a PCI-PCIe bridge.
Hedeon is offline  
Old 14 January 2024, 16:51   #5433
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
Crosspost. The Bigfoot PCIe is still not behaving as it should, btw.

https://eab.abime.net/showpost.php?p...1&postcount=28
Hedeon is offline  
Old 14 January 2024, 22:50   #5434
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
Quote:
Originally Posted by grelbfarlk View Post
There's some possibility* that the Prometheus could support PCIe cards by way of a PCI adapter.

*This possibility is likely to never come to fruition.
Another step closer
Hedeon is offline  
Old 15 January 2024, 01:47   #5435
grelbfarlk
Registered User
 
Join Date: Dec 2015
Location: USA
Posts: 2,910
Interesting, I was actually looking at different PCIe cards altogether, but not those expensive QorIQ T-series, like much cheaper ones.
grelbfarlk is offline  
Old 15 January 2024, 09:17   #5436
cloverskull
Registered User
 
Join Date: Sep 2018
Location: California
Posts: 328
Hey friends, question regarding A1200 support. I know it is specifically unsupported but with the advent of pistorm, is there some way the linux side of things could help with compatibility?

I'm showing my ignorance here as I have no idea how the Sonnet Amiga project works :P
cloverskull is offline  
Old 15 January 2024, 09:31   #5437
jbenam
Italian Amiga Zealot
 
Join Date: Jan 2009
Location: Italy
Age: 36
Posts: 1,911
Quote:
Originally Posted by Hedeon View Post
You have one laying about that we could use for some testing? You also need a Firestorn and a PCI-PCIe bridge.
I think I have everything needed - I have a PCIe Killer NIC, a StarTech PCIe-to-PCI and a Firestorm (that still needs assembling… this might give me motivation enough).

Which kind of PCIe-to-PCI bridges have been tested until now?
jbenam is offline  
Old 15 January 2024, 11:09   #5438
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
Only the one you see in the screenshots. But bridges should be (mostly) generic.
Hedeon is offline  
Old 15 January 2024, 13:13   #5439
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
Quote:
Originally Posted by cloverskull View Post
Hey friends, question regarding A1200 support. I know it is specifically unsupported but with the advent of pistorm, is there some way the linux side of things could help with compatibility?
Only if the PiStorm has access to the full PCI space without having to bank through the mediator 8MB window.
Hedeon is offline  
Old 15 January 2024, 13:17   #5440
Hedeon
Semi-Retired
 
Join Date: Mar 2012
Location: Leiden / The Netherlands
Posts: 2,002
Quote:
Originally Posted by grelbfarlk View Post
Interesting, I was actually looking at different PCIe cards altogether, but not those expensive QorIQ T-series, like much cheaper ones.

Got an AMC card laying around. Came with a carrier card but it is massive with its own 4 pin power connector. Which i cannot connect. It gives me power failure errors on the board, sadly. It was also a 2x PCIe, so i had to connect a 1x to 16x and connect the 2x to that.

I tested it with 1x->16x->1x (the audio card,) and that worked, but not with the 2x carrier card. But could still be not enough power

So still looking for a carrier card.
Hedeon 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
WANTED: PCI Sound Card VORTEX2 SuperQuard / SQ2500 or Turtlebeach SantaCruz pci card keropi MarketPlace 12 15 March 2017 02:48
Wanted:Sonnet Technologies QuadDoubler 50 (Doubler 4000) kronuz MarketPlace 0 16 June 2013 00:29
eBay : Sonnet Quaddoubler alexh MarketPlace 3 07 May 2013 00:50
Overlay problem on GeForce 7200 Leandro Jardim support.WinUAE 1 10 August 2010 15:50
Prometheus PCI & Voodoo 3 PCI GFX Card Slayer support.Hardware 21 05 September 2006 10:57

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

Top

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