* [bug#74778] [PATCH] gnu: linux-libre: Enable simpledrm driver.
@ 2024-12-11 5:49 Homo via Guix-patches via
2024-12-16 9:03 ` [bug#74778] [PATCH v2] " Homo via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Homo via Guix-patches via @ 2024-12-11 5:49 UTC (permalink / raw)
To: 74778; +Cc: Homo
Without it GDM and Wayland don't work on unsupported GPUs.
Change-Id: Id3bf1e890fee527ef8a24243a2f642271877b5c2
---
gnu/packages/linux.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 62d6f0adb9..7d374456bd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -894,6 +894,12 @@ (define (default-extra-linux-options version)
("CONFIG_MEMCG_KMEM" . #t)
("CONFIG_CPUSETS" . #t)
("CONFIG_PROC_PID_CPUSET" . #t)
+ ;; Allow GDM and Wayland on unsupported GPUs.
+ ("CONFIG_DRM" . #t)
+ ("CONFIG_DRM_SIMPLEDRM" . #t)
+ ("CONFIG_SYSFB_SIMPLEFB" . #t)
+ ("CONFIG_FB_EFI" . #f)
+ ("CONFIG_FB_SIMPLE" . #f)
;; Allow disk encryption by default
("CONFIG_DM_CRYPT" . m)
;; Support zram on all kernel configs
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#74778] [PATCH v2] gnu: linux-libre: Enable simpledrm driver.
2024-12-11 5:49 [bug#74778] [PATCH] gnu: linux-libre: Enable simpledrm driver Homo via Guix-patches via
@ 2024-12-16 9:03 ` Homo via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Homo via Guix-patches via @ 2024-12-16 9:03 UTC (permalink / raw)
To: 74778; +Cc: Homo
Without it GDM and Wayland don't work on unsupported GPUs.
Fixes <https://issues.guix.gnu.org/74390>
* gnu/packages/linux.scm (default-extra-linux-options): Enable
CONFIG_DRM, CONFIG_DRM_SIMPLEDRM and CONFIG_SYSFS_SIMPLEFB.
Disable CONFIG_FB_EFI and CONFIG_FB_SIMPLE.
Change-Id: Id4e8d595d56416581e1be5093a224a19cc2d3dfb
---
Changed commit log.
gnu/packages/linux.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0fc2c4428a..67bcc5e6db 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -894,6 +894,12 @@ (define (default-extra-linux-options version)
("CONFIG_MEMCG_KMEM" . #t)
("CONFIG_CPUSETS" . #t)
("CONFIG_PROC_PID_CPUSET" . #t)
+ ;; Allow GDM and Wayland on unsupported GPUs.
+ ("CONFIG_DRM" . #t)
+ ("CONFIG_DRM_SIMPLEDRM" . #t)
+ ("CONFIG_SYSFB_SIMPLEFB" . #t)
+ ("CONFIG_FB_EFI" . #f)
+ ("CONFIG_FB_SIMPLE" . #f)
;; Allow disk encryption by default
("CONFIG_DM_CRYPT" . m)
;; Support zram on all kernel configs
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-16 9:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 5:49 [bug#74778] [PATCH] gnu: linux-libre: Enable simpledrm driver Homo via Guix-patches via
2024-12-16 9:03 ` [bug#74778] [PATCH v2] " Homo via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).