Hi,
I have problem running SFML apps on linux as an ordinary user. Compiling is ok. When i start app, this error appears:
Failed to find a suitable pixel format for the window -- cannot create OpenGL context
...and then Segmentation fault
When I start it as root everything works without problems.
I did try all examples from SFML SDK and all behave in the same way. I'm completely lost. Where the problem may be?