GNU bug report logs - #63128
[PATCH] gnu: mesa: Fix regression breaking some i965 GPUs.

Previous Next

Package: guix-patches;

Reported by: Lilah Tascheter <lilah <at> lunabee.space>

Date: Thu, 27 Apr 2023 19:39:02 UTC

Severity: normal

Tags: patch

Merged with 63237

Done: Simon Streit <simon <at> netpanic.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63128 in the body.
You can then email your comments to 63128 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63128; Package guix-patches. (Thu, 27 Apr 2023 19:39:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Lilah Tascheter <lilah <at> lunabee.space>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 27 Apr 2023 19:39:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Lilah Tascheter <lilah <at> lunabee.space>
To: guix-patches <at> gnu.org
Cc: Lilah Tascheter <lilah <at> lunabee.space>
Subject: [PATCH] gnu: mesa: Fix regression breaking some i965 GPUs.
Date: Thu, 27 Apr 2023 14:37:47 -0500
* 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





Merged 63128 63237. Request was from Jack Hill <jackhill <at> jackhill.us> to control <at> debbugs.gnu.org. (Tue, 02 May 2023 20:29:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 63237 <at> debbugs.gnu.org and Simon Streit <simon <at> netpanic.org> Request was from Simon Streit <simon <at> netpanic.org> to control <at> debbugs.gnu.org. (Mon, 08 May 2023 18:56:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 06 Jun 2023 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 318 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.