GrapheneOS Alright, I might've not been clear the first time, but I managed to get it working. My issue was that I was not sure how I was supposed to launch chromium
while the TTY was unresponsive/completely black.
Either way, I managed to start chromium by running enable_display && chromium --ozone-platform=wayland
in the terminal, then pressed on the monitor. It works well, has touchscreen support because it is on wayland.
randomgosuser I went ahead and made xfce work. Before you do that, make sure you change the droid
user password by running sudo passwd droid
.
I simply did sudo apt install xfce4
and after waiting for some time (it took a bit to install), I did enable_display && startxfce4
then pressed on the monitor icon once again. You won't be able to type in anything with only your phone, so make sure you have a keyboard with bluetooth or usb-C support. Login with user droid
and the password you set and that's it.
Also, if you close the terminal and open it again, do note that you will not start in the terminal anymore, you won't be able to send any commands. You will have to press on the monitor and it will send you to your desktop environment (xfce4). This is normal, you basically configure your OS to launch into graphical mode.
Here are some screenshots:
Image 1
Image 2
Image 3
Image 4
Image 5
I think this is an extremely nice addition to Android and I hope further improvements are done. However, do not be fooled: while on Weston, Chromium ran smoothly, on Xorg, xfce4 had a lot of screen tearing. Hope this is useful for others that want to try.