all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH]Add ati support to xorg configuration.
@ 2016-10-05 21:16 Dmitry Nikolaev
  2016-10-06 12:29 ` Marius Bakke
  2016-10-06 13:00 ` 宋文武
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Nikolaev @ 2016-10-05 21:16 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 76 bytes --]

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

Dmitry Nikolaev

[-- Attachment #1.2: Type: text/html, Size: 122 bytes --]

[-- Attachment #2: 0001-Add-Ati-drivers-to-xorg-configuration.patch --]
[-- Type: text/x-patch, Size: 1130 bytes --]

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH]Add ati support to xorg configuration.
  2016-10-05 21:16 [PATCH]Add ati support to xorg configuration Dmitry Nikolaev
@ 2016-10-06 12:29 ` Marius Bakke
  2016-10-06 13:00 ` 宋文武
  1 sibling, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2016-10-06 12:29 UTC (permalink / raw)
  To: Dmitry Nikolaev, guix-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH]Add ati support to xorg configuration.
  2016-10-05 21:16 [PATCH]Add ati support to xorg configuration Dmitry Nikolaev
  2016-10-06 12:29 ` Marius Bakke
@ 2016-10-06 13:00 ` 宋文武
  1 sibling, 0 replies; 3+ messages in thread
From: 宋文武 @ 2016-10-06 13:00 UTC (permalink / raw)
  To: Dmitry Nikolaev; +Cc: guix-devel

Dmitry Nikolaev <cameltheman@gmail.com> writes:

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

Applied, thanks!

Just curious, does it work for you without firmwares?

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-06 13:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-05 21:16 [PATCH]Add ati support to xorg configuration Dmitry Nikolaev
2016-10-06 12:29 ` Marius Bakke
2016-10-06 13:00 ` 宋文武

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.