[gnome-software: 11/110] flatpak: Add 'dri' device for GPU access




commit 42d1a41c9ca04fae4c46b2d37fbbf50e4699ca00
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Wed Aug 25 23:38:17 2021 -0300

    flatpak: Add 'dri' device for GPU access
    
    GTK4 renders on the GPU, it needs access to it, otherwise it falls
    back to the cairo renderer which is slow.

 contrib/org.gnome.SoftwareDevel.json | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/contrib/org.gnome.SoftwareDevel.json b/contrib/org.gnome.SoftwareDevel.json
index 2c39b1612..4aa0c97c2 100644
--- a/contrib/org.gnome.SoftwareDevel.json
+++ b/contrib/org.gnome.SoftwareDevel.json
@@ -10,6 +10,7 @@
         "nightly"
     ],
     "finish-args": [
+        "--device=dri",
         "--share=ipc",
         "--socket=x11",
         "--socket=wayland",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]