diff options
author | Mark H Weaver <mhw@netris.org> | 2014-12-19 20:55:59 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-12-19 23:28:17 -0500 |
commit | 3fc4eb211e679144a935b1d56b6e1906900e7649 (patch) | |
tree | 1f2aa2f89578b3a89254363114cc1bd6f8a3f58f /gnu/services | |
parent | 7007aeb2876645e2c866a70bfdec60d28910e9ab (diff) | |
download | guix-3fc4eb211e679144a935b1d56b6e1906900e7649.tar guix-3fc4eb211e679144a935b1d56b6e1906900e7649.tar.gz |
gnu: xf86-video-modesetting: Now uses the same libdrm as mesa.
* gnu/packages/xorg.scm (xf86-video-modesetting): Remove a comment stating
that the libdrm used in this driver is incompatible with the one in mesa,
because it is no longer true.
* gnu/services/xorg.scm (xserver.conf): Uncomment 'xf86-video-modesetting'
ModulePath and remove associated comment.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/xorg.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index 27a72e8019..d11def6333 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -90,8 +90,7 @@ Section \"Files\" FontPath \"" font-adobe75dpi "/share/fonts/X11/75dpi\" ModulePath \"" xf86-video-vesa "/lib/xorg/modules/drivers\" ModulePath \"" xf86-video-fbdev "/lib/xorg/modules/drivers\" -# FIXME: Commented out due to libdrm incompatibility. -# ModulePath \"" xf86-video-modesetting "/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\" |