mad_ady wrote: ↑Sat Sep 04, 2021 11:27 pm
This is going to be interesting to see...
Pardon my ignorance, but what exactly is chrome os (I know it's a browser-only OS for chromebooks)? In this case it's linux, but what gui is it? Google's? Can you run regular Linux apps? Can you run Android apps?
ChromeOS is exactly what you said, it is made as a browser OS only, first apps could only be installed within the browser but today apps can be installed from the google web store and as I understand and google wrote, they want it to run on as much platforms as possible

I don't think it can run regular Linux apps as it has it's own windowing system Aura, do not ask me how to run Android Apps on it, I don't know, I only have read it should be possible
So it has it's own windowing system and a browser, so the most important things anyone wants to do, you can do with it -> write emails, surf the Internet, Watch on Streaming Platforms like Disney, Netflix, install apps, have your own file manager a.s.o, the fun thing is that this is already compiled in your local chrome browser as of version m87, you only have to start chrome with this flags
./chrome --enable-features=UseOzonePlatform --ozone-platform={x11/wayland}
x11 or wayland, when it comes for DRM/GBM backend like this build has (running from console only distributions) Ozone-GBM uses the GBM API to create buffers. However, it doesn’t use Mesa’s GBM implementation, but ships its own in the form of the minigbm library, you need this library and it has to be modified to run on the N2 !
This GBM version, is able to run without GUI like I said (X11, Wayland) on e.g. NAS systems, Gaming OS with Emulationstation to quickly start the Browser and surf the internet, write emails, watch photos on you NAS, watch Netflix and other streaming services on your Gamestation, install messengers a.s.o
I will look if I can upstream my source code changes too, so that the chrome package from your local Linux distribution will support your platform, but if you want to try it earlier you have to try my build
RG