Results 1 to 3 of 3

Thread: Weird OpenGL error

  1. #1
    Join Date
    Jul 2008
    Beans
    1,706

    Weird OpenGL error

    hi, i am learning OpenGl using NeHe's tutorials

    i compiled the Linux tutorial with glut and it ran fine

    but when i tried to compile my own i get:

    Code:
    unknown chip id 0x95c4, can't guess.
    and it doesnt run

    any clue?

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Beans
    2,185
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Weird OpenGL error

    It would maybe help if you posted some more information, for example the source code of the program that produces this error, and where and when exactly you get this error.

    What graphics card do you have, what driver are you using, do desktop effects and other OpenGL programs work properly?
    Ubuntu 12.04

  3. #3
    Join Date
    Apr 2008
    Location
    London, England.
    Beans
    90
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Weird OpenGL error

    Quote Originally Posted by jimi_hendrix View Post
    hi, i am learning OpenGl using NeHe's tutorials

    i compiled the Linux tutorial with glut and it ran fine

    but when i tried to compile my own i get:

    Code:
    unknown chip id 0x95c4, can't guess.
    and it doesnt run

    any clue?
    Make sure you link/include the correct OpenGL library paths!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •