Search found 569 matches

by ssolie
Sun Jul 12, 2015 11:04 pm
Forum: AmigaOS Feature Requests
Topic: CMD printer output redirection 
Replies: 21
Views: 21051

Re: CMD printer output redirection 

JosDuchIt wrote:Being able to redirect the output when launching an application is far more limited: you can't change that afterwards.
What about using the shell's internal Recorder command?
by ssolie
Fri Jul 10, 2015 6:35 am
Forum: General AmigaOS
Topic: Overlay broken on 9250-based systems with FE?
Replies: 10
Views: 8439

Re: Overlay broken on 9250-based systems with FE?

samo79 wrote:I think you should report it to rwo (Renè Olsen) directly as he is the guy behind all the latest changes of the graphics part in the Final Edition, he is for sure the most competent person to ask of
I don't know where you are getting your information from but that is completely bogus.
by ssolie
Fri Jul 10, 2015 6:32 am
Forum: AmigaOS Feature Requests
Topic: CMD printer output redirection 
Replies: 21
Views: 21051

Re: CMD printer output redirection 

JosDuchIt wrote:Set OUTPUT con:360/12/160/80/Gui4Cli/auto/close/wait §Gui4Cli command
CLI 'run cmd parallel PRT: opt n '
CLI ' run cmd parallel RAM:PrtFile opt n' ;
any alternative to that ?
Sorry but I don't understand what you are trying to accomplish here.

Are you trying to print a file from CLI or something?
by ssolie
Wed Jul 08, 2015 3:29 pm
Forum: AmigaOS Feature Requests
Topic: CMD printer output redirection 
Replies: 21
Views: 21051

Re: CMD printer output redirection 

So i guess what i am asking: can CMD be brought back? I checked and "CMD" was never ported to AmigaOS 4.0. It was probably left behind because it only works on classic Amigas the way it is written. It does this by patching their vectors which is also naughty. The comments in the source co...
by ssolie
Tue Jul 07, 2015 9:07 pm
Forum: AmigaOS Feature Requests
Topic: CMD printer output redirection 
Replies: 21
Views: 21051

Re: CMD printer output redirection 

However i did hit this page http://wiki.amigaos.net/wiki/AmigaOS_Manual:_Workbench_Other_Programs it mentionas a tools drawer in which CMD should reside. That page was very out of date so I fixed most of it. That is the beauty of a wiki. :) Most of the information that was on there has been merged ...
by ssolie
Wed Jun 10, 2015 4:48 am
Forum: SDK Support
Topic: Wiki down
Replies: 1
Views: 3013

Re: Wiki down

Fixed.
by ssolie
Sun May 24, 2015 5:29 pm
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: OS4.1FE did not start.
Replies: 80
Views: 91280

Re: OS4.1FE did not start.

The disk is bootable and I only have one disk drive with three partitions on it. A bootable DH0(Workbench) SFS00, DH1(SWAP) non-bootable SWAP format 4096 buffer, DH2(Playbench) non-bootable SFS02. Be sure to use only 512 sectors for those SFS formatted partitions. I do not see the Workbench screen ...
by ssolie
Sun May 24, 2015 5:22 pm
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: OS4.1FE did not start.
Replies: 80
Views: 91280

Re: OS4.1FE did not start.

Elwood wrote:
nzv58l wrote:Anyone know how to turn the SWAP feature off?
Well, removing the SWAP partition will make the system run without swap machanism. I don't think there is another way to disable it.
That is correct.
by ssolie
Tue May 12, 2015 9:45 pm
Forum: General Developer Support
Topic: Scaling with hardware acceleration but without blending
Replies: 16
Views: 10048

Re: Scaling with hardware acceleration but without blending

When used with 32-bit ARGB bitmaps, does graphics/BitMapScale() always operate in software or will it use the GPU for scaling if the bitmap is in video memory? The answer is that it depends. There are all sorts of optimizations depending on the circumstances and whether the underlying hardware driv...
by ssolie
Thu May 07, 2015 4:01 pm
Forum: General Developer Support
Topic: Scaling with hardware acceleration but without blending
Replies: 16
Views: 10048

Re: Scaling with hardware acceleration but without blending

softwarefailure wrote:
An OS dev with their fingers in graphic.library Hans de Reuter, SSolie, Rene O or some such....
*bump*
What was the question exactly?