diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-14 17:45:48 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-19 23:29:38 +0100 |
commit | b35f442e623e0ec7db82dc92db2b42f9e26580d2 (patch) | |
tree | d557d857c027bbb846cb5101c02d2f72a6789bd0 /gnu/services/xorg.scm | |
parent | 4a4fc718d0e4167bdaf9e37ddcc192fcbe185d3e (diff) | |
download | patches-b35f442e623e0ec7db82dc92db2b42f9e26580d2.tar 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.scm | 2 |
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 |