diff options
author | Alex Kost <alezost@gmail.com> | 2014-11-28 23:49:58 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2014-11-30 09:53:20 +0300 |
commit | 2c37a34cb89e54cfc09984494e985fafa744c9e5 (patch) | |
tree | 43c543358aa961d507a692c7d84ab950bdc7717f | |
parent | f5d9604f27bb7e9efcdbd1f384017b9cd9fe89ff (diff) | |
download | patches-2c37a34cb89e54cfc09984494e985fafa744c9e5.tar patches-2c37a34cb89e54cfc09984494e985fafa744c9e5.tar.gz |
services: xorg: Add 'xf86-video-sis'.
* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Add
ModulePath for 'xf86-video-sis'.
-rw-r--r-- | gnu/services/xorg.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index 5236573a39..c813f0fb1e 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -96,6 +96,7 @@ Section \"Files\" ModulePath \"" xf86-video-intel "/lib/xorg/modules/drivers\" ModulePath \"" xf86-video-mach64 "/lib/xorg/modules/drivers\" ModulePath \"" xf86-video-nv "/lib/xorg/modules/drivers\" + ModulePath \"" xf86-video-sis "/lib/xorg/modules/drivers\" ModulePath \"" xf86-input-keyboard "/lib/xorg/modules/input\" ModulePath \"" xf86-input-mouse "/lib/xorg/modules/input\" ModulePath \"" xf86-input-synaptics "/lib/xorg/modules/input\" |