Search found 108 matches
- Fri Apr 25, 2014 10:09 pm
- Forum: General Developer Support
- Topic: Docky transparency on 16bit screens
- Replies: 10
- Views: 9386
Re: Docky transparency on 16bit screens
And using ' IGraphics->CompositeTags()'? No, as I wrote in my first post I'm using BltBitMapTags() but.... IGraphics->CompositeTags(COMPOSITE_Src_Over_Dest, tempBM, dd->rp->BitMap, COMPTAG_SrcWidth,<WIDTH>, COMPTAG_SrcHeight,<HEIGHT>, COMPTAG_ScaleX,COMP_FLOAT_TO_FIX(dd->scaleflag), COMPTAG_ScaleY,...
- Fri Apr 25, 2014 10:48 am
- Forum: General Developer Support
- Topic: Docky transparency on 16bit screens
- Replies: 10
- Views: 9386
Docky transparency on 16bit screens
I have written a docky that requests DOCKYRENDERMODE_RPPA and then draws a 32bit bitmap (containing color and alpha channel transparency information) whenever it receives DOCKYSET_RedrawNow. I draw this bitmap using BltBitMapTags(). This is working fine but only on 32bit screens. Once I switch Workb...
- Tue Apr 15, 2014 9:46 pm
- Forum: Platform: AmigaOne X1000 - Linux Only
- Topic: Ubuntu 12.04 capricious behaviour and why only USB/CF loader
- Replies: 7
- Views: 5997
Re: Ubuntu 12.04 capricious behaviour and why only USB/CF lo
Is there a way to check if the HD uses RDB or MBR?The filesystem is probably allright, but it is on a RDB partition. You need a MBR partition.
And if it's really RDB partitioned, is there a way to create an MBR as well? IIRC it is possible for RDB and MBR to co-exist somehow, isn't it?
- Tue Apr 15, 2014 12:01 pm
- Forum: Platform: AmigaOne X1000 - Linux Only
- Topic: Ubuntu 12.04 capricious behaviour and why only USB/CF loader
- Replies: 7
- Views: 5997
Re: Ubuntu 12.04 capricious behaviour and why only USB/CF lo
Do you have a HD6870 graphics card by any chance? What you are describing is an obscure CFE bug that affects some systems with 2G ram, a Radeon card with a 256bit memory interface and an IOMMU enabled kernel. No, I've a 5450. For some reason, adding '-nousb' to the CFE bootargs seems to help. I've ...
- Sun Apr 13, 2014 11:18 pm
- Forum: Platform: AmigaOne X1000 - Linux Only
- Topic: Ubuntu 12.04 capricious behaviour and why only USB/CF loader
- Replies: 7
- Views: 5997
Ubuntu 12.04 capricious behaviour and why only USB/CF loader
I've just installed Ubuntu 12.04 from AmigaKit's Remix DVD and it doesn't always boot straight through, but quite often shows a kernel panic claiming Unable to mount root fs on unknown-block(0,0) I do have 2 GB RAM and the specified device name (/dev/sda4) is also correct. Whenever the error happens...
- Mon Apr 07, 2014 3:52 pm
- Forum: Platform: Classic
- Topic: Running Shogo on A1200 PPC
- Replies: 4
- Views: 6069
Re: Running Shogo on A1200 PPC
Seems to have been related to CyberGuard. Once I remove CyberGuard from the User-Startup it's working fine. Issue solved.
- Mon Apr 07, 2014 12:28 pm
- Forum: Platform: Classic
- Topic: Running Shogo on A1200 PPC
- Replies: 4
- Views: 6069
Re: Running Shogo on A1200 PPC
But the hardware renderer is working while in menu mode. The menu animation is much smoother with the hardware renderer than with the software one! And I'm not on any exotic video hardware but just a stock BVision PPC which should really be supported by the hardware renderer, shouldn't it?
- Sun Apr 06, 2014 12:30 pm
- Forum: Platform: Classic
- Topic: Running Shogo on A1200 PPC
- Replies: 4
- Views: 6069
Running Shogo on A1200 PPC
(This should really be in the Shogo forum but I cannot post there) Could somebody tell me how to get Shogo running on my A1200 PPC? The A1200 is equipped with a Blizzard PPC 240mhz, SCSI, 68060 and a BVision PPC. Latest Warp3D and WarpOS are installed. Shogo runs fine when using the software rendere...