Search found 109 matches

by Deniil
Sat Jun 13, 2015 8:21 pm
Forum: General AmigaOS
Topic: Slow compiling with OS4.1FE
Replies: 17
Views: 19474

Re: Slow compiling with OS4.1FE

Well I just have to add that I have also noticed that make seems unusually slow, even for smaller project, although projects that call make (not the same makefile) recursively one step. With the debug/verbose option I can see that make is doing A LOT of stuff, trying hundreds of default targets and ...
by Deniil
Wed Jun 03, 2015 8:34 pm
Forum: Platform: AmigaOne X1000
Topic: X1000 memory accessibility
Replies: 14
Views: 22976

Re: X1000 memory accessibility

@tonyw What structures and parts of the autodocs exactly mention that negative address values means failure and limites the entires OS to 31 bits? I just find it wierd this whole 31-bit thing... Having signed pointers is no excuse to limit oneself to 31 bits since 0 is the only false value in the wo...
by Deniil
Thu Aug 28, 2014 10:53 am
Forum: SDK Support
Topic: sed on OS4 is buggy
Replies: 3
Views: 5711

sed on OS4 is buggy

Hi I have been struggling quite a bit with something that seemed simple enough (well, relative to sed that is). I want to extract the second "x:...." up to the next "x:..". Have a look at this (run from sh): > echo "x:abc/def/x:ghi/jkl/x:mno/pqr" | sed 's/x:[a-z\/]*x:gh...
by Deniil
Sat Jul 05, 2014 8:11 pm
Forum: General AmigaOS
Topic: monitor screen size problem
Replies: 8
Views: 3272

Re: monitor screen size problem

Do you know what graphics cards support HDMI output? I have a RadeonHD 6570 I believe and wanted to watch a movie on TV today, but there did not seem to be any output on the HDMI port. Normally I use DVI 1920x1080x32 on my monitor. How to activate the HDMI output? Is it not supported perhaps on this...
by Deniil
Sun Jun 15, 2014 6:18 pm
Forum: General AmigaOS
Topic: BUG: MM keys get NumPad qualifier after using the numpad
Replies: 0
Views: 2213

BUG: MM keys get NumPad qualifier after using the numpad

As the title says: All extended/multimedia keys seem to get the NumPad (0x01000000) qualifier stuck to them after any key of the numpad has been used. This is (obviously) not the case for any other keys. To remove the numpad qualifier from the extended keys, any other key can be pressed (like 'A' or...
by Deniil
Thu Jan 03, 2013 4:25 pm
Forum: Platform: AmigaOne X1000
Topic: How to set serial speed and other CFE settings?
Replies: 11
Views: 7189

Re: How to set serial speed and other CFE settings?

@nbache Actually, the astate=A5 (which would put the CPU at 2GHz) was first asked by me as well and a "PS." question. I kind of dind't expect to get any firm answer on that one though.. ;) I'll try to hook up a serial link and see what, how much, and at what speed stuff comes out during th...
by Deniil
Thu Jan 03, 2013 4:14 pm
Forum: General AmigaOS
Topic: Wife friendly startup-sequence
Replies: 11
Views: 4864

Re: Wife friendly startup-sequence

Would it really be that difficult for her to click an icon in AmiDock? She doesn't even have to double-click :-)
Or you could leave out the icon on the WB screen if you're not using AmiDock.
by Deniil
Fri Dec 21, 2012 7:28 pm
Forum: Platform: AmigaOne X1000
Topic: How to set serial speed and other CFE settings?
Replies: 11
Views: 7189

Re: How to set serial speed and other CFE settings?

@nbache

Ok, I see. But my primary question; the serial speed, this setting in U-Boot affected U-Boot, or at least the SLB as well. Surely there must be a similar setting for CFE itself.
by Deniil
Sun Dec 16, 2012 7:15 pm
Forum: Platform: AmigaOne X1000
Topic: How to set serial speed and other CFE settings?
Replies: 11
Views: 7189

Re: How to set serial speed and other CFE settings?

@LyleHaze Well I don't have a problem once OS4 is running, it just seems like CFE acts slowly, just as if the serial was set to 9600 and it prints to this at the same time as the screen. I know this setting slowed down the XE so among the first thinks I did was to set it to 115200 which improved ear...
by Deniil
Sun Dec 16, 2012 12:20 pm
Forum: Platform: AmigaOne X1000
Topic: How to set serial speed and other CFE settings?
Replies: 11
Views: 7189

Re: How to set serial speed and other CFE settings?

Thanks! Now I have finally come around to look into those supplied docs, but the CFE one is the same as the printed papers that came with the machine and they do not contain any exhaustive list of CFE environment variables such as how to set the serial speed or IDE speed, only a few mentioned in tex...