Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
135 user(s) are online (77 user(s) are browsing Forums)

Members: 1
Guests: 134

skynet, more...

Headlines

Forum Index


Board index » All Posts (trgswe)




Re: X5000 Extremely Fast Boot
Just popping in
Just popping in


@rjd324
sounds like vsync is disabled somehow, if it has a monitor switch (KVM switches should have that too) built in that might explain why the display is running so fast, if the second computer does have vsync disabled then it might be disabled for the amiga too.

Go to top


Re: BestModeID amd BestCModeIDTags 32bit mode bug ?
Just popping in
Just popping in


@kas1e
nope, there isn't anything called 32-bit when it comes to graphics in screenmodes.
what everybody calls 32-bit is really 24-bit with an additional 8 -bit alpha channel that is why you see OxAARRGGBB if you had 32bit those remaining 8 bits would have to be divided between 3 color channels, and that is impossible.

Go to top


Re: need clarify about libdl and all dlopen/dlclose calls
Just popping in
Just popping in


@kas1e
You also have DLOpen, DLClose, DLSym in elf.library,
don't know why it is there too, might be that they uses some other kind of arguments.
I do have libdl.so in sys:sobjs, is it perhaps an older version of elf.library.kmod in kickstart? elf library.kmod is from 27.10.2019 version 53.30
libdl.so is from 9.4.2013 version 53.4 I would suggest to try with elf.library.

Go to top


Re: 68k/OS3.x MatchFirst()/MatchNext()/etc errors on OS4 help need it
Just popping in
Just popping in


@kas1e

From DOS 50.77+, you MUST ABSOLUTELY allocate a struct AnchorPath 
    with AllocDosObject
() to be able to transition to the new extended
    structure layout
,  failing to use AllocDosObject() will cause DOS
    to think you are using the old V36 style structure even though you
    may not be
this will cause completely unpredictable and possibly 
    fatal results 
as some structure fields have moved entirely.


in MatchNext() there is additional issues

Go to top


Re: Hell is coming to OS4: Doom 3
Just popping in
Just popping in


@all
hunoppc uploaded another video where he explains the current bugs a bit more early this morning on his youtube channel, see first post

Go to top


Re: Hell is coming to OS4: Doom 3
Just popping in
Just popping in


@all

I think hunoppc just released another video on youtube, and i don't know but it looks like it needs a better opengl driver (don't know if he means opengles2 or his egl_wrapper or ?) it was released roughly 5 hours ago.

Go to top


Re: Why call to or any "empty" functions can cause different results of the code in which you insert it?
Just popping in
Just popping in


@kas1e

dunno if this should work but noticed that you don't initialize status which means it will be initialized to undefined value (that's your status='1234').

don't know how SDL/opengles/opengl/Warp3D/stdlib/newlib handles it, but it might be unable to write to the variable as nonexistent and when it exits the function it's dummy value get's written to status, gdb would be good here... a long shot. but status should always get written something... Windows/linux/mac probably uses a C++ (if it is relatively new code... lets say at least c++-17) and that if ofcourse something that can come in and change everything, do you compile with gcc or g++, c++/g++ initiazlizes variables alot earlier than C/gcc, why it would work after using Delay(1); is a mystery, probably something with the stack (status is put on the stack?!)

Go to top


Re: Why call to or any "empty" functions can cause different results of the code in which you insert it?
Just popping in
Just popping in


@kas1e
have you tried to compile with -Wshadow=(local|global|compatible-local)
this Warning should work correctly from gcc version 7.x

Go to top


Re: Why call to or any "empty" functions can cause different results of the code in which you insert it?
Just popping in
Just popping in


@jaokim
hmm... interesting you might have hit on something there, for instance does ppc have a clear flag (status register), and btw. if it really is delay(1); that makes it work.. how about NOP's in the code instead of delay(1), it should do the same thing... if it doesn't work then it isn't the wait that makes the code work, then it is most likely a status flag (register) that is 'misbehaving',

Go to top


Re: Support for "APICALL (__attribute__(libcall))" VS Code
Just popping in
Just popping in


@MigthyMax
Are you aware of the 68k amiga code & debug plugin, it uses a very new gcc (11.2 IIRC) and gdb (12.0 IIRC) and he might have a solution, contact Bartman and/or Abyss to find out how to fix that 'bug', at least i havent experienced it in any 68k code i have dabbled with.

Go to top


Re: Lockup When Changing Screenmodes
Just popping in
Just popping in


@Daedalus
It's generally the monitor that have the database DDC EDID and communicates with the card which resolutions and refresh rates it supports. Have you checked that your monitor is healthy? check with a ps4 or something similar with a hdmi connection (a DP connection is always better,but... ), delete the monitor.info and create a new one with screenmode (especially if you have created your own screen modes)? someone with more experience might know more about this I have only done it once when I upgraded to the RX580, and I didn't really see any difference on which modes there was.

Go to top


Re: gcc 9 and 10
Just popping in
Just popping in


@joerg

it's a setting in your account you probably want 'oldest first' instead of 'newest first', don't know if threaded display interferes with the display order, but check that after you have checked the display order.

Go to top


Re: CD Audio Tracks as Files
Just popping in
Just popping in


@nbache

Well you still need to be able to specify a default behavior
using key combinations when inserting a disc might have worked on Amiga os 1.3 but to use it for anything newer... laughable... what's next, boot and hold down clrt-a+alt-f+alt-w to boot up workbench?

Go to top


Re: CD Audio Tracks as Files
Just popping in
Just popping in


@nbache

shouldn't there be some tooltypes/args in the mountlist
that specifies default behavior?

@Daedalus
I think it is AsimCDFS you are thinking about v. 3.12 I think was the last one, it was great you got automatic conversion of CDDA to MP3, AIFF and perhaps 8 and 16 bit amiga IFF, and I wonder if AmiCDFS didn't also have that feature

Go to top


Re: GNU Make and VPATH
Just popping in
Just popping in


@sTix

noticed that VPATH can also be 'used/called' as vpath everything else is the same.

Go to top


Re: GNU Make and VPATH
Just popping in
Just popping in


@sTix

have you tried both unix and amigaos paths, most likely amigaos, one of them should work (and assuming you are running in abc-shell, I thinka). I don't think gmake, make should differ in that part.

Go to top


Re: Wharever happened to Libre Office for OS4?
Just popping in
Just popping in


@utri007
you also have scribus 1.5.7, it does require Qt (IIRC). but it is surprisingly small footprint ~25MB source code, runs under linux, windows and mac, could perhaps be possible to run it very well on the slowest of os4 machines.

Go to top


Re: x5000 benchmarks / speed up
Just popping in
Just popping in


@IamSONIC
WHAT!? R9 280X is faster than RX560, it's roughly 151% faster.
Sapphire TOXIC R9 280X OC is the fastest of the R9 280X so you might add a couple of % on the speed above

I would suggest anyone selling or buying graphics cards (well even new ones) to check https://www.techpowerup.com/ which has very comprehensive status/specs on cards/chips.

Go to top


Re: x5000 benchmarks / speed up
Just popping in
Just popping in


@kas1e

have you tried with your old single memory stick...

I don't think the amiga have any way of tampering with CL etc.
I don't know if you even have a way to turn off/on individual memory sticks in uboot (which almost any UEFI/bios has got) haven't seen anything like that anyway.

Go to top


Re: Building Cross-Compiling adtools for Amiga OS4 PowerPC (ppc) with Cygwin/Bash on Ubuntu on Windows
Just popping in
Just popping in


@StoneCracker


Edited by trgswe on 2022/1/31 0:16:31
Go to top



TopTop
« 1 2 3 (4) 5 6 7 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project