Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
38 user(s) are online (24 user(s) are browsing Forums)

Members: 0
Guests: 38

more...

Support us!

Headlines

Forum Index


Board index » All Posts (jabirulo)




Re: 2025-December Gaming Competition- Disasteroids 3D ported by "AOS4 fans from Mars"!
Just can't stay away
Just can't stay away


@328gts

SAM460ex and RX550 (sorry for replying so late)

Go to top


Re: 2025-December Gaming Competition- Disasteroids 3D ported by "AOS4 fans from Mars"!
Just can't stay away
Just can't stay away



Go to top


Re: New to Sam460ex
Just can't stay away
Just can't stay away


@balaton

ok.
About AROS test in real SAM460, IIRC it only supports sm501 video as output, so only SAM460ex, most, if not all of us, use a HD/RX gfx card on such machines.

I do have an EX board, but I'm a bit lazy to do it now, someday I may try it, but dunnot when.

Go to top


Re: New to Sam460ex
Just can't stay away
Just can't stay away


@balaton

Did you try D version/release?

https://acube-systems.biz/index.php?page=news&id=163

Go to top


Re: Vault, the new application store-ish got released
Just can't stay away
Just can't stay away


@walker

Yep, here on SAM460ex no problems so far.

Noticed that sort TITLE column doesn't work.

Go to top


Re: Vault, the new application store-ish got released
Just can't stay away
Just can't stay away


@walkero

Hi, maybe adding some sort of voting, so users vote for that programm "usefulness" and shows as stars or whatever icon/text you think is worth.

Looks promissing, will try it later.

Go to top


Re: Odyssey 3.0 alpha - bug reports coming slowly...
Just can't stay away
Just can't stay away


@TiredOfLife

If you're using and ARexx script with YAM -> Odyssey3 ARexx-Port has different name.

OWB.number instead of ODDYSEY.number

/* For using Odyssey with OS4 URLOpen */
options results
parse arg url

/*if lastpos("ODYSSEY", SHOW(PORTS)) > 0 then do */
if show('PORTS','ODYSSEY.1'then do
 
address ODYSSEY.1
 OPEN NAME url NEWPAGE
end
else do
 if 
show('PORTS','OWB.1'then do
  
address OWB.1
  OPEN NAME url NEWPAGE
 end
 
else do
  address command 'APPDIR:Odyssey' url
 end
end

Go to top


Re: Odyssey 3.0 Alpha vs 1.23r5
Just can't stay away
Just can't stay away


@Hypex

Hi, if it crashes on "font cache building" when starting Odyssey3, change in DOS Prefs the "Process Stack" to 64KB, reboot and try launching Odyssey3 again.

Go to top


Re: RetroArch for AmigaOS4 released
Just can't stay away
Just can't stay away


@nubechecorre

no you didn't.

I just added my opinion about the retroarch we have now on our system.

Go to top


Re: RetroArch for AmigaOS4 released
Just can't stay away
Just can't stay away


@nubechecorre
sources here: https://github.com/libretro/RetroArch

so you can help to the amiga native port.

Or https://github.com/AmigaPorts/SDL to help sdl port.

retroarch is a cross-plataform application so sdl has been chosen to make it "portable".

magicsn did a great job portng it to our system, so we can use it and emulate all those machines retroarch/libretro emulates.

Go to top


Re: Sam460LE - linux Debian / Ubuntu instalation questions
Just can't stay away
Just can't stay away


@MazinKaesar

Not sure as it was loooong ago I tried linux on my SAM460ex, but only internal video was working, maybe "updated" kernels allows ATI cards (don't know if hd6000 hd5000...) but not "modern" HD/RX models.

it's an old page I made, so maybe isn't valid nowdays such instructions: https://jabirulo.byethost13.com/sam460ex/
based in http://www.locati.it/mario/sam460/squeeze/#installation_steps

Have you tried what salior posted "I am playing with Debian 8 + LXDE, all works fine with HD6870. Thanks all for help"
https://www.amigans.net/modules/newbb/ ... id=152111#forumpost152111

Go to top


Re: AmigaOS 4.1FE Update 3 - Bugs and Experience Report
Just can't stay away
Just can't stay away


@MazinKaesar

You can try Internet Prefs and then in Interfaces see what interfaces you have and there change/reconfigure to suit your home network.

On my SAM460ex:

DEVS:Networks/ppc460ex_eth.device
Type: Ethernet
Unit: 0

[ x ] use static IP
IP: <your_IP>
Mask: 255.255.255.0

...

MTU: 2048 [ x ] Automatic

Go to top


Re: Problem using Sil 3132 Sata2 controller with X5000
Just can't stay away
Just can't stay away


@vagappc
Use Ranger or
https://www.os4depot.net/?function=sho ... ity/hardware/pciutils.lha
to get your SII3132 ·data".

The one I have/use on my SAM460ex (SWEEX PU203 / PI4132-10X2A):


#lspci -n -v
...
06:00.0 0104: 1095:3132 (rev 01)
Subsystem: 1095:7132
Flags: bus master, fast devsel, latency 0, IRQ 96
Memory at a0000000 (64-bit, non-prefetchable)
Memory at a0004000 (64-bit, non-prefetchable)
I/O ports at 2000 [disabled]
Capabilities: [54] Power Management version 2
Capabilities: [5c] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Legacy Endpoint, IntMsgNum 0
Capabilities: [100] Advanced Error Reporting
...

Go to top


Re: AmigaOS 4.1FE Update 3 - Bugs and Experience Report
Just can't stay away
Just can't stay away


@afxgroup

Yep, but just for having "clean" emotion and odyssey3 installations, better don't mix AV#? and SW#? they both have/use.

And (maybe I'm mistaken) if you use CLIB4 you can't mix with CLIB2 or NEWLIB libraries.

Odyssesy3 comes with "new" AV#? and SW#? libs inside its package and they don't seem to work with emotion that has its "own" AV#? and SW#? libs too.

Go to top


Re: AmigaOS 4.1FE Update 3 - Bugs and Experience Report
Just can't stay away
Just can't stay away


@kikems

Odyssey3 came with AV#? and SW#? libs.
Did you move those to LIBS: or did you keep them in odyssey3's PROGDIR:LIBS?
The later is prefered, 'cos Emotion does use such libs too and maybe they have something different with odyssey's ones (clib4 "aware" or whatever) .

Go to top


Re: Odyssey 3.0 Alpha vs 1.23r5
Just can't stay away
Just can't stay away


@LiveForIt

for an alpha version is awesome!!!

Go to top


Re: VIdeoClipper, SimpleSub and FFMpegGUI Inputs and Info
Just can't stay away
Just can't stay away


@ktadd

Impressive demostration how to use videoclipper!!!

Go to top


Re: AmigaOS 4.1FE Update 3 - Bugs and Experience Report
Just can't stay away
Just can't stay away


@IamSONIC

Post here the crashlog and I can open a BZ with such log.

Go to top


Re: AmigaOS 4.1FE Update 3 - Bugs and Experience Report
Just can't stay away
Just can't stay away


@Mr_byte

And using AmiUpdate?
It should list such update (if you have the udpates url set/configured)

Go to top


Re: AmigaOS 4.1FE Update 3 - Bugs and Experience Report
Just can't stay away
Just can't stay away


@yogi32

About boingblanker's sceenmode gadget:

Use snoopy if it lists some missing libray, maybe mingl/ogles2 or Warp3D#?

I have a RX550 on my sam460 and until I installed AEON's Warp3DNova and minigl/ogles2 stuff it wasn't working here. After that, it shows me all available screenmodes.

Go to top



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



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
6 Comments


Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project