Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
76 user(s) are online (51 user(s) are browsing Forums)

Members: 0
Guests: 76

more...

Support us!

Headlines

Forum Index


Board index » All Posts




Re: Dopus 5.92 betatest
Just popping in
Just popping in


@derfs
I love Dopus5. Many many thanks for working on it.

Go to top


Re: QEMU for Windows with working -virtfs ! (yes!)
Home away from home
Home away from home


@smarkusg
Can you on linux/macos copy amiga executable to os4 to shared dir, and then, do "protect" on this file to set executable bit ? For me it dind't and says "unknown paket type", and i had to copy it to ram: to make protect work and mark file as executable

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top


Re: Dopus 5.92 betatest
Not too shy to talk
Not too shy to talk


@kas1e

Yes I have tested the new features and bug-fixes, but its now out there for anyone else to try and break it :)

Go to top


Re: Dopus 5.92 betatest
Home away from home
Home away from home


@derfs
Awesome ! Did you test it all as well ? All fine ? (just wasn't able for now)

Need to not looses in the amount of fixes and features (so i can close them up after test on SF)

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top


Re: Dopus 5.92 betatest
Not too shy to talk
Not too shy to talk


New beta release - https://github.com/derfsss/dopus5-os4/releases/tag/v5.93beta2

Five new enhancements plus three bug fixes for AmigaOS 4.

Enhancements

Font size limit removed 
(#33) - Font requester cap raised from 24pt to 96pt for 4K monitors
Environment config default selection (#4) - First item auto-selected on open
Escape closes requesters (#14) - Escape key now works in rename/string dialogs
Free memory in KB/MB (#29) - Status bar shows human-readable memory (e.g. 512M free)
Full path in lister title (#21) - New option in Lister Options to show complete path

Bug Fixes

Lister Options crash fix 
Missing CatCompBlock entry for Full Path string caused DSI in L_GetString
Escape key fix 
OS4 BOOPSI strgclass swallows Escape entirelyintercepted in dopusstrgclass GM_HANDLEINPUT
Filetype editor crash fix 
IPC startup function signatures had extra parameter shifting data to NULL

Go to top


Re: Dopus 5.92 betatest
Home away from home
Home away from home


@derfs
Thanks!

Some feature requests in the list even not worth of worry, some are simple wrong, but at least those ones like:

28    Add bubble helps for buttons and some other places    
26    Support 
for 24bit PNG images in graphic button menus
16    
If possible rework requesters to make them resizable
2    Better coloring of lister
add 2 backgrounds instead of one (to make it looks modernlike filer on os4 and ambient on mos)


Surely pretty worth, but hardest ones to implement. For example for 26 there imho no needs to have exactly PNG images, because we don't need there another library dep, but some raw-format , but those are details..

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top


Re: Dopus 5.92 betatest
Not too shy to talk
Not too shy to talk


@kas1e

I will have a look

Go to top


Re: Virtio SCSI driver for AmigaOS4.1FE on QEMU
Home away from home
Home away from home


@derfs
Btw, now as you can made those devices/libraries/handlers now, and i see on your github you made some https://github.com/derfsss/AmigaBlockDevLibrary, is it possible (if i may ask for), to create our opensource version of the virtuo.library instead of that one from AEON, so we can then make on top of that some network driver which will works fine without needs to use those rtl ones which cause issues ?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top


Re: QEMU for Windows with working -virtfs ! (yes!)
Quite a regular
Quite a regular


@kas1e
It's great that you managed to get it running on Windows and shared all the information on how to do it – congratulations

Regarding Pegasos2. There is an entry in README...
"Pegasos2 (modern VirtIO) is implemented but not yet validated. Use at your own risk."
I would also like to add that Virtio9PFS-handler requires AmigaOS 4.1 FE U3.
I checked it out of curiosity to remake the AmigaOS 4.1 FE installation CD disc for AmigaOne and QEMU containing Virtio9PFS-handler. It didn't work.
I installed a clean system and updated from U1. .. It worked with U3.


EDIT:
My mistake was the Virtio SCSI driver, not the Virtio9PFS-handler.
Sorry for the mistake – I deleted the unnecessary entry.


Edited by smarkusg on 2026/3/6 13:57:44
Go to top


QEMU for Windows with working -virtfs ! (yes!)
Home away from home
Home away from home


@All
Soo, after derfs with help of modern AI magic created Virtio9PFS-handler : https://github.com/derfsss/Virtio9PFS-handler (so you have ability to use shared directories and not the sucky fat-stick-way where you need to reboot always to see changes), and after smarkusg confirmed that it works on linux and macos, i tried to make it work on windows too, with pegasos2 emulation, just to realize that it has no -virtfs (p9) used for those shares..

First idea was to use WSL2 build, which i did, just to realize that because of layers in between it's still visibly slower than native win32 build of qemu. So no go.

Then doing some research to find out that there were some unofficial patches to make virtfs working on native windows targets too, but for older versions of qemu. So i took latest 10.2.1, and started applying those patches, firstly some older ones, then newer ones, but of course conflicts and stuff, but in the end succeeded, and TADAM:

(click open in new window for full size):
Resized Image


And it indeed works! Everything ultra fast, everything immediately refreshes and can be seen in realtime. Speed awesome, just gigabytes per second, and i can forget now as a bad dream this fat32-ugly way.

So thanks to derfs (and of course those AIs who can help us now), to smarkusg for tests, and for somebody's patches for win32.

PS. The funny thing is, once i made it all work, i found out that on github there is one man who is doing exactly the same, and made ready to use builds with integrated virtfs-p9 patches, damn! But at least i spent a day for learning purposes about qemu :)

@derfs
You may want to change readme saying that for windows you need unofficial builds with virtfs support, which can be found on: https://github.com/arixmkii/qcw/tags , or patches from https://github.com/arixmkii/qcw/tree/main/patches/qemu can be applied manually when building qemu from sources.

Line for running same as smarkusg show:

-fsdev local,security_model=mapped,id=fsdev0,path=D:\SHARED -device virtio-9p-pci-non-transitional,id=fs0,fsdev=fsdev0,mount_tag=SHARED


simple
-virtfs local,path=D:\SHARED,mount_tag=SHARED,security_model=mapped
didn't work.. So seems transitional, legacy didnt works , while modern VirtIO 1.0 works for pegasos2?

Join us to improve dopus5!
AmigaOS4 on youtube
Go to top


Re: AmigaOS 4 Monthly Roundup - February 2026
Quite a regular
Quite a regular


@AmigaOldskooler
Thank you for the news, uff, I have seen a problem with Vintage Song Player, the Box Machine doesn't transparency effect, I'll fixed this problem with Hollywood and this feature with the solid background.

Go to top


Re: Rave feature requests
Just popping in
Just popping in


@trixie

Excellent. I hope my modest requests are on your list

Can you reveal what new features are coming to Rave next?

Go to top


Re: 2026-Feb/March-Bubbelsche Deluxe by EntwicklerX !
Just popping in
Just popping in


@328gts

Resized Image

103458

Oh no! too late! You already passed the 120000 mark!

Go to top


Re: 2026-Feb/March-Bubbelsche Deluxe by EntwicklerX !
Home away from home
Home away from home


my latest

120,861
Resized Image

_______________________________
c64-dual sids, A1000, A1200-060@93, A4000-CSMKIII
PiStorm32 & Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top


Re: AmigaOS 4 Monthly Roundup - February 2026
Home away from home
Home away from home


@AmigaOldskooler

thanks

_______________________________
c64-dual sids, A1000, A1200-060@93, A4000-CSMKIII
PiStorm32 & Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top


Re: Rave feature requests
Not too shy to talk
Not too shy to talk


@trixie

Not so much a Rave feature request, but would love to see Rave's improved file requester rolled-out across the system and support previewing other file types.

Perhaps now you're an official OS4 dev that might happen?

Go to top


Re: X1000 won't turn off
Quite a regular
Quite a regular


@ncafferkey

Amigas and batteries...
Happy it was an easy fix!

1989-> A500, A600, A3000, A4000, A1200, CD32, µA1, PegII, A1XE, CDTV, Amy/416D79, A1X5000, Vampire 500 V2+, Vampire 600 V2, Amy-ITX, Denise ITX, Apollo V4SA, A1X5000/40 <-2026
Go to top


Re: X1000 won't turn off
Home away from home
Home away from home


@ncafferkey

glad you got it up & working

_______________________________
c64-dual sids, A1000, A1200-060@93, A4000-CSMKIII
PiStorm32 & Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top


Re: Rave feature requests
Amigans Defender
Amigans Defender


@jap

My own list is longer

The Rear Window blog

AmigaOne X5000 @ 2GHz / 4GB RAM / Radeon RX 560 / ESI Juli@ / AmigaOS 4.1 Final Edition
SAM440ep-flex @ 667MHz / 1GB RAM / Radeon 9250 / AmigaOS 4.1 Final Edition
Go to top


Rave feature requests
Just popping in
Just popping in


Hello, I'm opening a feature wish list thread for trixie's Rave sound editor.

Here is my current feature request list:

* possibility of loading and saving 4-bit samples
* possibility of loading and saving below 8000 Hz samples
* waveform generator plugin that can generate sine, square, triangle, sawtooth, and noise waveforms
* ADSR envelope generator plugin
* vector synthesis plugin (https://en.wikipedia.org/wiki/Vector_synthesis)

Go to top



TopTop
(1) 2 3 4 ... 7630 »



Polls
Running AmigaOS 4 on?
AmigaOne SE/XE or microA1 12% (26)
Pegasos2 3% (8)
X5000 22% (48)
X1000 14% (30)
A1222 8% (19)
Sam 440/460 18% (40)
Classic PowerPC Amiga 2% (6)
WinUAE emulation 7% (16)
Qemu emulation 9% (21)
Total Votes: 214
The poll closed at 2025/12/1 12:00
8 Comments


Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project