Search found 44 matches
- Tue Nov 19, 2013 2:15 pm
- Forum: Platform: AmigaOne 500 and Sam series - Linux Only
- Topic: Sam440ep Linux
- Replies: 206
- Views: 217729
Re: Sam440ep Linux
HI Spectre, How are you ? Let's begin. I compared my dvd and the iso. All was identical except the icons for two text files were different. In the cd, the file type was unknown. So I decided to make a new iso with AmiDVD (I used frying pan). Ok now, the installation is done and no error was displaye...
- Mon Nov 18, 2013 6:04 pm
- Forum: Platform: AmigaOne 500 and Sam series - Linux Only
- Topic: Sam440ep Linux
- Replies: 206
- Views: 217729
Re: Sam440ep Linux
Hello again Spectre660. Guess what. That didn't work. I resume what I did. I changed the fs of my OS4 boot partition to sfs. I used u2lb in my two disks. Here are my partitions of my first disk. System (OS4 boot sfs00), work (sfs00, 110 G), Data (SFS02, 200 G), Internet (JXF 150G) and the last Linux...
- Mon Nov 18, 2013 10:58 am
- Forum: Platform: AmigaOne 500 and Sam series - Linux Only
- Topic: Sam440ep Linux
- Replies: 206
- Views: 217729
Re: Sam440ep Linux
Ok, I will download the iso again but befre could you tell me if the linux partition must be in the same hd than os4's one.
Yes, I am using a radeon 9250.
Yes, I am using a radeon 9250.
- Mon Nov 18, 2013 1:06 am
- Forum: Platform: AmigaOne 500 and Sam series - Linux Only
- Topic: Sam440ep Linux
- Replies: 206
- Views: 217729
Re: Sam440ep Linux
Hi spectre660. I need some explanations about installing linux on my sam flex. I use the ubuntu iso version as you wrote it is better for sam440. Here is my history. I booted with the disk. I choose sam flex install and it unziped the kernel and all seemed right, i.e. no error printed. I noticed the...
- Sat Apr 14, 2012 12:38 pm
- Forum: General Developer Support
- Topic: Cairo composing
- Replies: 4
- Views: 3813
Re: Cairo composing
Hi Chris, First, I will thank you for your interest, you were the only one. :? I hope this time that someone could explain me what is the problem with cairo. A few months ago, I posted about cairo in the sdk forum without answer neither. Is it cairo a taboo ? 8-) I sincerally hope that some (OS or n...
- Mon Apr 02, 2012 11:29 pm
- Forum: General Developer Support
- Topic: Cairo composing
- Replies: 4
- Views: 3813
Re: Cairo composing
Hi Chris,
Yes it is done. Imagine that i make a drawing and use the operator OVER. All is fine.
But if I replace OVER by SOURCE, there is a problem, that's the purpose of my post.
Yes it is done. Imagine that i make a drawing and use the operator OVER. All is fine.
But if I replace OVER by SOURCE, there is a problem, that's the purpose of my post.
- Mon Apr 02, 2012 2:17 pm
- Forum: General Developer Support
- Topic: Cairo composing
- Replies: 4
- Views: 3813
Cairo composing
Hi everybody, I am back as Mr T. used to say. I made some intensive tests of cairo. And I have something I can't do and can't explain why. I would just want to copy one surface to another using the operator SOURCE. Before I tested it with drawing in the same context cairo_set_source_rgba (cr, 1.0, 0...
- Tue Nov 15, 2011 12:15 am
- Forum: General Developer Support
- Topic: char & UBYTE
- Replies: 11
- Views: 8639
Re: char & UBYTE
Hi JosDuchIt, I don't understand why you are using this code. First, The struct Picture seems to be two filenames (path and alias ?), so why don't you use char path[260] or better char * and initialize during execution time. Second, in getpic function, the pointer pic is not initialized so you must ...
- Mon Oct 31, 2011 1:03 pm
- Forum: General Developer Support
- Topic: Cairo development
- Replies: 10
- Views: 6956
Re: Cairo development
Salass00, I thought it was difficult when the formats are different. For example, if I load a jgp file (with no alpha layer) with datatypes and use your method, will I obtain a ARGB pixel data directly, without creating an extra space for allocating the extra bits from alpha channel ? I don't know i...
- Sun Oct 30, 2011 8:02 pm
- Forum: General Developer Support
- Topic: Cairo development
- Replies: 10
- Views: 6956
Re: Cairo development
Chris, Thanks for the info concerning p96 functions, I will remember if needed. For the png problem, yes I suppose I could use datatypes to load png files. I have already tested this routine alone. Yes, I could retrieve the pixel datas and transfer to a cairo image (though seems not too easy because...