F5F Stay Refreshed Software Operating Systems Check Archlinux support for your Raspberry Pi 3 GPU driver.

Check Archlinux support for your Raspberry Pi 3 GPU driver.

Check Archlinux support for your Raspberry Pi 3 GPU driver.

E
128
03-04-2022, 11:54 PM
#1
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.
E
EnderPearl5678
03-04-2022, 11:54 PM #1

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.

D
Dj_104
Member
202
03-07-2022, 01:53 PM
#2
It seems the screen shows a driver installation but the display remains at 640x480.
D
Dj_104
03-07-2022, 01:53 PM #2

It seems the screen shows a driver installation but the display remains at 640x480.

B
Bombartia
Senior Member
430
03-07-2022, 08:23 PM
#3
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.
B
Bombartia
03-07-2022, 08:23 PM #3

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.

A
AyeItzDan
Junior Member
6
03-08-2022, 03:33 AM
#4
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.
A
AyeItzDan
03-08-2022, 03:33 AM #4

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.

N
notx
Junior Member
13
03-09-2022, 01:58 AM
#5
I'll attempt it tomorrow and get back to you! Thanks!
N
notx
03-09-2022, 01:58 AM #5

I'll attempt it tomorrow and get back to you! Thanks!