summaryrefslogtreecommitdiff
path: root/gnu/services/xorg.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-02-14 17:45:48 +0100
committerMarius Bakke <mbakke@fastmail.com>2017-02-19 23:29:38 +0100
commitb35f442e623e0ec7db82dc92db2b42f9e26580d2 (patch)
treed557d857c027bbb846cb5101c02d2f72a6789bd0 /gnu/services/xorg.scm
parent4a4fc718d0e4167bdaf9e37ddcc192fcbe185d3e (diff)
downloadguix-patches-b35f442e623e0ec7db82dc92db2b42f9e26580d2.tar
guix-patches-b35f442e623e0ec7db82dc92db2b42f9e26580d2.tar.gz
gnu: Remove xf86-video-modesetting.
This is part of xorg-server since version 1.17: https://cgit.freedesktop.org/xorg/xserver/commit/?id=35dc7c75150733dbcef8a18b6796f49a7c48ebee * gnu/packages/xorg.scm (xf86-video-modesetting): Remove variable. * gnu/services/xorg.scm (xorg-configuration-file, %default-xorg-modules): Adjust accordingly.
Diffstat (limited to 'gnu/services/xorg.scm')
-rw-r--r--gnu/services/xorg.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index ccac677202..5bae8c18e1 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -109,7 +109,6 @@ Section \"Files\"
ModulePath \"" xf86-video-vesa "/lib/xorg/modules/drivers\"
ModulePath \"" xf86-video-fbdev "/lib/xorg/modules/drivers\"
ModulePath \"" xf86-video-ati "/lib/xorg/modules/drivers\"
- ModulePath \"" xf86-video-modesetting "/lib/xorg/modules/drivers\"
ModulePath \"" xf86-video-cirrus "/lib/xorg/modules/drivers\"
ModulePath \"" xf86-video-intel "/lib/xorg/modules/drivers\"
ModulePath \"" xf86-video-mach64 "/lib/xorg/modules/drivers\"
@@ -147,7 +146,6 @@ EndSection
(list xf86-video-vesa
xf86-video-fbdev
xf86-video-ati
- xf86-video-modesetting
xf86-video-cirrus
xf86-video-intel
xf86-video-mach64