error message in linux..
I could compile Nehe tutorial lesson2. and command ./lesson2
there is error message like that..
GLUT:Fatal Error in lesson2:visual with necessary capabilities not found.
I`m using RADEON 7000 & RedHat8.0 and I installed EVERYTHING! .please help me!
I''m guessing that GLX doesn''t like what type of window you''re asking GLUT to give you. My guesses as to what could be causing this for you are:
Do any OpenGL programs run? Do any GLUT-using OpenGL programs run? Try running ''glxinfo'' in a terminal, and scanning the output for anything useful.

- You want too big of a window (unlikely).
- You want a bitdepth that X isn''t configured to allow (maybe).
- Your video drivers aren''t fully and/or correctly setup (maybe, I have no idea how much RedHat sets up, but I do know that your card is supported).
- A bug in GLUT (unlikely).
Do any OpenGL programs run? Do any GLUT-using OpenGL programs run? Try running ''glxinfo'' in a terminal, and scanning the output for anything useful.

March 17, 2003 09:41 AM
thank you for answering..but I can run other OpenGL sample
program comes from "OpenGL-A Promer- Edward Angel". I dont know
why only Nehe tutorial OpenGl doesnt work ar my computer.
program comes from "OpenGL-A Promer- Edward Angel". I dont know
why only Nehe tutorial OpenGl doesnt work ar my computer.
March 17, 2003 03:50 PM
I believe the most likely problem is the alpha buffer. If I recall, most of the linux ports try to use a GLUT_ALPHA or something like this in the glutInitDisplayMode function. Just get rid of the alpha (you don''t need it, anyway) and it will probably work fine.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement