summaryrefslogtreecommitdiff
path: root/gnu/services/xorg.scm
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2019-01-28 11:19:19 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2019-01-28 11:22:15 +0100
commitfd96f94f7d5af4ea89ad8add29827d0f369071cc (patch)
treef40c1ad7fbba75d12721a08a620804753b248212 /gnu/services/xorg.scm
parent562d13e16a5c6fd9a8666d9e6dfe06289e9b11cd (diff)
downloadguix-patches-fd96f94f7d5af4ea89ad8add29827d0f369071cc.tar
guix-patches-fd96f94f7d5af4ea89ad8add29827d0f369071cc.tar.gz
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.
Diffstat (limited to 'gnu/services/xorg.scm')
-rw-r--r--gnu/services/xorg.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 2f91619219..d66254c03d 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