All of lore.kernel.org
 help / color / mirror / Atom feed
* DRM VIA driver on Unichrome Pro K8M800
       [not found] <fa.f66affe.52avgq@ifi.uio.no>
@ 2005-08-06 19:26 ` Joris van Rantwijk
  2005-08-06 22:20   ` Lee Revell
  2005-08-06 23:48   ` Dave Airlie
  0 siblings, 2 replies; 5+ messages in thread
From: Joris van Rantwijk @ 2005-08-06 19:26 UTC (permalink / raw)
  To: Dave Airlie; +Cc: linux-kernel

Hello David,

I noticed you guided the VIA DRM driver into linux-2.6.13-rc3. Are you
the right person to send questions/problems/patches about this driver?

I am trying to get it to run on my Unichrome Pro K8M800 chipset and
it finally seems to be working (a bit) now.

Thanks,
  Joris van Rantwijk.

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

* Re: DRM VIA driver on Unichrome Pro K8M800
  2005-08-06 19:26 ` DRM VIA driver on Unichrome Pro K8M800 Joris van Rantwijk
@ 2005-08-06 22:20   ` Lee Revell
  2005-08-07  1:03     ` Lee Revell
  2005-08-06 23:48   ` Dave Airlie
  1 sibling, 1 reply; 5+ messages in thread
From: Lee Revell @ 2005-08-06 22:20 UTC (permalink / raw)
  To: Joris van Rantwijk; +Cc: Dave Airlie, linux-kernel

On Sat, 2005-08-06 at 21:26 +0200, Joris van Rantwijk wrote:
> Hello David,
> 
> I noticed you guided the VIA DRM driver into linux-2.6.13-rc3. Are you
> the right person to send questions/problems/patches about this driver?
> 
> I am trying to get it to run on my Unichrome Pro K8M800 chipset and
> it finally seems to be working (a bit) now.

FWIW, this is working great with my CLE266 chipset.

[drm] Initialized drm 1.0.0 20040925
ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[drm] Initialized via 2.6.3 20050523 on minor 0: VIA Technologies, Inc. VT8623 [Apollo CLE266] integrated CastleRock graphics
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode

Lee


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

* Re: DRM VIA driver on Unichrome Pro K8M800
  2005-08-06 19:26 ` DRM VIA driver on Unichrome Pro K8M800 Joris van Rantwijk
  2005-08-06 22:20   ` Lee Revell
@ 2005-08-06 23:48   ` Dave Airlie
  1 sibling, 0 replies; 5+ messages in thread
From: Dave Airlie @ 2005-08-06 23:48 UTC (permalink / raw)
  To: Joris van Rantwijk; +Cc: linux-kernel


>
> I noticed you guided the VIA DRM driver into linux-2.6.13-rc3. Are you
> the right person to send questions/problems/patches about this driver?

Well the best place is probably dri-devel@lists.sf.net where the driver
developers mainly hang out.. I'm mainly doing the donkey work of getting
things from the developers there to the kernel in some semi-organised
fashion.

Dave.

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
Linux kernel - DRI, VAX / pam_smb / ILUG


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

* Re: DRM VIA driver on Unichrome Pro K8M800
  2005-08-06 22:20   ` Lee Revell
@ 2005-08-07  1:03     ` Lee Revell
  2005-08-07  1:10       ` Dave Airlie
  0 siblings, 1 reply; 5+ messages in thread
From: Lee Revell @ 2005-08-07  1:03 UTC (permalink / raw)
  To: Joris van Rantwijk; +Cc: Dave Airlie, linux-kernel

On Sat, 2005-08-06 at 18:20 -0400, Lee Revell wrote:
> On Sat, 2005-08-06 at 21:26 +0200, Joris van Rantwijk wrote:
> > Hello David,
> > 
> > I noticed you guided the VIA DRM driver into linux-2.6.13-rc3. Are you
> > the right person to send questions/problems/patches about this driver?
> > 
> > I am trying to get it to run on my Unichrome Pro K8M800 chipset and
> > it finally seems to be working (a bit) now.
> 
> FWIW, this is working great with my CLE266 chipset.

Actually I take this back.  The xscreensaver demos all work but I tried
ppracer and the course looks OK but Tux is invisible.

Lee


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

* Re: DRM VIA driver on Unichrome Pro K8M800
  2005-08-07  1:03     ` Lee Revell
@ 2005-08-07  1:10       ` Dave Airlie
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Airlie @ 2005-08-07  1:10 UTC (permalink / raw)
  To: Lee Revell; +Cc: Joris van Rantwijk, linux-kernel


> > FWIW, this is working great with my CLE266 chipset.
>
> Actually I take this back.  The xscreensaver demos all work but I tried
> ppracer and the course looks OK but Tux is invisible.

that's a secret feature to get him past closed source drivers ;-)

on the other hand I've no idea what might be wrong.. but my guess would be
the userspace Mesa driver not the DRM.... ask on dri-devel or logs a bug
on bugs.freedesktop.org

Dave.

-- 
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
Linux kernel - DRI, VAX / pam_smb / ILUG


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

end of thread, other threads:[~2005-08-07  1:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.f66affe.52avgq@ifi.uio.no>
2005-08-06 19:26 ` DRM VIA driver on Unichrome Pro K8M800 Joris van Rantwijk
2005-08-06 22:20   ` Lee Revell
2005-08-07  1:03     ` Lee Revell
2005-08-07  1:10       ` Dave Airlie
2005-08-06 23:48   ` Dave Airlie

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.