diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-01-28 11:19:19 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-01-28 11:22:15 +0100 |
commit | fd96f94f7d5af4ea89ad8add29827d0f369071cc (patch) | |
tree | f40c1ad7fbba75d12721a08a620804753b248212 /gnu | |
parent | 562d13e16a5c6fd9a8666d9e6dfe06289e9b11cd (diff) | |
download | patches-fd96f94f7d5af4ea89ad8add29827d0f369071cc.tar 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')
-rw-r--r-- | gnu/services/xorg.scm | 6 |
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 |