From: Pekka Paalanen <pq-X3B1VOXEql0@public.gmane.org>
To: gabriel muguerza <glmcabra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: nouveau mailinglist
<nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>
Subject: Re: Question about NV18 and GBM library.
Date: Tue, 1 May 2012 11:53:54 +0300 [thread overview]
Message-ID: <20120501115354.78d7fb5c@farn.lan> (raw)
In-Reply-To: <CAJvabWApOKF69nDiAmKRrK0vh_9wK+yFe8+J8huiVWMgLYUmsg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
On Fri, 27 Apr 2012 21:11:35 -0300
gabriel muguerza <glmcabra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On Thu, Apr 26, 2012 at 2:41 PM, Lucas Stach <dev-8ppwABl0HbeELgA04lAiVw@public.gmane.org>
> wrote:
>
> > Am Mittwoch, den 25.04.2012, 12:34 -0300 schrieb gabriel
> > muguerza:
> >
> > > Hi,
> > >
> > > I have a geforce 4mx 440 agp 8x, and I'm trying to use the GBM
> > > library,
> > > (as jbarnes in:
> > > http://virtuousgeek.org/blog/index.php/jbarnes/2011/10/
> > > and David Hermann in KMSCON:
> > > https://github.com/dvdhrm/kmscon), without success.
> > >
> > > when I try to create a gbm_device, I get: (below the code.)
> > >
> > > nouveau_drm_screen_create: unknown chipset nv18
> > > dri_init_screen_helper: failed to create pipe_screen
> > > loaded /usr/lib/gbm/pipe_nouveau.so
> > > nouveau_drm_screen_create: unknown chipset nv18
> > > failed to load driver: nouveau
> > >
> > >
> > > My question is:
> > > Is this not supported by the driver?,
> > > It's a GBM problem? or am I doing something wrong?
> > >
> > Yep, you are right, your GPU is simply too old. GBM is only
> > supported with the nouveau gallium drivers, which start with
> > the nv30 generation. The nouveau_vieux driver for your card
> > does not support GBM.
> >
> > -- Lucas
> >
> >
> Ok, thank you.
> (and nor Wayland works, I guess).
You mean Weston. Weston uses GL ES 2, which relies on shaders and
does not have a fixed-function pipeline. NV18 AFAIK does not have
any shader capability, but only a fixed-function pipeline. This
is another big obstacle.
Wayland could be made to work, but it would need some work:
- writing a Wayland server on fixed-function OpenGL
- writing the infrastructure for using EGL/OpenGL on the
framebuffer offered by DRM
and maybe something else I overlooked.
--
Pekka Paalanen
http://www.iki.fi/pq/
prev parent reply other threads:[~2012-05-01 8:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-25 15:34 Question about NV18 and GBM library gabriel muguerza
[not found] ` <CAJvabWDH8U_H-LaHj1LzZXYdSGb8E+grNUwDeJK+W0KrxKgAqg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-04-26 17:41 ` Lucas Stach
2012-04-28 0:11 ` gabriel muguerza
[not found] ` <CAJvabWApOKF69nDiAmKRrK0vh_9wK+yFe8+J8huiVWMgLYUmsg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-05-01 8:53 ` Pekka Paalanen [this message]
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=20120501115354.78d7fb5c@farn.lan \
--to=pq-x3b1voxeql0@public.gmane.org \
--cc=glmcabra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.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.
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.