Search found 374 matches

by kas1e
Wed Aug 31, 2011 7:10 pm
Forum: General AmigaOS
Topic: Mui 3.9: more colors ?
Replies: 3
Views: 2959

Re: Mui 3.9: more colors ?

With MUI3.9, is it possible to use (or create) theme with more than 8 colors (or 4) for buttons/gadgets,.... ? Yes, you can and use (for example defaul "ferox" mui4 morphos's theme), and create your own. I can't right now explain everything detailed (not have amiga by hands now), but you ...
by kas1e
Wed Jul 27, 2011 7:06 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: Amiga OS 4.1 & FastFileSystem SFS/00
Replies: 13
Views: 13774

Re: Amiga OS 4.1 & FastFileSystem SFS/00

@ssolie
512 is recommended for a reason. Feel free to ignore me but I'll listen to the guy who wrote the code.
It is possible to send some kind of "reqest" to make changes in mediatoolbox, to put 512 by default, and not 1024 ?
by kas1e
Wed Jul 27, 2011 2:50 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: Amiga OS 4.1 & FastFileSystem SFS/00
Replies: 13
Views: 13774

Re: Amiga OS 4.1 & FastFileSystem SFS/00

I'm just saying that a beginner will most likely catch that trap aswell
I checked my partitions, and i am catched as well just because of default values :) It was logical to think, that default values are "100% working and best ones"
by kas1e
Tue Jul 26, 2011 1:09 pm
Forum: General AmigaOS
Topic: Workbench Find bug and crash
Replies: 5
Views: 3792

Re: Workbench Find bug and crash

@Hypex I do same on peg2 / latest aos: 1. First small-bug reproducable here as well. I just choice "system:", put to contents field "image" words, then start, wait for 5 seconds, and press stop : and amidos window with words about deallocating a DOS process with ReleaseDirContext...
by kas1e
Mon Jul 25, 2011 7:35 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: 8 bit screenmodes not always working
Replies: 22
Views: 16364

Re: 8 bit screenmodes not always working

@mpiva

No one mention it , but imho you better just try to contact with Hanz (author of radeonHD drivers), and explain him everything. He are adequate and frendly person, so he will help for sure (check your PM , i put his mail in PM just in case)
by kas1e
Mon Jul 25, 2011 2:51 pm
Forum: SDK Support
Topic: SDK evolution
Replies: 13
Views: 13946

Re: SDK evolution

I rechecked now: -lauto is not mentioned but obviously works end is helpfull in the porting from OS3 to OS4. It would be good that the gcc --help mentions it. gcc -help will never point on it imho, just as to any other "link" libs. I am sure its all already mentioned in the some "Get...
by kas1e
Mon Jul 25, 2011 8:56 am
Forum: SDK Support
Topic: SDK evolution
Replies: 13
Views: 13946

Re: SDK evolution

- gcc options -noixemul and -lauto- are no longer available . Is automatic opening of system libraries in the pipeline, or can this still be done ? Imho having -noixemul its wrong by default, because why we should use it at all ? It was used on os3.9, and still used on morphos just by some ancient ...
by kas1e
Sat Jul 23, 2011 10:43 am
Forum: General AmigaOS
Topic: media toolbox and settings
Replies: 7
Views: 6268

Re: media toolbox and settings

i think this has to be made more easy for the end user. why entering such values at all? isn't the system able to just set them correct? Have to agree with that. None of any new users want to worry about those settings, about which they should not worry at all on any other OS and partition utilitit...
by kas1e
Tue Jul 12, 2011 8:15 pm
Forum: General AmigaOS
Topic: ppp-ethernet.device issue
Replies: 11
Views: 10420

Re: ppp-ethernet.device issue

@Hypex This looks like a standard one port ADSL modem router connected by Ethernet? If that is the case the Dialer certainly should not be used! Unless you speciifcally need to dial in to it. But the modem should contain your user/pass needed for ADSL connection and connect to the computer using a s...
by kas1e
Fri Jul 08, 2011 8:55 am
Forum: General AmigaOS
Topic: What I expect on Update3
Replies: 27
Views: 15532

Re: What I expect on Update3

@Hans gdb and addr2line are developer tools, and completely useless if the binary doesn't contain debug info Just small note which will make not big sense, but : gdb still can be helpfull even if binary not have debug info. I.e. if programmer just briefly know assembler, he still can (even without d...