Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML 2.0/Ubuntu 12.04  (Read 1972 times)

0 Members and 1 Guest are viewing this topic.

tanmanknex

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Email
SFML 2.0/Ubuntu 12.04
« on: May 06, 2012, 07:15:44 am »
There is something that went seriously wrong when I upgraded to Ubuntu 12.04.  I had a perfectly working installation before the upgrade, but now whenever I try and run my project, it opens up a random looking window.  In the console log it shows this over and over:
nvfx_screen_get_param: 95 -  Warning: unknown PIPE_CAP [number]
with different numbers in place of [number]. 
What's wrong and how can I fix it?  I haven't been able to find anything on it through my usual sources (google, yahoo, etc.).

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML 2.0/Ubuntu 12.04
« Reply #1 on: May 06, 2012, 09:20:06 am »
You can check if it's a driver problem by trying to run other OpenGL apps.
Laurent Gomila - SFML developer

tanmanknex

  • Newbie
  • *
  • Posts: 18
    • View Profile
    • Email
Re: SFML 2.0/Ubuntu 12.04
« Reply #2 on: May 06, 2012, 06:44:12 pm »
It turns out it was an OpenGL problem and installing a new driver fixed it.  I don't know why that didn't cross my mind but I'm glad it crossed yours.  Thank you so much!