guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: services: xorg: Add ATI video driver to the default modules.


From: ???
Subject: 01/02: services: xorg: Add ATI video driver to the default modules.
Date: Thu, 6 Oct 2016 12:59:34 +0000 (UTC)

iyzsong pushed a commit to branch master
in repository guix.

commit 3126fd8820e8c30e27ef978d66dced8763d04905
Author: 8p8c <address@hidden>
Date:   Thu Oct 6 00:09:00 2016 +0300

    services: xorg: Add ATI video driver to the default modules.
    
    * gnu/services/xorg.scm (%default-xorg-modules): Add xf86-video-ati.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/services/xorg.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index d098d83..ccac677 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -108,6 +108,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\"
+  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\"
@@ -145,6 +146,7 @@ EndSection
 (define %default-xorg-modules
   (list xf86-video-vesa
         xf86-video-fbdev
+        xf86-video-ati
         xf86-video-modesetting
         xf86-video-cirrus
         xf86-video-intel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]