From: Marius Bakke <mbakke@fastmail.com>
To: Dmitry Nikolaev <cameltheman@gmail.com>, guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH]Add ati support to xorg configuration.
Date: Thu, 06 Oct 2016 13:29:22 +0100 [thread overview]
Message-ID: <87pondwti5.fsf@guixsd.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <CAH3JXcGjTtdxemRep8jfqQfxmR+wnMQGbgzEFc10TFetp7ut2Q@mail.gmail.com>
Dmitry Nikolaev <cameltheman@gmail.com> 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 <cameltheman@gmail.com>
> 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
next prev parent reply other threads:[~2016-10-06 12:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-05 21:16 [PATCH]Add ati support to xorg configuration Dmitry Nikolaev
2016-10-06 12:29 ` Marius Bakke [this message]
2016-10-06 13:00 ` 宋文武
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pondwti5.fsf@guixsd.i-did-not-set--mail-host-address--so-tickle-me \
--to=mbakke@fastmail.com \
--cc=cameltheman@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.