First, I tested Mesa
26.2.2-2 from Sid after apt unhold the old Mesa packages but it doesn't work with and without libglamor.
Second test:
I added the following line to /etc/apt/sources.list:
Code: Select all
deb [signed-by=/etc/apt/keyrings/MintPPC32_additional_repository.asc] https://u58733p55594.web0093.zxcs-klant.nl/mesa-26.2 ./
Code: Select all
sudo apt install libgl1-mesa-dri=26.2.1-2 libgbm1=26.2.1-2 mesa-libgallium=26.2.1-2 libegl-mesa0=26.2.1-2 libglx-mesa0=26.2.1-2
Unfortunately, it doesn't work either. Then I tested it with the following xorg.conf with libglamor.
Code: Select all
Section "Device"
Identifier "AMD FirePro V7900 (Cayman PRO GL)"
Driver "radeon"
Option "DRI3" "on"
# Option "NoAccel" "true"
# Option "DRI" "2"
Option "AccelMethod" "glamor"
# Options "EXAPixmaps" "false"
EndSection
Unfortunately glamor doesn't work. (Black screen with a mouse pointer)