all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63128] [PATCH] gnu: mesa: Fix regression breaking some i965 GPUs.
@ 2023-04-27 19:37 Lilah Tascheter via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Lilah Tascheter via Guix-patches via @ 2023-04-27 19:37 UTC (permalink / raw)
  To: 63128; +Cc: Lilah Tascheter

* gnu/packages/gl.scm (mesa)[configure-flags]: Build crocus
  gallium-driver on amd64.
---

The core-updates merge removed the old graphics driver for my laptop without
enabling the gallium driver (crocus), so I can't even open sway.

 gnu/packages/gl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 3a63d70c7a..4006e4efbd 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -327,7 +327,7 @@ (define-public mesa
              ((or "powerpc64le-linux" "powerpc-linux" "riscv64-linux")
               '("-Dgallium-drivers=nouveau,r300,r600,radeonsi,swrast,virgl"))
              (_
-              '("-Dgallium-drivers=iris,nouveau,r300,r600,radeonsi,\
+              '("-Dgallium-drivers=crocus,iris,nouveau,r300,r600,radeonsi,\
 svga,swrast,virgl")))
          ;; Enable various optional features.  TODO: opencl requires libclc,
          ;; omx requires libomxil-bellagio

base-commit: d59b4764f3171b1430a6d3b954659b8aab730475
-- 
2.39.2





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-27 19:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-27 19:37 [bug#63128] [PATCH] gnu: mesa: Fix regression breaking some i965 GPUs Lilah Tascheter via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.