Page 1 of 1

direct context rendering

Posted: Tue Sep 27, 2005 06:54
by samseed
Ok, sorry to be a nuisance, but I think this will be my last question for awhile. Everything is working, except when running the sample apps using the OpenGL GUI Renderer I get this message:

-- CEGUI Sample Application Framework --
Please select a renderer:
1. OpenGL GUI Renderer.
1
freeglut (SampleApp): Unable to create direct context rendering for window 'Crazy Eddie's GUI Mk-2 - Sample Application'
This may hurt performance.


Well it definitely hurts performance as the samples are running very sloooowwwwwly. Is this because I'm using freeglut?

Re: direct context rendering

Posted: Tue Sep 27, 2005 13:45
by CrazyEddie
Hmmm. Not sure if it's a freeglut issue. Definitely sounds like you're getting software rendering - does other OpenGL stuff run at full speed? If so, it would definitely seem like a freeglut thing.

If I get time tomorrow, I may switch to freeglut and see if I get the same issue ;)

Re: direct context rendering

Posted: Tue Sep 27, 2005 15:15
by samseed
Hmmm... I had run one other opengl program and it looked good so I thought that things were ok. However, I just ran some other examples - tutorials on nehe.gamedev.net - and they are running pretty slow. Well I'll take this question to a standard linux forum, it's not your problem I think. Thanks and sorry!

Just in case though - my graphics card is a MSI G3Ti200-TD w/64 MB of RAM and on Windows those tutorials I mentioned above run perfect. I went to MSI's site and they don't have driver downloads for Linux. My display setting is showing the card as an NVIDIA GeForce 3 (generic) so I would think that would be good.

Re: direct context rendering

Posted: Wed Sep 28, 2005 06:30
by samseed
Ok good news! :D

All I had to do was go to nvidia's site and download their driver and install it. It's a one driver fits all download. A bit of configuration to do, still not working exactly right, but Crazy Eddy's stuff is working beautifully.

Re: direct context rendering

Posted: Wed Sep 28, 2005 08:47
by CrazyEddie
:hammer:

Cool. Now I do not have to install freeglut ;)

CE