Search found 2 matches

by windseeker
Sun Nov 18, 2012 9:56 am UTC
Forum: Troubleshooting
Topic: everything is pink, Ubuntu 12.10 x64, alpha 9
Replies: 13
Views: 15630

Re: everything is pink, Ubuntu 12.10 x64, alpha 9

building from source fixes the problem for me.

By the way: The linker fails to link rendererGL.so because you forgot to add -pthread to the compile flags. I added it in CMakeLists.txt to CMAKE_C_FLAGS. Dunno if there is a better place to add this, but anyway it made the linker happy.

by windseeker
Tue Nov 06, 2012 10:21 pm UTC
Forum: Troubleshooting
Topic: everything is pink, Ubuntu 12.10 x64, alpha 9
Replies: 13
Views: 15630

Re: everything is pink, Ubuntu 12.10 x64, alpha 9

While I also see the "OpenGL too old" warnings, I don't think it's an GL3 problem in first place. One point is, that my graphics card (Nvidia Geforce 310M) as well as my driver (Nvidia proprietary version 310.14) is GL3 capable. Another point is, that the problem persists, when choosing th...