I have looked but no solution to find here...
Log:
-------- THE HPL ENGINE LOG ------------
Creating Engine Modules
--------------------------------------------------------
Creating graphics module
Creating system module
Creating resource module
Creating input module
Creating sound module
Creating physics module
Creating ai module
Creating scene module
--------------------------------------------------------
Initializing Resources Module
--------------------------------------------------------
Creating resource managers
Misc Creation
--------------------------------------------------------
Initializing Graphics Module
--------------------------------------------------------
Init low level graphics
Setting video mode: 800 x 600 - 32 bpp
Init Glee...OK
Setting up OpenGL
Max texture image units: 16
Max texture coord units: 8
Two sided stencil: 1
Vertex Buffer Object: 1
Anisotropic filtering: 1
Max Anisotropic degree: 16
Multisampling: 1
Vertex Program: 1
Fragment Program: 1
NV Register Combiners: 1
NV Register Combiners Stages: 8
ATI Fragment Shader: 0
Creating graphic systems
Creating Renderer2D
Renderer2D created
Creating Renderer3D
Load Renderer3D gpu programs:
Extrude
Diffuse
Fog
Creating fog textures: Solid Additive Alpha
init sky box
Renderer3D created
Creating screen buffers size 800.000000 : 600.000000
Creating programs
RendererPostEffects created
Adding engine materials
--------------------------------------------------------
Initializing Sound Module
--------------------------------------------------------
Initializing OpenAL.
Trying to open audio device... Success!
Device name:
OpenAL Version Supported: 1.0
Number of channels: 32
--------------------------------------------------------
Initializing Game Module
--------------------------------------------------------
Adding engine updates
Initializing script functions
--------------------------------------------------------
User Initialization
--------------------------------------------------------
Trying to load vertex program!
Success!
Output from: ldd penumbrademo.bin
zarilion@zarilion:~/PenumbraEp1Demo$ ldd penumbrademo.bin
linux-gate.so.1 => (0xffffe000)
libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0xb7f25000)
libfltk.so.1.1 => not found
libogg.so.0 => /usr/lib/libogg.so.0 (0xb7f20000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb7ef8000)
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0xb7e69000)
libSDL_ttf-2.0.so.0 => not found
libSDL_image-1.2.so.0 => /usr/lib/libSDL_image-1.2.so.0 (0xb7e4d000)
libopenal.so.0 => not found
libalut.so.0 => not found
libGL.so.1 => /usr/lib/libGL.so.1 (0xb7db9000)
libGLU.so.1 => /usr/lib/libGLU.so.1 (0xb7d39000)
libCg.so => not found
libCgGL.so => not found
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7c4e000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7c27000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7c1b000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7ad9000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7ac2000)
libasound.so.2 => /usr/lib/libasound.so.2 (0xb79fd000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb79f9000)
libdirectfb-0.9.so.25 => /usr/lib/libdirectfb-0.9.so.25 (0xb79a2000)
libfusion-0.9.so.25 => /usr/lib/libfusion-0.9.so.25 (0xb799b000)
libdirect-0.9.so.25 => /usr/lib/libdirect-0.9.so.25 (0xb798c000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7969000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7955000)
libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0xb6fe3000)
libnvidia-tls.so.1 => /usr/lib/tls/libnvidia-tls.so.1 (0xb6fe0000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb6fd2000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb6ee1000)
/lib/ld-linux.so.2 (0xb7f40000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb6ede000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb6ed9000)
Output from: glxifo | less
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
GLX_EXT_texture_from_pixmap, GLX_ARB_multisample, GLX_NV_float_buffer,
GLX_ARB_fbconfig_float
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info,
GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync,
GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float,
GLX_EXT_fbconfig_packed_float, GLX_EXT_texture_from_pixmap,
GLX_EXT_framebuffer_sRGB
GLX version: 1.3
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig,
GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control,
When i start the game the screen goes black and i have to use CTRL+ALT+Backspace to get out of it.
Really want to try this game it would be soo great if someone could help me