Update flatpak readme for DRI override

This commit is contained in:
Mike Dilger 2024-09-27 09:41:19 +12:00
parent 6f40d808a3
commit 8bcfe4b498

View File

@ -3,13 +3,17 @@ Using the flatpak:
1) Install with:
flatpak install --user gossip.0.11.1.flatpak
flatpak install --user gossip.0.11.3.flatpak
2) Run with:
2) Configure with:
flatpak override --user --device=dri com.mikedilger.gossip
3) Run with:
flatpak run com.mikedilger.gossip
3) If you get an eframe/glutin error, switch to the wgpu backend with this command, then
4) If you get an eframe/glutin error, switch to the wgpu backend with this command, then
afterwards you can run it normally as in step (2)
flatpak run com.mikedilger.gossip wgpu_renderer true