guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH]Add ati support to xorg configuration.


From: Marius Bakke
Subject: Re: [PATCH]Add ati support to xorg configuration.
Date: Thu, 06 Oct 2016 13:29:22 +0100

Dmitry Nikolaev <address@hidden> writes:

> Hi. Without this patch I couldn't run X on my Radeon card.

Thanks! This looks good to me, but please add a commit message that
follows our conventions. Check "git log --grep service" for examples.

> Dmitry Nikolaev
> From 25f8f50e1bd6efaee0008283ca1de8b1fe951d7e Mon Sep 17 00:00:00 2001
> From: 8p8c <address@hidden>
> Date: Thu, 6 Oct 2016 00:09:00 +0300
> Subject: [PATCH] Add Ati drivers to xorg configuration
>
> ---
>  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
> -- 
> 2.10.0



reply via email to

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