[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2007-03-20 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626 --- Additional Comments From [EMAIL PROTECTED] 2007-03-20 20:34 --- Whoops, scratch that. After a bit of testing, it appears I still get this when using x11-drm and 2.6.18 kernel. I have no idea what's causing this, but I'd love to see i

Re: DRI on solaris

2007-03-20 Thread chaohong guo
Dave Airlie 写道: > > Hi, > Yes it is certainly possible to take the changes into the DRI source > tree, it would need to be ported to the DRM git tree > > http://gitweb.freedesktop.org/?p=mesa/drm.git;a=summary > > and osol-core or solaris-core directory would be needed (unless the > code is close

[Bug 6626] Infrequent system freezes when using OpenGL on ATI radeon driver r100

2007-03-20 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=6626 --- Additional Comments From [EMAIL PROTECTED] 2007-03-20 18:42 --- I've lately been having exactly the same problem, and I'm fairly sure I can pinpoint it to the in-kernel DRM. I'm an Intel (i810 driver) user, so this rules out the ATI

[PATCH 3/3] Added userspace side library of drm modesettings

2007-03-20 Thread Jakob Bornecrantz
Added userspace side library of drm modesettings hmm apperently I forgot to attach a file From 510bcb9d2f875aa856c96985057667da0774f696 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz <[EMAIL PROTECTED]> Date: Tue, 20 Mar 2007 20:15:47 +0100 Subject: [PATCH] Added userspace side library of drm mo

[PATCH 1/3] Added structs and ioctls for modesetting in kernel

2007-03-20 Thread Jakob Bornecrantz
Added structs and ioctls for modesetting in kernel From c34f2024584b3a150bc42a1b9ae532f8246a2e8f Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz <[EMAIL PROTECTED]> Date: Tue, 20 Mar 2007 20:11:39 +0100 Subject: [PATCH] Added structs and ioctls for modesetting in kernel --- shared-core/drm.h |

[PATCH 3/3] Added userspace side library of drm modesettings

2007-03-20 Thread Jakob Bornecrantz
Added userspace side library of drm modesettings - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief

[PATCH 2/3] Added kernel side ioctls of drm modesettings

2007-03-20 Thread Jakob Bornecrantz
Added kernel side ioctls of drm modesettings From ee2bb161b7cb70b935ab626a7877bde40fedbb96 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz <[EMAIL PROTECTED]> Date: Tue, 20 Mar 2007 20:13:40 +0100 Subject: [PATCH] Added kernel side ioctls of drm modesettings --- linux-core/Makefile.kernel |2

[PATCH 0/3] Drm kernel side modesetting

2007-03-20 Thread Jakob Bornecrantz
Hia I have been talkting with Dave Airlie about kernel side modesetting, and I decided that I would see what I could do to help out in the matter. These patches contains what I have manage to do so far. Currently it is only the userspace library and kernel side functions stubs for the ioctls. I'm

Re: DRI on solaris

2007-03-20 Thread Dave Airlie
Hi, Yes it is certainly possible to take the changes into the DRI source tree, it would need to be ported to the DRM git tree http://gitweb.freedesktop.org/?p=mesa/drm.git;a=summary and osol-core or solaris-core directory would be needed (unless the code is close to the BSD or Linux co

DRI on solaris

2007-03-20 Thread chaohong guo
hi, guys, I am an engineer from Sun Microsystems. I am porting DRI to solaris. Up to now, I already enable DRI on some ATI cards with PCI GART, and am working on AGP support for ATI. Besides, Intel IGD could run on solaris months ago. My question, is it possible for open-sourced DRI project to a