Search found 318 matches

by Hypex
Mon Aug 31, 2020 5:20 pm
Forum: Platform: AmigaOne X1000
Topic: Power supply glitch?
Replies: 10
Views: 1576

Re: Power supply glitch?

Thanks Raziel. I think that was it. I replaced the battery. The old one measured 1.3 volts. Now wonder I was getting trouble. The only thing it didn't cause was the black screen of death. Even though it did start to delay on bootup after reset. Thanks for passing on the BR2032 info as well. Good to ...
by Hypex
Mon Aug 24, 2020 1:48 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 209
Views: 29694

Re: Linux PowerPC Server Software

xeno74 wrote: Sun Aug 23, 2020 7:31 pmI use very often MorphOS (X5000/20) to manage the other AmigaOnes with Linux PPC.
Oh ok. How are they managed that way?
by Hypex
Sun Aug 23, 2020 4:41 pm
Forum: Platform: AmigaOne X1000
Topic: Can CFE boot menu be disabled?
Replies: 3
Views: 714

Re: Can CFE boot menu be disabled?

set -p MENU_TIMEOUT 0 will skip the menu. Thanks! That was it. Well it is with setenv. I tested it with a "1" value and it slid down really fast. set -p STARTUP speed should also skip the menu minus having to change the timeout. I don't have a speed command set up. I do have the set mpu i...
by Hypex
Sun Aug 23, 2020 4:35 pm
Forum: Platform: AmigaOne X1000
Topic: Power supply glitch?
Replies: 10
Views: 1576

Re: Power supply glitch?

I've got some new ones somewhere. I don't recall how long it's been since I last replaced it. Now I just worry about losing the variables.
by Hypex
Sun Aug 23, 2020 4:49 am
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Linux PowerPC Server Software
Replies: 209
Views: 29694

Re: Linux PowerPC Server Software

How does it look like MorphOS? Is that from your X5000? Or has the X1000 a KVM kernel that can run MorphOS? :-o
by Hypex
Sat Aug 22, 2020 6:44 pm
Forum: Platform: AmigaOne X1000
Topic: Can CFE boot menu be disabled?
Replies: 3
Views: 714

Can CFE boot menu be disabled?

Hello again.

I've decided that I'd like the X1000 to boot straight into AmigaBoot. The CFE boot menu is nice once set up but now it's getting in my way as I have two boot menus to deal with before I can boot into OS4. Can it be disabled? Or must the STARTUP script be recoded to skip the menu?
by Hypex
Sat Aug 22, 2020 6:36 pm
Forum: Platform: AmigaOne X1000
Topic: Power supply glitch?
Replies: 10
Views: 1576

Power supply glitch?

Hi guys. Tonight I encountered a glitch. I had switched off my X1000 and came back to switch it on later. In the mean time I had left the power on running to the PSU. I pressed the on switch on the case and nothing happened. This was unusual. I tried a few more times and nothing. I was worried the P...
by Hypex
Tue Aug 11, 2020 6:43 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Can the palette on browsers be adjusted to look normal?
Replies: 3
Views: 721

Re: Can the palette on browsers be adjusted to look normal?

xeno74 wrote: Tue Aug 04, 2020 11:20 am Hi Hypex,

Casey has solved the issue with the color of text and background. :-)
That's good news. Thanks for the update. :-)
by Hypex
Mon Jul 27, 2020 5:40 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Can the palette on browsers be adjusted to look normal?
Replies: 3
Views: 721

Can the palette on browsers be adjusted to look normal?

Hi guys. I just tested InterWeb, SpiderWeb and ArcticFox. I tried to post on AmigaWorld but the text and background are the same colour! That makes it near impossible to edit. I can only see it when drag selecting. I went into browser settings but they were limited with not much for colour. To my am...
by Hypex
Sat May 16, 2020 4:35 pm
Forum: Platform: AmigaOne X1000 - Linux Only
Topic: Amiga Fast File System (AFFS or FFS)
Replies: 16
Views: 2954

Re: Amiga Fast File System (AFFS or FFS)

What do you think? Good one. What I found myself, which was annoying, is that parted separates the device from the partitions. So you need to grep for Disk and then separate each device listed. Then iterate through the list and send it to parted to give a partition list for that. Take the result an...