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

* gnu/services/xorg.scm (%default-xorg-modules): Add xf86-video-ati.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
master
8p8c 2016-10-06 00:09:00 +03:00 committed by 宋文武
parent fb7dc6d647
commit 3126fd8820
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 0 deletions

View File

@ -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