Who's Online |
40 user(s) are online ( 31 user(s) are browsing Forums)
Members: 0
Guests: 40
more...
|
|
|
|
Re: SFS/02
|
|
Just popping in 
|
@SteffJay
Deleted double...
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: X5000 maybe dying :(
|
|
Just popping in 
|
@daveyw To temp problematic cad-laptop I used Thermal GrizzlybKryonaut extreme paste. Probably bit extreme to Amigas but should work longer time. It didnt function correctly anymore because of temp. Freezes, shutdowns etc. https://www.thermal-grizzly.com/en/kryonaut-extreme/s-tg-ke-002-r
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: X5000 maybe dying :(
|
|
Just popping in 
|
@daveyw
Thermal paste dries over years. I would clean old away ant put new good quality thermal paste there.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: WormHole: great tool to easily transfer files via LAN
|
|
Just popping in 
|
@lazi
Or probably divide icon to areas, drop left up, one function, drop righ up other and so on.
I dont really know if it is possible.
That way easy dropping would last without menus.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: Get MAC Address od AmigaOS4 Machine
|
|
Just popping in 
|
@broadblues
Sysmon shows MAC address.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: AmigaOne x5000 Thread
|
Posted on: 2024/11/7 19:31
#7
|
Just popping in 
|
@Magic
Sounds typical voltage/current problem.
How old is your psu?
I might try change psu first. Motherboard fixing is another story. I am changed capasitors before to mobos, but it is out of question today. @Kas1e surely knows people who can do motherboard repairing. Or someone else here.
It is most likely electrical prob anyway.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: Video editing software
|
Posted on: 2024/11/4 9:23
#8
|
Just popping in 
|
@Hans
It is allmost impossible to sell wide. Full blown videoedit is saturated, I think.
There may be some room for simple, few trick pony, where UI is excellent, easy and clear. Maybe tablet/phone side IOS and android? Youngsters make quite lot with phones alone. It is quite far away from OS4 desktop.
Anyway just video tracks, audio tracks, lipsync and fade to black/white may be enought for many people.
Still, probability to fail to keep lights on is absolutely very high, allmost certain. As code doesnt come for free and this is not part- or freetime project, it is not possible to do little by little.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: Video editing software
|
Posted on: 2024/11/3 14:26
#9
|
Just popping in 
|
@Hans
Video editor would be very welcome addition :) It is one missing piece of software. Video layers, alpha channel, audio track, some very basic transitions, fade to black, fade to white. Video effects probably from open source world...
Can be lot of or too much work.
Other positive is ongoing development of Qt 6.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: Port request: libgphoto2
|
Posted on: 2023/7/16 15:19
#10
|
Just popping in 
|
@tekmage
It would nice.
Couple of questions came to mind. We dont have raw-processor.
I have 20.8 MP and 45,7 MP cameras. 45.7 MP with 14bit per pixel is quite lot of data.
Any ase it needs memory and raw processor power. Many, if not all raw processors uses gpu . It may help, if it is possible with amiga.
By the way, Cr2_dt from os4depot can open low res jpeg embedded on raw. Tested with nikon raws. Not very useful.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: AmiStore is broken for me
|
Posted on: 2022/12/31 12:03
#11
|
Just popping in 
|
@Nostromo
If I remember correctly… I had same problems at start.
Wrong user/psswd just goes like that. It doesnt say anything, login just fails.
Too long password? I use long passwords and you can put longish password to system, but amistore cant handle it. I have now 15 characters, and it is enought short.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: Command "Dir" 54.5 (c) 2022 AmigaKit, command not working from AUX:
|
Posted on: 2022/12/3 18:12
#12
|
Just popping in 
|
AUX console device to serial port. So you can can use shell via serial. Afaik.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: Mounting ADF
|
Posted on: 2022/11/2 21:10
#13
|
Just popping in 
|
@rjd324
If I remember correctly, amiupdate brings update over version, wich comes OS41FE extras. So extras version is not latest.
Edited: I installed in order OS41fe, upd1, upd2, enhancer 2.2 and extras. Extras installer didnt work well on that order. Some packages failed to install.
So if you have Enhancer package, probably safest go with version from os4depot.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: Newbie questions, SAS/C OS3 code to OS4 gcc conversion
|
Posted on: 2022/11/1 19:32
#14
|
Just popping in 
|
@msteedQuote: msteed wrote:@Mlehto
Quote:#define __USE_SYSBASE 1 is brobably SAS/C-only. Wjhat it does and what it needs on new gcc env?
That tells the SAS/C code to get the address of ExecBase from a global variable called SysBase, instead of getting it by reading address 4. GCC always uses SysBase, so this definition is not needed (but it does no harm if present).
Ok, thanks. Tried to find gcc equivalent and didnt find any. If it is there automagically, it explains. And makes things little easier.
Quote:setpri.c:98:26: error: 'struct Library' has no member named 'TaskWait' tasklist[0] = &SysBase->TaskWait; ^~
By default the OS4 includes define SysBase as a generic pointer to struct Library, rather than what it actually is, a pointer to struct ExecBase. That allows calls like OpenLibrary() and CloseLibrary() to work without needing to cast to and from a pointer to whatever that library's base is called.
But of course struct Library has no TaskWait and TaskReady fields, so you get errors. One way to fix this is to cast SysBase to a pointer to ExecBase before referencing those fields. Another way is to add the definition
#define __USE_BASETYPE__
before including anything; that causes SysBase to be defined as pointing to struct ExecBase, which will let the code reference ExecBase fields like TaskWait and TaskReady without a cast.
Note that those two fields of ExecBase are marked as obsolete, so they may not do anything useful even after you get the code to compile. There are enough differences between OS4 and OS3 that OS3 code that pokes around in ExecBase is unlikely to work properly under OS4.
Is seems to work with #define __USE_BASETYPE__. At least it seems. It works as 68k equivalent and really sets priority, setpri NAME/A,PRIORITY/A/N,Q=QUIET/S: . Who knows, how well it works with OS4 in reality. At least system is still up and running... :)
Thanks really :)
Wanted to set enhancer clock priority bit up, because clock freezes under heavy load. It doesnt follow priority set by icon, at start it turns value on icon back to zero and runs at priority 0.
Yes, TaskWait and TaskReady are marked as obsolete, but didnt find any new functions to same operation. So thats probably why they still works (?).
Quote:Reading general c-manual is bit like eat dry wood or something.
Some people feel that same way about writing code.  At least if you write examples from ANSI-C books, they are bit more dry than desert... :D Problem is to understand coding related english first and then turn it to programming somehow. Not very easy. Anyway it is intresting to learn new things and coding with Amiga has been on my list long time. Thank you for you help, I really apprciate.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Newbie questions, SAS/C OS3 code to OS4 gcc conversion
|
Posted on: 2022/10/31 18:55
#15
|
Just popping in 
|
I find relativelly simple intresting code.
I'm stuck in basics.
#define __USE_SYSBASE 1 is brobably SAS/C-only. Wjhat it does and what it needs on new gcc env?
Then there is two obsolete OS3 code. Wich mix probably that first problem...
tasklist[0] = &SysBase->TaskWait; tasklist[1] = &SysBase->TaskReady;
They gives errors:
setpri.c:98:26: error: 'struct Library' has no member named 'TaskWait' tasklist[0] = &SysBase->TaskWait; ^~ setpri.c:99:26: error: 'struct Library' has no member named 'TaskReady' tasklist[1] = &SysBase->TaskReady;
How they are implemented on OS4 ?
I try to understand things way as it is intrest me. Reading general c-manual is bit like eat dry wood or something...
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: SDK 54.16
|
Posted on: 2022/10/29 9:10
#16
|
Just popping in 
|
@Primax
Couple of dancing bananas here:)
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: NovaBridge released!
|
Posted on: 2022/10/27 9:06
#17
|
Just popping in 
|
@kas1e
Thanks for summary.
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: Amiwest 2022. Any OS4 announcements expected?
|
Posted on: 2022/10/25 10:32
#18
|
Just popping in 
|
@levellord
Cinnamon is nice, but development has been pretty slow and there is some basic things missing still. But it is very nice to use.
I think that Ignition is pretty marvellous. There is quite many mathematcical functions, direct connection to database is good idea. What I probably missing most (as engineer), is complete x-y graphs.
In excel-world many ppl uses excel as database and sooner or later it breaks...
Timberwolf was pretty much too slow on my machine. How fast would be libre office?
And how about QT and Calligra? Never tested, just idea... probably needs more than just QT and probably not so fast.
Edit: Calligra seems to need some kdelibs... better forget :)
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: AmiDVD patching
|
Posted on: 2022/10/21 19:38
#19
|
Just popping in 
|
@kas1e
Works fine here. Burned bootable DVD, some CD:s, even DL DVD. No frisbees.
No on the fly burning though.
Peg2 / 1Ghz G4 OS4.1FE + upd2 Enhancer 2.2 Kernel 54.30
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|
Re: Enhancer 2.2, Multiviewer, Multiedit, InfoWB questions
|
Posted on: 2022/10/8 16:28
#20
|
Just popping in 
|
Ok, I removed AmiSSL 5.3 (libs and devs/amissl)and installed 5.2 via updater. same symptoms still. Should it work with 5.3? Multiviewer/Multiedit and Archiver, drag& drop works fine. Just noticed. Is support@amisphere.com correct for that kind of things?
|
Peg2 1GHz G4, 1Gb mem, Radeon 9250
|
|
|