David Markey Posted February 12, 2023 Posted February 12, 2023 (edited) Hey, Was able to bring up a pretty smooth armbian installation for a lightweight desktop. Tips for others: Underclock Memory for stability cat /etc/rc.local #!/bin/sh echo 1560000000 > /sys/devices/platform/dmc/devfreq/dmc/max_freq For bluetooth blacklist the following modules: blacklist pgdrv blacklist btusb blacklist btrtl blacklist btbcm blacklist btintel NVME boot, use armbian-installer, but I had to manually change the firmware to this one: https://wiki.radxa.com/Rock5/install/spi#Simple_method to get NVME boot to work For GPU acceleration install panfrost. (See rock5b ambian page) To get my widescreen monitor to work I needed to switch to the daily kernel. The best browser experience seems to be the brave arm64 build. One thing that is annoying is the mouse pointer is constantly flickering while using brave. Does anyone know a solution to this? Edited February 12, 2023 by David Markey Add nvme tip 0 Quote
David Markey Posted February 14, 2023 Author Posted February 14, 2023 Switching to Wayland made the cursor flicker dissapear, it also made everything even faster! 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.