kategoria: Mediator
[#91] Re: PCMCIA GPU P-vision

@wali7, post #90

są już pierwsze wyniki syspeeda
https://eab.abime.net/showthread.php?t=121310&page=3
1
[#92] Re: PCMCIA GPU P-vision

@] SKOLMAN_MWS ˇ agrEssOr [, post #91

Przesyłka dotarła w zeszły piątek. Po tygodniu kombinowania we wszystkie strony, odkryłem jak ją uruchomić na sprzęcie jak w stopce (na gorszym sprzęcie odpala się bez problemu).
Pierwsze wrażenia tak na szybko:
1. Zapomnijcie o rozdzielczościach 1280x1024 i 320x240 - piksel clock 12-85 MHz nie łapie takich rozdzielczości na moich monitorach (DELL P1917S 19" i PHILIPS 172B 17"). Potrzeba odpowiednio ok. 110 i 7 MHz.
2. Użytkowanie jest bardzo przyjemne (pracuję w rozdzielczości 1024x768x16), okna otwierają się i przesuwają płynnie.
3. Wcześniej działałem z taką samą rozdzielczością na IndiAGA Mk3. Różnica jest kolosalna (oczywiście na plus dla P-Vision). No i wreszcie nie ma dużych wycieków CHIP, kiedy otwiera się kilka okien.
4. Większość testów, o które proszono, wykonam w weekend (większość, bo nie mam emulatora maćka).
Generalnie jestem bardzo zadowolony z zakupu.
4
[#93] Re: PCMCIA GPU P-vision

@Kitech, post #92

A możesz protestować z jakimś TV LCD?
[#94] Re: PCMCIA GPU P-vision

@_DiskDoctor_, post #93

Akurat bez problemu. Stoi obok SyncMaster T200HD. Ale on jest 16x9. Co chcesz, żebym sprawdził?
[#95] Re: PCMCIA GPU P-vision

@Kitech, post #94

Czy działa
[#96] Re: PCMCIA GPU P-vision

@Kitech, post #92

Fajnie by było zobaczyć „namacalnie” jak to działa. Ot taki filmik jak się okna otwierają itp. Zwykły filmik kręcony telefonem z ręki wystarczy. Z pewnością znajdzie się pare osób co by chciały zobaczyć OK
2
[#97] Re: PCMCIA GPU P-vision

@Bartek2075, post #96

Do naszych Settlers 2 powinna być idealna :)
1
[#98] Re: PCMCIA GPU P-vision

@Amig_OS, post #97

no nie za bardzo, trasfer przez pcmcia ograniczy fpsy
2
[#99] Re: PCMCIA GPU P-vision

@_DiskDoctor_, post #95

Działa.

1
[#100] Re: PCMCIA GPU P-vision

@michal_zukowski, post #98

Działa to dosyć fajnie:




Wszystko, zależy użytego procesora.
Jeśli chodzi o prędkość na A1200, można założyć, że jest porównywalna z szybką kartą Zorro3.
Dorównuje CVision64, ale jest wolniejsza niż na BVisionPPC/CVisionPPC.
Pewnie masz rację, że 030 PVision nie jest wystarczająco szybka dla Settlers2 ale 040 lub 060 może być OK.

Ostatnia aktualizacja: 11.07.2026 20:44:11 przez Amig_OS
1
[#101] Re: PCMCIA GPU P-vision

@RokiS, post #75

w Doomie - 320x240 i 320x256 w 256 kol

1. Brak obsługi takich rozdzielczości. Może być w 640x480x8? Który Doom? Jest kilka na Aminecie.

2. Jak w syspeedzie zrobić, żeby w zestawieniu wyników testów były tytuły np. 060_50_PV_640x480x256, a nie "you", "noname"
1
[#102] Re: PCMCIA GPU P-vision

@Kitech, post #99

1.
Brak obsługi takich rozdzielczości.
A sprawdź działa 320x200.
W razie czego podczas konfiguracji możesz użyć przycisku DOUBLESCAN i dopiero ustawiać inne parametry wyświetlania

2.


Zmieniasz SHORT NAME
i klikasz use albo save


Ostatnia aktualizacja: 11.07.2026 20:54:46 przez RokiS
[#103] Re: PCMCIA GPU P-vision

@Amig_OS, post #100

nie, nie zależy, 640x480*25fpsow to ~7mb/s, to okolice kart Zorro3, Pcmcia jest wolniejsza niż zorro2 wiec ma jakies 2.5 mb/s co daje jakie 8 fpsów. Nie przeskoczysz surowej prędkości łącza. Niestety emulatory maca i Settlers2 nie skorzystaja z tej karty. Oczywiście tryb lores 320*256*25 jest calkowicie w zasięgu karty.
1
[#104] Re: PCMCIA GPU P-vision

@michal_zukowski, post #103

Według producenta
Fast 16-bit PCMCIA interface
3.5 MB/s on Amiga 600
Up to 9.5 MB/s on Amiga 1200
[#105] Re: PCMCIA GPU P-vision

@RokiS, post #104

nie wierzę, to nierealne
[#106] Re: PCMCIA GPU P-vision

@michal_zukowski, post #105

Robi się ciekawie :)
[#107] Re: PCMCIA GPU P-vision

@michal_zukowski, post #105

Nie umiem zrobić nagłówków, więc patrząc od lewej:
- Indivision Mk3 1024x768x8bit (256)
- P-Vision 1024x768x16bit (64k)
- P-Vision 800x600x8bit (256)
- P-vision 640x480x8bit (256)
Sprzęt jak w stopce.

[#108] Re: PCMCIA GPU P-vision

@michal_zukowski, post #105

PCMCIA 2.0 ma dwa tryby:
Tryb byte przesyła dane po 8 bitów naraz, a tryb word po 16 bitów naraz, więc word jest po prostu szerszą i zwykle szybszą jednostką transferu.
W praktyce dla PCMCIA oznacza to, że:
 byte mode daje do 10 MB/s dla 16-bit memory transfers i 3.92 MB/s dla 16-bit I/O transfers.[thinkwiki]
 word mode daje odpowiednio 20 MB/s i 7.84 MB/s, czyli około dwa razy więcej niż byte mode.[thinkwiki]
Najprościej: byte = 1 bajt na cykl, word = 2 bajty na cykl.

Pytanie jak ta implementacja wygląda w Amidze.


https://www.thinkwiki.org/wiki/PCMCIA?utm_source=perplexity

Ostatnia aktualizacja: 11.07.2026 23:41:04 przez tom256
[#109] Re: PCMCIA GPU P-vision

@RokiS, post #104

trzeba zrobić test transferu VMEM zapis/odczyt, na MorphOS można zrobić taki test programem MemTest, niestety nie znalazłem takiego programu dla AmigaOS
[#110] Re: PCMCIA GPU P-vision

@tom256, post #108

przeciez to leci przez gayle, to tak jakby oczekiwac ze dyski hdd beda dzialaly 10mb/s albo pamięc fast na sram bedzie działać z prędkoscią pamieci pod klapką dając 2x przyspieszenie
[#111] Re: PCMCIA GPU P-vision

@Kitech, post #107

WritePixel256 na oko przybliża, trzeba by porownac z aga
[#112] Re: PCMCIA GPU P-vision

@michal_zukowski, post #110

przeciez to leci przez gayle,


Chyba wręcz przeciwnie - omija układ gayle :

The goal is to bypass the physical 16-bit bottleneck of the Gayle chip via multi-channel synchronization (Bus Fusion).
This allows the logic to utilize 32-bit or fast 16-bit burst access directly from the CPU local bus, effectively bypassing Gayle's wait states for critical data transfers.



--- Copy & Paste ---


Hybrid RTG Interface for A1200 (PCMCIA + Local Bus + Clock Port Fusion) just concept :)
=============================================================

Achieve maximum data throughput for an external RTG solution on the Amiga 1200 without saturating or requiring the main trapdoor slot (leaving it free for a CPU Turbo Card).

The goal is to bypass the physical 16-bit bottleneck of the Gayle chip via multi-channel synchronization (Bus Fusion).


Theoretical Background:

The standard A1200 PCMCIA bus is restricted to ~2.5 - 3.2 MB/s. This is a real bottleneck for 16-bit RTG performance in resolutions higher than standard WB. This concept utilizes parallel data paths to distribute the bandwidth load.

Proposed Hardware Architecture:
PCMCIA RTG Module (Master): An FPGA-based card with on-board VRAM. This will serves as the primary data channel for large bitmap streams.
Local Bus Link (Turbo Card Expansion- something like TF or another CPU Cards- mybe vampire V2? but they need a connector ): Connect the PCMCIA RTG module via a ribbon cable directly to the expansion header found on modern 68040/060 cards (TF, etc. usually there is no such thing).

This allows the logic to utilize 32-bit or fast 16-bit burst access directly from the CPU local bus, effectively bypassing Gayle's wait states for critical data transfers.

Clock Port Sync: Using a primary (or expander) Clock Port as a dedicated secondary line for low-latency hardware registers, palette updates, and IRQ handling to keep the main data pipeline uninterrupted.

Estimated Performance:
standard PCMCIA RTG performance: ~2.5 - 3.2 MB/s
hybrid master concept: Estimated peak bandwidth between 15 – 17 MB/s.
teoretical outcome: Real-time video playback and a snappy 16-bit Workbench experience.

FPGA & Driver Implementation:
The RTG driver (P96/CGX compatible) would implement a hardware-level "Data Splitting." While the PCMCIA bus feeds the framebuffer, signals from the Local Bus header handle hardware blitting operations and direct FastRAM-to-VRAM CPU writes.
Please take this as just an idea of ​​how to achieve the highest throughput... you could even use an IDE port for better speed.. But fot this you need but make some libraries (drivers).

--- End ---


Ostatnia aktualizacja: 12.07.2026 00:46:07 przez Amig_OS
[#113] Re: PCMCIA GPU P-vision

@Amig_OS, post #112

przeczytaj jeszcze raz co tam napisali :P

przygotowali sie do bypassa ale na razie tego bypassa nie ma, sami podali aktualny transfer przez gayle, tak jak napisalem wczesniej, pomysl z interruptami przez port zegara ciekawy, ale to dalej podbije transfer do 3mb bo pewnie teraz maja kolo 2.5mb/s

Ostatnia aktualizacja: 12.07.2026 00:46:44 przez michal_zukowski
[#114] Re: PCMCIA GPU P-vision

@michal_zukowski, post #113

Poczekajmy na efekt końcowy. Dajmy się im wykazać skoro piszą:

SZACUNKOWA WYDAJNOŚĆ:
- standardowa wydajność PCMCIA RTG: ~2,5–3,2 MB/s
- koncepcja hybrydowego mastera: szacowana szczytowa przepustowość między 15–17 MB/s.

CEL:
- odtwarzanie wideo w czasie rzeczywistym i płynne działanie 16-bitowego Workbencha.


Ostatnia aktualizacja: 12.07.2026 00:58:40 przez Amig_OS
[#115] Re: PCMCIA GPU P-vision

@Amig_OS, post #114

to wszystko prawda ale to bedzie wymagalo nowej karty turbo i tasiemki z tej karty graficznej do karty turbo, nie bedzie dzialalo ze starymi kartami turbo
[#116] Re: PCMCIA GPU P-vision

@michal_zukowski, post #115

(...) to wszystko prawda ale to bedzie wymagalo nowej karty turbo i tasiemki z tej karty graficznej do karty turbo, nie bedzie dzialalo ze starymi kartami turbo (...)

Nie zastanawiałeś się czy aby taka karta nie pojawi się w ofercie ?
Skoro to nowe rozwiązanie obstawiam TANDEM i docelowo kartę procesorową z 040 lub 060.


Ostatnia aktualizacja: 12.07.2026 01:11:15 przez Amig_OS
[#117] Re: PCMCIA GPU P-vision

@Amig_OS, post #116

Nie zastanawiałeś się czy aby taka karta nie pojawi się w ofercie ?
Skoro to nowe rozwiązanie obstawiam TANDEM i docelowo kartę procesorową z 040 lub 060.



Mamy P-Vision & D-Vision:
-------------------------------

Oliver Achten has always made sure that the products in his lineup form a tightly integrated ecosystem. Most recently, the P-Vision was released as a 16-bit PCMCIA expansion. But Oliver also knows that the A1200 is capable of much more. That's why his new Demon D1260 accelerator card comes equipped with a local 32-bit bus and a dedicated expansion connector. Currently under development specifically for this interface is the D-Vision, which shares many similarities with the P-Vision but offers a range of additional features.


Demon d1260 accelerator card for amiga 1200


HARDWARE RECOMMENDATION:
DEMON D1260 BY OLIVER ACHTEN
ACCELERATOR CARD FOR THE A1200

Following the AmiGUS sound card and the P-Vision RTG card, Oliver Achten is already working on his next ambitious hardware project: the Demon D1260 - a powerful accelerator card for 68060 CPUs in the Amiga 1200. The aim is very clear: pushing the final generation of Motorola 68k CPUs to their absolute limits. The card is based on a modern FPGA design and comes packed with a range of additional features.

HERE'S AN OVERVIEW OF THE CURRENTLY KNOWN SPECS:
o 68060 CPU accelerator card with synchronous bus design.
o Software-adjustable clock speed exceeding 100 MHz.
o Modern FPGA-based design without legacy CPLD components.
o 256 MB SDRAM.
o MAPROM support for softkicks and 68EC060 CPUs without MMU.
o M.2 SATA interface on Rev0, later replaced by dual MicroSD slots on the Rev1 board.
o Flash ROM for IDE drivers and system startup.
o Temperature-controlled PWM fan management.
o Local high-speed 32-bit expansion bus with auto-configuration and up to 512 MB address space.
o Connector for WiFi module with 4 Mbaud serial communication.
o Battery-backed real-time clock.

Once development is complete, the reference design will be made freely available. Users who don’t want to build the card themselves will later be able to purchase a fully assembled version from Alinea Computer.

PLEASE NOTE:

This is a fan contribution, not a paid ad.










Ostatnia aktualizacja: 12.07.2026 01:44:13 przez Amig_OS
[#118] Re: PCMCIA GPU P-vision

@Amig_OS, post #117

Hmm ...
Zrobiło się małe zamieszanie.
DEMON D1260 dostanie dedykowaną kartę graficzną - D-VISION ?




D-VISION - A GRAPHICS CARD FOR THE DEMON D1260


HARDWARE RECOMMENDATION:
Oliver Achten has always made sure that the products in his lineup form a tightly integrated ecosystem. Most recently, the P-Vision was released as a 16-bit PCMCIA expansion. But Oliver also knows that the A1200 is capable of much more. That's why his new Demon D1260 accelerator card comes equipped with a local 32-bit bus and a dedicated expansion connector. Currently under development specifically for this interface is the D-Vision, which shares many similarities with the P-Vision but offers a range of additional features.

KEY FEATURES (PRELIMINARY SPECS):
o True 32-bit graphics card for the 32-bit 68040/060 bus
o 32 MB of VRAM
o Full HD output with 32-bit color
o Significantly higher memory bandwidth than the P-Vision
o Ultra-fast 64-bit blitter
o Video input and output with automatic switching between the flicker fixer and D-Vision display via an integrated switch
o Amiga audio output routed through the video connector
o Seamless system integration using the Zorro III AutoConfig protocol
o Quite possibly the smallest Amiga graphics card ever made

PLEASE NOTE:
This is a fan contribution, not a paid ad.






Demon d1260 accelerator card for amiga 1200


HARDWARE RECOMMENDATION:
DEMON D1260 BY OLIVER ACHTEN
ACCELERATOR CARD FOR THE A1200

Following the AmiGUS sound card and the P-Vision RTG card, Oliver Achten is already working on his next ambitious hardware project: the Demon D1260 - a powerful accelerator card for 68060 CPUs in the Amiga 1200. The aim is very clear: pushing the final generation of Motorola 68k CPUs to their absolute limits. The card is based on a modern FPGA design and comes packed with a range of additional features.

HERE'S AN OVERVIEW OF THE CURRENTLY KNOWN SPECS:
o 68060 CPU accelerator card with synchronous bus design.
o Software-adjustable clock speed exceeding 100 MHz.
o Modern FPGA-based design without legacy CPLD components.
o 256 MB SDRAM.
o MAPROM support for softkicks and 68EC060 CPUs without MMU.
o M.2 SATA interface on Rev0, later replaced by dual MicroSD slots on the Rev1 board.
o Flash ROM for IDE drivers and system startup.
o Temperature-controlled PWM fan management.
o Local high-speed 32-bit expansion bus with auto-configuration and up to 512 MB address space.
o Connector for WiFi module with 4 Mbaud serial communication.
o Battery-backed real-time clock.

Once development is complete, the reference design will be made freely available. Users who don’t want to build the card themselves will later be able to purchase a fully assembled version from Alinea Computer.

PLEASE NOTE:

This is a fan contribution, not a paid ad.







Ostatnia aktualizacja: 12.07.2026 02:18:38 przez Amig_OS

Ostatnia aktualizacja: 12.07.2026 02:19:26 przez Amig_OS
[#119] Re: PCMCIA GPU P-vision

@Amig_OS, post #118

Kompleksowa propozycja od Oliver Achtena do A1200:


- Demon d1260 accelerator card for amiga 1200
- D-VISION - A GRAPHICS CARD FOR THE DEMON D1260
- AMIGUS MINI PCMCIA SOUNDCARD FOR A600/A1200









AMIGUS MINI PCMCIA SOUNDCARD FOR A600/A1200

On 14 November 2025, Oliver Achten announced his intention to develop a PCMCIA-based sound card for the Amiga 600 and 1200. The card appears to be still in development. We are very excited and hope it will be completed in 2026.

FEATURE LIST:
PCMCIA I/O card for Amiga 600/1200
High-quality digital mixer in FPGA, 24-bit 192kHz
Hardware-supported playback of 32-channel modules, MP3s, and 8/16-bit AHI streams on a standard 68000
32 MiB sample/wavetable memory, therefore also suitable as a MIDI card or for MOD/S3M/... module formats
Analogue and TOSLINK audio output via a combined 3.5 mm jack plug in 24-bit 192 kHz
Analogue input via 3.5mm jack plug in 24-bit 96kHz
On-board VU meter for fun effects
All analogue and digital mixer sources and the final mix can be sampled in 16-bit 96kHz
Feed and mix external audio sources, including the native Amiga signal
Supports AHI and MHI libraries
Enables the development of new MIDI and tracker formats on the Amiga
Mixer settings can be saved and loaded at boot time
Modern CPLD-less design
Open hardware – Gerbers and FPGA bitstream freely available!
NOTE:
This is a fan contribution, not a paid AD!

Ostatnia aktualizacja: 12.07.2026 07:53:51 przez Amig_OS
[#120] Re: PCMCIA GPU P-vision

@Kitech, post #107

Mnie się te wyniki nie podobają.

CZY ABY NA PEWNO TESTOWAŁEŚ P-VISION ????


Czy zmieniłeś w preferencjach tryb wyświetlania na P-Vision (zaznaczenia na żółto) i kliknąłeś USE albo SAVE ??

Jak już wszystko poprawnie poustawiasz to stwórz MODUŁ.
Na głównym ekranie SysSpeed-a kliknij przycisk MAKE MODULE a potem go zapisz przyciskiem SAVE MODULE.
Na stronie www.PPA.pl, podobnie jak na wielu innych stronach internetowych, wykorzystywane są tzw. cookies (ciasteczka). Służą ona m.in. do tego, aby zalogować się na swoje konto, czy brać udział w ankietach. Ze względu na nowe regulacje prawne jesteśmy zobowiązani do poinformowania Cię o tym w wyraźniejszy niż dotychczas sposób. Dalsze korzystanie z naszej strony bez zmiany ustawień przeglądarki internetowej będzie oznaczać, że zgadzasz się na ich wykorzystywanie.
OK, rozumiem