Posts

Showing posts with the label Aros

Tried to install Aros Icaros 2.3 Hostbridge on Linux Mint 20.3 but did not succeed

Image
Sometime in the past I was able to install Icaros Hostbridge on Linux Mint 19.3. Since Linux Mint 20.3 was recently released, and I had installed it on a Dell Latitude laptop, I decided to try the newest version of Icaros 2.3 on it.  My effort was not successful. Icaros is an Aros distribution that is based upon the Amiga 3.1 operating system. I have used AmigaOS in the past, and I wanted to try Aros hosted in modern Linux environment.  I had downloaded Icaros Desktop light as it was the smallest-sized download that could be run hosted in Linux. After downloading Icaros Desktop light, I burned the iso file to a 32GB Sandisk memory stick, and then mounted it in Linux. I set the script to install Icaros on Linux to executable, then ran the install script.  The Linux install script installed additional packages for Linux Mint, and then attempt to install the Icaros files into the ~/IcarosDesktop folder. While copying the files over to the ~/IcarosDesktop folder, this is wher...

AmigaOS 3.x and Icaros 2.2.5 GLUT and MUI program experiments

Image
I recently tested two types of programs on Icaros 2.2.5/Aros. The first was a basic GLUT program while the other was a basic MUI program. GLUT AmigaOS 3.x running simple GLUT program. I tried GLUT as I was looking for a cross platform GUI library that provides basic windowing functions in OpenGL. Although GLUT provides basic window functions, it lacks in gadgets. So I did a further search and found the Agar Library  and the GLUI Library , both of which I will try in the future. So in testing GLUT on Icaros 2.2.5 and on AmigaOS 3.x, I downloaded a small sample program from this website . The sample program is here . I did modify the program and changed the screen resolution to 800 x 600 rather than the default of 1280 x 800. The sample GLUT program ran and operated successfully on AmigaOS 3.x, which was running on WinUAE 3.4.0. When running on Icaros the program ran but it did not draw the line. So unsure as to the cause of this on Icaros as other OpenGL programs ha...