Check Archlinux support for your Raspberry Pi 3 GPU driver.
Check Archlinux support for your Raspberry Pi 3 GPU driver.
I've been attempting to set up a Gnu driver on my Raspberry Pi. According to the Xorg wiki, you should identify your card by typing `$ lspci | grep -e VGA -e 3D`. My terminal showed me an error with pcilib: it couldn't access `/proc/bus/pci`. There seems to be no direct fix mentioned, and some users suggest installing a different driver instead. Your note about not having the proper driver for Arch Linux is correct.
You've updated your config.txt with settings for HDMI and display options. The changes include adjusting resolution and hiding black bars. However, you're experiencing flickering while scrolling in the browser despite those adjustments. It might help to verify the correct driver for your current setup.
You already have xf86-video-fbdev set up, so consider adding xf86-video-fbturbo-git. It's likely available on the AUR. If not, you can compile it from source. GitHub link: https://github.com/ssvb/xf86-video-fbturbo Installation details: https://github.com/ssvb/xf86-video-fbtur...stallation These steps are tailored for Debian/Raspbian; adjusting for Arch should involve locating the matching Arch packages.