Frictional Games Forum (read-only)
[SOLVED] Unable to initialize display - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html)
+---- Forum: Linux - ATDD (https://www.frictionalgames.com/forum/forum-32.html)
+---- Thread: [SOLVED] Unable to initialize display (/thread-4227.html)



[SOLVED] Unable to initialize display - fim - 09-12-2010

I just bought the game yesterday and spend a good part of the day trying to get it to run. The problem was that while the Launcher started just fine, when I tried to run the game I got the following error: "FATAL ERROR: Unable to initialize display"

I've got an amd64 gentoo system with latest nvidia drivers and OpenGL support working just fine. After a lot of searching, it seems that you need to have libsdl installed with opengl support as well. So, after recompiling libsdl with the opengl use flag, the game started just fine.

I guess this problem may be encountered in other distros as well if they have the libsdl package without opengl support (in which case you'd have to compile libsdl manually and enable opengl).

I thought I should post this in case any other users encounter the same problem.