[PATCH] gnu: mesa: Fix regression breaking some i965 GPUs.

  • Done
  • quality assurance status badge
Details
3 participants
  • Jack Hill
  • Lilah Tascheter
  • Simon Streit
Owner
unassigned
Submitted by
Lilah Tascheter
Severity
normal
Merged with
L
L
Lilah Tascheter wrote on 27 Apr 2023 21:37
(address . guix-patches@gnu.org)(name . Lilah Tascheter)(address . lilah@lunabee.space)
c3b62c560d94d75206304a56e145a57551401c98.1682623853.git.lilah@lunabee.space
* 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(-)

Toggle diff (17 lines)
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
J
J
Jack Hill wrote on 2 May 2023 22:28
Missing crocus driver duplicate
(address . control@debbugs.gnu.org)
alpine.DEB.2.21.2305021627310.331@marsh.hcoop.net
reassign 63237 guix-patches
merge 63237 63128

Thanks
S
S
Simon Streit wrote on 8 May 2023 20:55
control message for bug #63237
(address . control@debbugs.gnu.org)
ygupm7aejql.fsf@netpanic.org
close 63237
quit
?