Who's Online |
35 user(s) are online ( 23 user(s) are browsing Forums)
Members: 1
Guests: 34
gopal,
more...
|
|
Headlines |
-
amibookreader.lha - office/misc
Jun 18, 2026
-
libogg.lha - development/library/audio
Jun 17, 2026
-
libopus.lha - development/library/audio
Jun 17, 2026
-
libopusenc.lha - development/library/audio
Jun 17, 2026
-
libopusfile.lha - development/library/audio
Jun 17, 2026
-
slovo.lha - utility/text
Jun 17, 2026
-
libfreetype.lha - development/library/graphics
Jun 16, 2026
-
libxml2.lha - library/xml
Jun 16, 2026
-
unzip_ai.lha - utility/archive
Jun 16, 2026
-
amiarcadia.lha - emulation/gamesystem
Jun 15, 2026
|
|
|
|
|
Re: How to connect Miracle Keyboard to X1000 (or x5000)
|
|
Just popping in 
|
@ddni
Not my style..but thanks
|
|
|
|
|
|
Re: MPlayer 2026 SVN/CVS FFMPEG7.1/Vaapi
|
Posted on: Yesterday 22:43
#2
|
Just can't stay away 
|
I tested V-Mplayer (on X1000+RadeonHD), the first video I tested worked nicely, there was some slow downs occasionally. But then I tested another video and that had grey window/screen consuming the most of the CPU. The debug output was flooded with:
RadeonHD (0): Wait done 3331562 on ring 3 timed out. GPU busy RadeonHD (0): Ring 3 hung. Performing a GPU reset RadeonHD (0): Wait done 3333921 on ring 3 timed out. GPU busy RadeonHD (0): Wait done 3333921 on ring 3 timed out. GPU busy ... (endlessly)
|
|
Rock lobster bit me - so I'm here forever X1000 + AmigaOS 4.1 FE "Anyone can build a fast CPU. The trick is to build a fast system." - Seymour Cray
|
|
|
|
Re: NVME device driver
|
Posted on: Yesterday 22:38
#3
|
Just can't stay away 
|
I put a NVMe card/device to the X1000 but boot process hang after displaying some RadeonHD info (on debug). I booted also on another partition which has that device driver made the other guy some time ago and the same result, the boot process hangs.
|
|
Rock lobster bit me - so I'm here forever X1000 + AmigaOS 4.1 FE "Anyone can build a fast CPU. The trick is to build a fast system." - Seymour Cray
|
|
|
|
Re: How to connect Miracle Keyboard to X1000 (or x5000)
|
Posted on: Yesterday 21:22
#4
|
Just can't stay away 
|
Sorry no, but order off Amazon and return if no good?
|
|
|
|
|
|
Re: How to connect Miracle Keyboard to X1000 (or x5000)
|
Posted on: Yesterday 20:35
#5
|
Just popping in 
|
@LyleHaze
Thanks for the basic info! I checked on line and there are so many adaptors to guess from..
Any more hints to a name that has been tested working?
Thanks in advance,
Michael
|
|
|
|
|
|
Re: MPlayer 2026 SVN/CVS FFMPEG7.1/Vaapi
|
Posted on: Yesterday 20:06
#6
|
Home away from home 
|
@pjs Quote: Re: MPlayer v1.5 and your work - that is an issue, IMHO. You are doing more than just adding VAAPI. You are advancing the overall functionality of MPlayer and I would suggest it would be a lot more valuable to our little community to plow as much of that back into a single source tree rather than spawning you own crippled (VA.lib ONLY) branch. "Only" 2 branches is still much better than it used to be  When I was still working on MPlayer there were at least 4 different branches: afxgroup MPlayer, liveforit MPlayer, mickjt MPlayer any my MPlayer versions (mostly "amiga" and "p96_pip" VO implementation/changes only), not to mention completely different ones like the MorphOS port (most of a MorphOS CGFX VO can run with the P96 CGFX emulation on AmigaOS as well)... AFAIK everything from the previous 4, or more, AmigaOS MPlayer versions/ports was merged into a single one in the current MPlayer 1.5 port, and combining everything from MPlayer 1.5 and V-MPlayer into a single version would be a good idea, but only after everything was tested successfully and there are no regressions at all. That requires a lot of beta testing. Using AI can make coding much easier, but until now IHMO it still adds more bugs than experienced human developers would usually do, and therefore needs more proof reading of the sources and beta testing than traditional software development required.
|
|
|
|
|
|
Re: SDK addon package
|
Posted on: Yesterday 19:18
#7
|
Home away from home 
|
@afxgroup Quote: As joerg said, you can create a "specs" file and change the default crt you want to use. And the specs file is different in any gcc version In case there are GCC distributions with missing "specs" file (why?) you can use
gcc -dumpspecs > specs
, store it (the internal defaults of the GCC executable you are using) to the appropriate path (sorry, I don't remember where it is, or should be, and it might be a different path in different versions of GCC) and use that as a start: You can change anything there you want, add additional C libraries, change the default C library, etc.
Edited by joerg on 2026/6/18 20:37:24 Edited by joerg on 2026/6/18 20:37:43
|
|
|
|
|
|
Re: MPlayer 2026 SVN/CVS FFMPEG7.1/Vaapi
|
Posted on: Yesterday 15:29
#8
|
Just can't stay away 
|
@ktaddQuote: ktadd wrote:@Maijestro
Quote:Regarding the va.library error with -vo comp: I was not able to reproduce this. I was able to verify that -vo option does not work on my X1000 with an HD7750 graphics card. I sent you an email with a verbose log that show it recognized the -vo comp_yuv command on the command line but still tried to use the vaapi driver. https://github.com/Maijestro/mplayer/releases/tag/v306-betaFixed subtitle rendering: libass video filter (vf_ass) now correctly included Fixed -vo option being ignored when VAAPI was active Fixed font path resolution on AmigaOS4 (PROGDIR: prefix) Software video outputs (comp_yuv, comp_yuv2, cgx_wpa) now correctly disable VAAPI hwdec Note: A valid subfont.ttf must be placed in the conf directory of V-MPlayer. @all Just a quick update on where V-MPlayer is heading. We are gradually bringing all the features that are present in MPlayer 1.5 into V-MPlayer. Everything will always be released together as a combined package, because there are also users who love the Hollywood GUI — and that GUI has been significantly extended and optimized. Window resizing now works the way you would expect it to, with the content scaling natively. Fonts are now rendered via the GPU which looks much better. Some animations that ran after startup have been removed and are now static. On my X5000 the GUI uses only 1-2% CPU at idle and feels very smooth. More updates to follow — please keep testing and reporting!
|
|
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
|
|
|
|
Re: NVME device driver
|
Posted on: Yesterday 8:48
#9
|
Home away from home 
|
@Gregor
gpt partition table is not supported by mounter.library.kmod
as far as I know.. its only RDB and MBR, unless gpt is handled internally in driver, this won't work..
clearly a system wide implementation is far better, then a per driver implementation. is not gpt made for bitlocker?
|
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
|
Re: MPlayer 2026 SVN/CVS FFMPEG7.1/Vaapi
|
Posted on: Yesterday 6:35
#10
|
Quite a regular 
|
@samo79 Quote: Of course, I'm currently abroad and can't do any meaningful test I'm available for testing.
|
|
AmigaOne X1000, A1222Plus, uA1
|
|
|
|
Re: MPlayer 2026 SVN/CVS FFMPEG7.1/Vaapi
|
Posted on: Yesterday 5:41
#11
|
Home away from home 
|
Double post, plz remove
|
|
|
|
|
|
Re: MPlayer 2026 SVN/CVS FFMPEG7.1/Vaapi
|
Posted on: Yesterday 5:41
#12
|
Home away from home 
|
@smarkusg
Of course, I'm currently abroad and can't do any meaningful test, but nothing stops us from trying to recompile our release with VAAPI
|
|
|
|
|
|
Re: MPlayer 2026 SVN/CVS FFMPEG7.1/Vaapi
|
Posted on: 6/17 23:08
#13
|
Quite a regular 
|
@Maijestro Quote: Regarding the va.library error with -vo comp: I was not able to reproduce this. I was able to verify that -vo option does not work on my X1000 with an HD7750 graphics card. I sent you an email with a verbose log that show it recognized the -vo comp_yuv command on the command line but still tried to use the vaapi driver.
|
|
AmigaOne X1000, A1222Plus, uA1
|
|
|
|
Re: SDK addon package
|
Posted on: 6/17 21:48
#14
|
Quite a regular 
|
@walkero
Thanks for the update!
|
|
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
|
|
|
|
Re: infinite icons theme pack
|
Posted on: 6/17 15:50
#15
|
Just popping in 
|
Hello everyone! Now it's published... my first video on YouTube. https://www.youtube.com/watch?v=8u7mPa5R5kQThis is a teaser video for the Infinite Icons and upcoming Infinite Icons 1.5 icon pack for Amiga OS4, OS3.2 and AmiKit 12 & X13. Turn on the speakers and enjoy a performance of Isidor's brilliant song Cruising At Lightspeed from his new album Stellarix which you can by here: https://isidorbobinec.bandcamp.com/album/stellarixThe video was made with love for Amiga, enjoy! By the way, the release date for Infinite Icons 1.5 is shown at the end of the video. Please leave a comment and review on YouTube 😊
|
|
|
|
|
|
Re: MPlayer 2026 SVN/CVS FFMPEG7.1/Vaapi
|
Posted on: 6/17 13:40
#16
|
Just can't stay away 
|
@pjs Thank you for your detailed feedback, I appreciate it. Regarding the va.library error with -vo comp: I was not able to reproduce this. I just tested V-MPlayer under QEMU (which has no VAAPI hardware at all) using -vo comp both via CLI and through the GUI, and it works perfectly fine without any va.library error. The va.library is only touched when -vo vaapi is actually used. Could you please check your mplayer.conf? If you have vo=vaapi set there, it might be overriding your -vo comp argument. Also please make sure you are actually running the V-MPlayer binary and not a different MPlayer build. Regarding the comparison with MPlayer 1.5: I want to make it clear that V-MPlayer is NOT based on the official MPlayer 1.5 release. The foundation is the official MPlayer SVN trunk at revision 38685 ( svn://svn.mplayerhq.hu/mplayer/trunk), combined with the AmigaOS4 patches from smarkusg and FFmpeg 7.1.4. Significant parts had to be adapted and rewritten to make the various video and audio outputs work at all. A direct comparison with MPlayer 1.5 is therefore not accurate - it is a completely different codebase. Regarding your suggestion to merge changes back into the main tree: I understand your point and agree that improvements like AV1, Opus and the bugfixes could benefit all users. However V-MPlayer was developed as a focused project specifically for VAAPI hardware, and maintaining two separate development paths simultaneously is not something I can commit to right now. The full patch against SVN r38685 is available on GitHub, so anyone who wants to pick up specific parts for the main tree is very welcome to do so.
|
|
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
|
|
|
|
Re: SDK addon package
|
Posted on: 6/17 12:21
#17
|
Quite a regular 
|
@walkero thank you for this! It is much easier produce SPE code with clib4.
|
|
AmigaOS3: Amiga 1200 AmigaOS4: Micro A1-C, AmigaOne XE, Pegasos II, Sam440ep, Sam440ep-flex, AmigaOne X1000 MorphOS: Efika 5200b, Pegasos I, Pegasos II, Powerbook, Mac Mini, iMac, Powermac Quad
|
|
|
|
Re: SDK addon package
|
Posted on: 6/17 10:23
#18
|
Amigans Defender 
|
As joerg said, you can create a "specs" file and change the default crt you want to use. And the specs file is different in any gcc version
|
i'm really tired...
|
|
|
|
Re: SDK addon package
|
Posted on: 6/17 10:17
#19
|
Just popping in 
|
@walkero
Mmm... three subversions of any GCC version compiled to default newlib, clib2 and clib4. Later a script to choose the default one.
Fast and silly, ..what do you think about?
|
|
|
|
|
|
Re: SDK addon package
|
|
Site Builder 
|
@graff
You mean that Hyperion takes responsibility of clib2?
Clib2 master branch is not updated for the last 5 years, and the development branch for the last 11 months. The last time I compiled the development branch, around November-December 2025, this was not even working under OS4. Not even a hello world worked, which was reported by me back then.
I like that you try to find a logical explanation, and you might be right. Let's not exclude that sometimes decisions are made based on personal preferences and not on facts.
@flash
Unfortunately, this is not that easy because it would require gcc recompilation. You see, if the mcrt is missing, gcc adds it by default, and to change that you need to compile gcc to work like that.
Of course, we could make this happen, or even remove any other libc from gcc, and make our life easier, but we, as AmigaLabs, like to provide choices and freedom to the developers, and not exclude anything.
|
|
|
|
|