Hello guys.
This is my first time with SFML, I've installed the 2.2 version from the pre-compiled SDK and configured Eclipse for using it. My specs are:
- Linux Ubuntu (Gnome Version) 64bits, Kernel 3.16
- GCC 4.9.1
- Eclipse Luna
- Intel Core i7-4510U
What happens is that, whenever I try to run it, the window appears, with the correct dimensions, but the content is random. In a few times (usually the first time I compile it after a reboot), the image is drawn. But almost always what happens is that the window is filled with a sort of screenshot of the app running right under it. In other words, it's not rendering properly
I tried this with the simple hello world with green circle, and also with more complex stuff, like loading a texture. I suppose it is something related to my graphics card driver, but I'm not sure because I have projects on OpenGL rendering without problems.
Any tip for what should I do?
Sry for any english mistakes.