[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: services: Add modesetting driver to xorg configuration path.
From: |
Andy Wingo |
Subject: |
04/06: gnu: services: Add modesetting driver to xorg configuration path. |
Date: |
Wed, 20 Sep 2017 09:40:43 -0400 (EDT) |
wingo pushed a commit to branch master
in repository guix.
commit 23290064c294a254ffa38ba0b772231087e01c54
Author: Andy Wingo <address@hidden>
Date: Wed Sep 20 15:08:55 2017 +0200
gnu: services: Add modesetting driver to xorg configuration path.
* gnu/services/xorg.scm (xorg-configuration-file): Add drivers path from
xorg-server. This includes the modesetting driver.
Signed-off-by: Andy Wingo <address@hidden>
---
gnu/services/xorg.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 5a8ee6c..6200fa3 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -135,6 +135,7 @@ Section \"Files\"
ModulePath \"" xf86-input-mouse "/lib/xorg/modules/input\"
ModulePath \"" xf86-input-synaptics "/lib/xorg/modules/input\"
ModulePath \"" xorg-server "/lib/xorg/modules\"
+ ModulePath \"" xorg-server "/lib/xorg/modules/drivers\"
ModulePath \"" xorg-server "/lib/xorg/modules/extensions\"
ModulePath \"" xorg-server "/lib/xorg/modules/multimedia\"
EndSection
- branch master updated (7986485 -> 96bc651), Andy Wingo, 2017/09/20
- 04/06: gnu: services: Add modesetting driver to xorg configuration path.,
Andy Wingo <=
- 03/06: gnu: xf86-video-intel: Update to latest Git., Andy Wingo, 2017/09/20
- 02/06: gnu: Add cheese., Andy Wingo, 2017/09/20
- 01/06: gnu: Add gnome-video-effects., Andy Wingo, 2017/09/20
- 05/06: gnu: xorg-server: Prefer intel driver only for older GPUs., Andy Wingo, 2017/09/20
- 06/06: gnu: system: Fix computation of boot parameters for LUKS devices., Andy Wingo, 2017/09/20