So I installed new Ubuntu 9.10 and Irrlicht 1.6, compiled the examples and there is an error. When I look around only textures that are in close proximity to myself (sphere around me) are rendered, those further outside are black.
Example on 02.QuakeMap example (Sry for whole screen but Gimp is not working, damn this new Ubuntu)
Does anybody have the same problem and what is the solution???
Halp brother here please.
Most common problem after a new install is that the hardware drivers are not installed. And it might look somewhat like that if it's using something like Mesa instead.
Do type into the console: glxinfo | grep direct
It should return something like: direct rendering: Yes
If it says no instead then you should install hardware drivers for your graphic card.
CuteAlien wrote:Most common problem after a new install is that the hardware drivers are not installed. And it might look somewhat like that if it's using something like Mesa instead.
Do type into the console: glxinfo | grep direct
It should return something like: direct rendering: Yes
If it says no instead then you should install hardware drivers for your graphic card.
OpenGL 1.4 hints for either an outdated driver, or a very weak onboard gfx card, though. Could be that you're out of luck getting better results with your actual HW. Could you please post the output of one of the other examples (5 or 6 would be good).
hybrid wrote:OpenGL 1.4 hints for either an outdated driver, or a very weak onboard gfx card, though. Could be that you're out of luck getting better results with your actual HW. Could you please post the output of one of the other examples (5 or 6 would be good).
Yea, those examples 5. and 6. are good.
But look at this.