guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: %default-xorg-modules: Include xf86-video-amdgpu.


From: guix-commits
Subject: 01/01: gnu: %default-xorg-modules: Include xf86-video-amdgpu.
Date: Mon, 28 Jan 2019 05:22:23 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit fd96f94f7d5af4ea89ad8add29827d0f369071cc
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Jan 28 11:19:19 2019 +0100

    gnu: %default-xorg-modules: Include xf86-video-amdgpu.
    
    * gnu/services/xorg.scm (%default-xorg-modules): Include xf86-video-amdgpu.
    Rephrase comment to clarify the priority order.
---
 gnu/services/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 2f91619..d66254c 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -87,11 +87,11 @@
 ;;; Code:
 
 (define %default-xorg-modules
-  ;; Default list of modules loaded by the server.  Note that the order
-  ;; matters since it determines which driver is going to be used when there's
-  ;; a choice.
+  ;; Default list of modules loaded by the server.  When multiple drivers
+  ;; match, the first one in the list is loaded.
   (list xf86-video-vesa
         xf86-video-fbdev
+        xf86-video-amdgpu
         xf86-video-ati
         xf86-video-cirrus
         xf86-video-intel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]