Search found 111 matches
- Mon Apr 07, 2025 10:04 am
- Forum: Platform: AmigaOne X1000
- Topic: still newbie on X1000 and video cards
- Replies: 12
- Views: 47290
Re: still newbie on X1000 and video cards
@msalcedo
DO NOT, I repeat, DO NOT buy a RX card solely for your x1000.
It won't work, AT ALL, until there is a CFE update that supports those kind of cards
Of course it works, just not in CFE.
I've been using one for about 2 years now. No picture until WB loads, that's all.
And of course you ...
- Sun Mar 30, 2025 3:46 pm
- Forum: General AmigaOS
- Topic: Graphics corruption when running out of VRAM
- Replies: 0
- Views: 26678
Graphics corruption when running out of VRAM
I have a RadeonRX in my X1000, which is (also) (sadly and strangly) limited to 256MB VRAM.
I use UHD (4k) reslution in 32 bits. All fine, except that I often run out of VRAM.
When VRAM runs out, Picasso96 is supposed to defrag and swap out some bitmaps to RAM, says Hans de Ruiter, developer of the ...
I use UHD (4k) reslution in 32 bits. All fine, except that I often run out of VRAM.
When VRAM runs out, Picasso96 is supposed to defrag and swap out some bitmaps to RAM, says Hans de Ruiter, developer of the ...
- Tue Apr 20, 2021 10:59 pm
- Forum: General Developer Support
- Topic: RGB rastport functions.
- Replies: 5
- Views: 23196
Re: RGB rastport functions.
It's amazing I managed to forgot I asked this question and didn't see it again in 10 years!!
I see the APenColor tag has been there since v51, which is what, OS4.0.0 public/full release?
It works beautifully. The MOS PenMode on the other hand, not so much. It doesn't make any sense. Why should it ...
I see the APenColor tag has been there since v51, which is what, OS4.0.0 public/full release?
It works beautifully. The MOS PenMode on the other hand, not so much. It doesn't make any sense. Why should it ...
- Mon Aug 01, 2016 10:39 am
- Forum: AmigaOS Feature Requests
- Topic: AmiPDF page refresh fix request
- Replies: 4
- Views: 12702
AmiPDF page refresh fix request
Hi
I have a small bugfix/feature request for AmiPDF. 10 min implementation :-)
When resizing the window it redraws the PDF everytime, as expected. However, some PDFs are extremely slow to redraw (several seconds on X1000) which means that I have already resized the window and released the mouse ...
I have a small bugfix/feature request for AmiPDF. 10 min implementation :-)
When resizing the window it redraws the PDF everytime, as expected. However, some PDFs are extremely slow to redraw (several seconds on X1000) which means that I have already resized the window and released the mouse ...
- Sun Sep 06, 2015 9:40 pm
- Forum: AmigaOS Feature Requests
- Topic: Overcoming the 2GB RAM limitation
- Replies: 12
- Views: 26292
Re: Overcoming the 2GB RAM limitation
Unfortunately, other code is not always testing against NULL, a substantial portion of code does nutty pointer
math and that stuff usually breaks with signed variables when addresses are above 2 gig.
So, it's always a smart idea to use unsigned when dealing with addresses.
But does these pieces ...
math and that stuff usually breaks with signed variables when addresses are above 2 gig.
So, it's always a smart idea to use unsigned when dealing with addresses.
But does these pieces ...
- Sun Sep 06, 2015 8:59 pm
- Forum: AmigaOS Feature Requests
- Topic: RoadShow reset handler not wait for unresponsive apps
- Replies: 2
- Views: 6159
Re: RoadShow reset handler not wait for unresponsive apps
Is it really documented that all Internet programs need to respond to Ctrl-C?
And yes, I also think it is unnecessary for RoadShow to need to shut down cleanly. Sure it is nice to try, but freezing the machine when it fails is annoying.
And yes, I also think it is unnecessary for RoadShow to need to shut down cleanly. Sure it is nice to try, but freezing the machine when it fails is annoying.
- Sat Sep 05, 2015 11:38 am
- Forum: AmigaOS Feature Requests
- Topic: Overcoming the 2GB RAM limitation
- Replies: 12
- Views: 26292
Re: Overcoming the 2GB RAM limitation
It can't be implemented simply by "fixing" and recompiling the kernel. It needs just about every system component to be modified and recompiled. The result is not likely to give a great improvement, since the 32-bit address space means that a program can't, EVER, address more than 4 GB of address ...
- Sat Sep 05, 2015 11:27 am
- Forum: AmigaOS Feature Requests
- Topic: RoadShow reset handler not wait for unresponsive apps
- Replies: 2
- Views: 6159
RoadShow reset handler not wait for unresponsive apps
When performing a softreset it seems there are some reset handlers that are run. It seems like RoadShow sends Ctrl-C to all programs that have bsdsocket.library open, then wait forever until the opencount has reached zero. Not all Amiga programs respond to Ctrl-C (AmIRC for example), so a softreset ...
- Tue Aug 25, 2015 1:44 pm
- Forum: General AmigaOS
- Topic: Jerky mouse with dockies enabled on X1000/Radeon 9250
- Replies: 47
- Views: 79426
Re: Jerky mouse with dockies enabled on X1000/Radeon 9250
I get exactly the same experience as you, K-L. High CPU causes the whole system to become uselessly slow and stuttering. The worst is when transcoding a video or encoding an MP3 with Lame. Before OS4 FE it would be almost unnoticeable at pri 0 (half CPU left for other things). But with OS4 FE ...
- Wed Aug 19, 2015 2:47 pm
- Forum: Platform: AmigaOne X1000
- Topic: System freeze reboot workaround?
- Replies: 8
- Views: 9567
Re: System freeze reboot workaround?
I think Intuition semaphores should have a timeout to allow other applications to continue to run after a short while (1-2-10 seconds?) in case an app enters an intuition function and crashes (which is very common).
That would also allow the Grim Reaper to show up (which needs lots of intuition ...
That would also allow the Grim Reaper to show up (which needs lots of intuition ...