Re: [Fresco-devel] demo3D
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.devel |
|---|---|
| Message-ID | <[email protected]> |
sami sieranoja wrote: > Hi! > > see this picture: > http://www.uta.fi/~ss72630/fresco01.jpg > > should there be some kind of cube or something? I didn't even get any > errors. The only output I get is "parent needs redraw...". > > I'm running Debian 3.0 Woody. I started the server with > 'server -R ior -c SDL' for 3D primitives you need to run it with the GLDrawingKit: server -d GLDrawingKit Note that you either need to use it with the GGI console (-c GGI) or you are restricted to run under X, as SDL doesn't implement (yet) the openGL API for its framebuffer backend. > btw. I managed to start Fresco from console (not under X), but how can > I stop it? Is there some kind of key combination? just make sure the desktop has the keyboard focus (click with the mouse on the background to be sure), then hit <esc>. Regards, Stefan