What is AROS ? - a portable, improved open source reimplementation of Amiga OS 3.1. Currently available for: i386, x86_64bit, Amiga m68k, ARM (RaspberryPi) and Efika CHRP / SAM440 PPC hardware, running natively, and/or hosted inside Linux (i386, x86_64bit, PPC), Windows (i386), MacOS (i386), Android (ARM). (Nice, eh?)

What is AROS alive ? - a series of videos exploring various aspects of AROS, and this website with articles about AROS related subjects.

Thursday, October 19, 2023

"AROS One" v2.2 released

Again, AMIGASYSTEM pushes forward with a new release of "AROS One" distro.

Version 2.2 has just been released, with a good round of updates. Among them are a fix to InstallAROS regarding dual-boot installation, improvements on themes, fonts, usability, GUI, and Pascal development environment, and a set of updated games and apps.

A detailed list of changes can be found in Amigaworld's release article/post:
https://amigaworld.net/modules/news/article.php?storyid=8960

Visit AROS One homepage for more info and downloads:

https://sites.google.com/view/arosone

Additional sources:
http://amiga-news.de/de/news/AN-2023-10-00070-DE.html

Tuesday, October 10, 2023

ASUS Eee PC graphics hardware, and AROS

When you're trying to find a good, small machine for AROS, you'll soon be looking at ASUS Eee PC mini laptops. They're neat little computers, built into a sturdy cases, and they come in several flavours. Let's see how they compare in terms of AROS graphics support.

AROS running on several ASUS Eee PC computers

These ASUS Eee PC models were available for testing:

4G Surf (or 701)
first Eee PC series, 7 inch display, 800x480, CPU Intel Celeron M, 0.9 GHz

901
9 inch display, 1024x600, CPU Intel Atom N270, 1.6 GHz

T91MT
9 inch display, 1024x600, touchscreen, CPU Intel Atom, 1.33 GHz

1000H
10 inch display, 1024x600, CPU Intel Atom N270, 1.6 GHz

1005PE
10 inch display, 1024x600, CPU Intel Atom N450, 1.6 GHz

1015PN
Seashell series, 10 inch display, 1024x600, CPU Intel Atom N550, 1.5 GHz

R011CX
Seashell series, 10 inch display, 1024x600, CPU Intel Atom N2600, 1.6 GHz, Intel GMA 3600

Two USB sticks with bootable AROS systems were used for testing. One contains AROS nightly build ABI v0 of May 2019, the other AROS nightly build ABI v1 of October 2023.

"ABI" is an acronym for "application binary interface", meaning the way an application (a program) communicates with the operating system. AROS is under constant development since around 1995, and "ABI v0" refers to the initial design of AROS' "application binary interface". A parallel branch of development is ongoing, using an updated "application binary interface" called ABI v1. At the time of this writing, all current AROS distributions are based on AROS releases using ABI v0. Currently, ABI v1 has to be considered experimental, but at some point in the future will become the standard.

Experimental: ABI v1 support

Currently, ABI v1 is probably more for the AROS system developer than the AROS user or application developer - but let's just start here, because it's the shorter story. 

Booting from the AROS ABI v1 USB stick, and selecting "native graphics" driver in AROS' GRUB menu, none of the graphics hardware was recognized. AROS fell back to minimal "VGA:640x480" screen mode in 16 colors on all tested models. If you want to run AROS ABI v1 on your Eee PC you're better off using generic "VESA" driven screenmodes.

When AROS can't find suitable graphics hardware, it falls back to low-resolution 16 color VGA screenmode

VESA screen modes should work on all PC systems, and give full color depth, but lack hardware (2D/3D) acceleration and have fixed resolutions. Selecting "VESA:1024x768" screen mode in GRUB menu doesn't properly match an Eee PC's native display resolution, which results in "VESA:800x600" being used. This is consistent on most tested Eee PC models. The 4G/701 model uses "VESA:640x480" due to smaller display size. The 901 doesn't switch resolution, but displays 1024x768 with about 20 lines missing at the top, and much more at the bottom. The 1015PN seems to have slightly smarter VESA support, and switches to "VESA:1024x600", which perfectly matches the native resolution, giving correct display aspect. On all other tested Eee PC models VESA screens are stretched horizontally to fill the wide-screen display. The 1000H crashed (froze) when the screen was displayed.

Eee PC 901 accepts "VESA:1024x768" screenmode, but only has 600 vertical physical pixels, ignoring lines at the top and bottom

Real-world: ABI v0 support

Using AROS ABI v0, the current "real-world" version of AROS that is the basis for all current distributions and software available, there is some actual graphics hardware support.

Models 4G/701, 901 (not pictured), 1000H and 1005PE are recognized by AROS' native Intel GMA graphics driver

On four Eee PC models, selecting "native graphics" driver didn't fall back to "VGA:640x480" in 16 colors, but resulted in "GMA_LVDS:640x480" and "GMA_LVDS:1024x600" ("GMA_LVDS:800x480" on 4G/701) 16bit/24bit (full color depth) screenmodes in AROS - the latter of which perfectly matches the display's native resolution. One model crashed (black screen) on boot with "native graphics" driver.

"gearbox" 3D demo running smoothly on the oldest Eee PC tested (model 4G/701)

So a couple of Mesa OpenGL demos were run on the four Eee PCs that got recognized by "native graphics". The 1005PE's graphics chipset doesn't seem to be fully supported by AROS' Intel GMA graphics driver: "gearbox" graphics demo was slow, indicating lack of hardware 3D acceleration. 

Slow "gearbox" demo on 1005PE: only ~10 frames per 5 seconds

With hardware acceleration available, there's huge increase in 3D performance: Eee PC 4G/701 renders ~200 frames of "gearbox" per 5 seconds, and models 901 and 1000H perform best, rendering up to ~400 frames per 5 seconds. 

Speedy "gearbox" demo on 901 and 1000H (pictured): up to ~400 frames per 5 seconds

VESA screenmodes of AROS ABI v0 behave as described for ABI v1. The fastest of the Eee PCs available, the R011CX with an Atom N2600 CPU, renders ~10 frames per 5 seconds of "gearbox" in VESA mode - like the 1005PE, which doesn't have hardware acceleration using native AROS driver.

"gearbox" on the fastest Eee PC available in "driverless" VESA mode: ~10 frames per 5 seconds

So is an ASUS Eee PC any good for AROS graphics?

As we have seen, there are different graphics units built into the various Eee PC models, some of which are supported by AROS. If in doubt, you can use VESA screenmodes on all Eee PC models (except maybe the 1000H), so you'll get pixels and colors in (pretty much) any case, albeit without fast 3D graphics, and probably horizontally stretched. The 1015PN is closer to being really good in this regard with its "VESA:1024x600" mode. The 901 is quite odd in VESA mode, as it doesn't scale or reject 1024x768 resolution, but just crops it to 1024x600.

The typical AROS (ABI v0) user can enjoy fast 3D graphics, full color depth, and correct aspect ratio all at once with the native graphics drivers on the 4G/701, 901, and 1000H ASUS Eee PC models. (And possibly some others that haven't been tested here.) The ABI v1 branch still needs some work on native drivers - but you'll probably prefer ABI v0 anyway.

ASUS Eee PC AROS graphics driver compatibility test results

You can find more AROS hardware information, including ASUS Eee PC, in the WikiBooks:

https://en.wikibooks.org/wiki/Aros/Platforms/x86_Complete_System_HCL

* * *

DISCLAIMER: This is not an instruction, and no official information. All information is provided according to best knowledge. No guarantees for correctness or completeness are given, and no responsibility will be taken in case of damage.







Tuesday, July 11, 2023

AROS Vision "Sunrise" released!

Oh very nice, yet another AROS distro proven alive: amiga-news.de reports that "AROS Vision" got updated

AROS Vision is an m68k based distro created by Olaf Schönweiß. 

Apart from newly added apps "AmiDream" and "AmiTranslate", we do not have a lot of information about this latest release, and the download link on AROS vision's homepage currently points to a file named "aros_2020_Basis_UAE.7z" (2020?) - but an updated AROS distro is good news nontheless. More details can probably expected over the coming days.

Go to AROS Vision homepage for latest info and downloads:

https://www.aros-vision.de

amiga-news.de article:

http://amiga-news.de/en/news/AN-2023-07-00038-EN.html

Tuesday, June 27, 2023

"AROS One" v2.1 released

Well, indeed. It looks like "AROS One" by AMIGASYSTEM is in fact the most active AROS distro these days, with version 2.1 just released. 

As always, it contains tons of fixes and improvements, including new catalogs, updated apps, updated games, new icons and buttons, and more. 

If you want to know all the details, check out the release announcement on AROS Exec (scroll down to reply #7 / June 26, 2023):
https://ae.amigalife.org/index.php?topic=773

"AROS One" 2.1 as seen on https://sites.google.com/view/arosone

Go to "AROS One" website for more information and download:
https://sites.google.com/view/arosone


Additional sources:
http://amiga-news.de/de/news/AN-2023-06-00105-DE.html

Wednesday, December 7, 2022

"AROS One" v1.9 released

"AROS One" by AMIGASYSTEM might currently be the most actively maintained AROS distro.

Version 1.9 of "AROS One" - a ABI v0 based AROS distro for m68k and x86 computers - has been released a couple of days ago. Among the updates are new docs in PDF, AmigaGuide, HTML and doc format, themes and iconsets, a new touchpad driver,  improved file system support - and as always lots of applications and games.

"AROS One" 1.9 as seen on https://sites.google.com/view/arosone

Here's the release thread on EAB with lots of details and q & a:

http://eab.abime.net/showthread.php?t=112616

Go to "AROS One" website for more information, forum links, video links, screenshots, and download:

https://sites.google.com/view/arosone

Additional sources:
https://arosalive.blogspot.com/2021/10/aros-one-v16-released.html
http://amiga-news.de/en/news/AN-2022-12-00012-EN.html

Friday, November 4, 2022

AROS is Amiga: Janus-UAE 2 - alive!

Great news from the emulation side of AROS: Janus-UAE is making further progress with version 2.

Janus-UAE aims to not just emulate an Amiga computer, but also to integrate emulation with AROS as seamless as possible.

AmiBerry developer MiDWaN (Blitterstudio) has picked up development, and is working on updating Janus-UAE 2 to current WinUAE features and use SDL2.

You can find the latest release of Janus-UAE 2 on GitHub:

https://github.com/BlitterStudio/janus-uae

Additional sources:
https://blitterstudio.com

http://amiga-news.de/en/news/AN-2022-11-00033-EN.html

Sunday, October 10, 2021

"AROS One" v1.6 released

AROS is going strong with another update of "AROS One" by AMIGASYSTEM.

"AROS One" is a ABI v0 based AROS distro for m68k and x86 computers. In this new release lots of applications have been updated, new themes and icon sets added, a couple of new games and demos - and pendrive support. You can both download a pendrive-ready image of "AROS One", and create your own ones.

"AROS One" as seen on https://sites.google.com/view/arosone

If you're into the details you might wanna skim over the release thread on EAB with lots of details and q & a:

http://eab.abime.net/showthread.php?t=108451

In any case make sure you go to "AROS One" website for more information, forum links, video links, screenshots, and download:

https://sites.google.com/view/arosone

Additional sources:
https://arosalive.blogspot.com/2019/07/aros-one-v11-released_21.html
http://amiga-news.de/en/news/AN-2021-10-00022-EN.html

amiga-news.de

AROS-Exec