Re: [Intel-gfx] funny lines in X applications and /dev/agpgart missing

2010-07-13 Thread Julien Cristau
On Tue, Jul 13, 2010 at 16:29:37 +1000, Huaxin Xu wrote:

 Hi,
 
 My X windows application shows some funny lines after being launched.
 
 Please find kernel .config, Xorg.conf and Xorg.log in the attachments.
 
 Setup: Desktop, motherboard: GA-G41MT-ES2L (with G41 chipset), Monitor
 SAMSUNG, Fedora 8, Intel driver: 2.5.0.
 
 I noticed /dev/agpgart is missing and X complained about drmOpen failed
 and DRI disabled. I am not sure if these behavior are relevant.
 
Support for the G41 chipset was added to intel-agp in 2.6.29.  Use a
slightly less old kernel.

Cheers,
Julien
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH] drm/i915: Typo in (unused) register mask for overlay.

2010-07-13 Thread Chris Wilson
Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
---
 drivers/gpu/drm/i915/intel_overlay.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_overlay.c 
b/drivers/gpu/drm/i915/intel_overlay.c
index 88a9ee8..5ba3b48 100644
--- a/drivers/gpu/drm/i915/intel_overlay.c
+++ b/drivers/gpu/drm/i915/intel_overlay.c
@@ -65,7 +65,7 @@
 #define OCMD_YUV_410_PLANAR(0xe10) /* also 411 */
 #define OCMD_TVSYNCFLIP_PARITY (0x19)
 #define OCMD_TVSYNCFLIP_ENABLE (0x17)
-#define OCMD_BUF_TYPE_MASK (Ox15)
+#define OCMD_BUF_TYPE_MASK (0x15)
 #define OCMD_BUF_TYPE_FRAME(0x05)
 #define OCMD_BUF_TYPE_FIELD(0x15)
 #define OCMD_TEST_MODE (0x14)
-- 
1.7.1

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx


Re: [Intel-gfx] funny lines in X applications and /dev/agpgart missing

2010-07-13 Thread Adam Jackson
On Tue, 2010-07-13 at 10:02 +0100, Julien Cristau wrote:
 On Tue, Jul 13, 2010 at 16:29:37 +1000, Huaxin Xu wrote:
 
  Hi,
  
  My X windows application shows some funny lines after being launched.
  
  Please find kernel .config, Xorg.conf and Xorg.log in the attachments.
  
  Setup: Desktop, motherboard: GA-G41MT-ES2L (with G41 chipset), Monitor
  SAMSUNG, Fedora 8, Intel driver: 2.5.0.
  
  I noticed /dev/agpgart is missing and X complained about drmOpen failed
  and DRI disabled. I am not sure if these behavior are relevant.
  
 Support for the G41 chipset was added to intel-agp in 2.6.29.  Use a
 slightly less old kernel.

G41 support was also added in 2.6.27-stable, and (from quick inspection)
does appear to be included in the final Fedora 9 kernel, which is
kernel-2.6.27.25-78.2.56.fc9.  So if you don't mind using a kernel
that's a year out of date on a distro that's 18 months past End Of Life,
you could try that.

- ajax


signature.asc
Description: This is a digitally signed message part
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx