Search found 355 matches

by javierdlr
Thu Nov 30, 2023 2:22 pm
Forum: General AmigaOS
Topic: Crash bug in console.device
Replies: 13
Views: 104786

Re: Crash bug in console.device

Done (BZ 10493)
by javierdlr
Sun Oct 15, 2023 11:03 am
Forum: General AmigaOS
Topic: P96PIP window background (RGBFB_YUV422CGX)
Replies: 3
Views: 26886

Re: P96PIP window background (RGBFB_YUV422CGX)

Updated BZ entry with link to this thread/post, in case helps.
by javierdlr
Sat Jul 01, 2023 12:55 pm
Forum: General Developer Support
Topic: Text datatype
Replies: 6
Views: 31106

Re: Text datatype

Example attached using DTA_TextAttr (in case is it usefull).
To compile: gcc testdt.c -o testdt -gstabs -Wall -D__USE_INLINE__ -lauto

Example from CLI/Shell: testdt testdt.c
by javierdlr
Thu Jul 28, 2022 11:06 pm
Forum: General AmigaOS
Topic: Bug in string.gadget/label.image
Replies: 8
Views: 24485

Re: Bug in string.gadget/label.image

Hi, not sure if you can SetAttrs to a LABEL/CHILD object, maybe you need LM_MODIFYCHILD (layout autodocs). You can see an example in ReAction source examples Layout/dynamicexample.c
by javierdlr
Sat Jun 25, 2022 12:54 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: Trying to revive a SAM460
Replies: 1
Views: 25215

Re: Trying to revive a SAM460

Hi, does your SAM460 have an internal VGA port (SAM460ex) or is the SAM460cr (no video/VGA port)?

Try to use a Radeon HD4xxx/HD5xxx/HD6xxx PCIe vga card.
Maybe Uboot variables/environment are wrong/not set.

You can try top detach all cards on slots, and reseat the SODIMM RAM module.
And then, only ...
by javierdlr
Tue Aug 31, 2021 10:20 am
Forum: AmigaOS Feature Requests
Topic: ReAction ListBrowser gadget (solved)
Replies: 7
Views: 35552

Re: ReAction ListBrowser gadget

@OldFart

Maybe is what you're looking for:

LBNA_Flags (uint32)
Flags for this node. The following flags are currently defined:
LBFLG_READONLY - node is read-only
by javierdlr
Thu Jul 15, 2021 2:09 pm
Forum: General Developer Support
Topic: PNG-transparency for buttons on OS3.2?
Replies: 1
Views: 16527

Re: PNG-transparency for buttons on OS3.2?

Not a fix/solution, butyou can try with WarpPNG (http://aminet.net/util/dtype/WarpPNGdt.lha) and see if there is some difference.
by javierdlr
Sat Jun 26, 2021 1:01 pm
Forum: General Developer Support
Topic: GBD_TotalMemory returned value
Replies: 4
Views: 23958

GBD_TotalMemory returned value

Hi using:
IGraphics->GetBoardDataTags(num, GBD_InternalMemorySize,&totalgfx, TAG_DONE);
IDOS->Printf("GBD_InternalMemorySize: %luMB\n",(uint32)(totalgfx/(1024*1024)));
IGraphics->GetBoardDataTags(num, GBD_TotalMemory,&totalgfx, TAG_DONE);
IDOS->Printf("GBD_TotalMemory : %luMB\n",(uint32)(totalgfx ...
by javierdlr
Thu Apr 15, 2021 1:30 pm
Forum: Platform: AmigaOne 500 and Sam series - Linux Only
Topic: Sam460ex Linux Installer
Replies: 13
Views: 71760

Re: Sam460ex Linux Installer

NinjaCyborg wrote: Thu Apr 15, 2021 9:45 am Hi just wondering what's latest/greatest Linux for Sam 460ex that is usable?
Haven't tried since a looong time.

viewtopic.php?f=52&t=3515
by javierdlr
Fri Apr 10, 2020 10:49 am
Forum: Platform: AmigaOne 500 and Sam series
Topic: Keyboard randomly (not)recognized by AmigaOS
Replies: 6
Views: 34594

Re: Keyboard randomly (not)recognized by AmigaOS

Hi, added a BZ #10202 entry in case it helps developers to don't forget. :-)