I'm quite new to this whole Linux thing and am desperate to finally dump my windows partition
I am currently running an AMD 64 3000+ with 512MB RAM, an ATI Radeon 9600 AP (AGP card)
Everything is working quite happily, but.. I want to play Half-Life. I have installed wine 0.9.23 and this works a treat for some of my applications, but as soon as I try running anything that might use DirectX or OpenGL it decides it can't be bothered. This is the main error code that keeps recurring
CODE
err:module:load_builtin_dll failed to load .so lib for builtin L"wined3d.dll": libGLU.so.1: cannot open shared object file: No such file or directory
err:ddraw:DDRAW_Create Couldn't load WineD3D - OpenGL libs not present?
err:ddraw:DDRAW_Create Couldn't load WineD3D - OpenGL libs not present?
I have installed ATI proprietry driver from PLF and have run glxgears and this works fine at about 500FPS
I have libGLU somewhere..
CODE
[andy@localhost ~]$ locate libGLU.so.1
/usr/X11R6/lib64/libGLU.so.1.3.502
/usr/X11R6/lib64/libGLU.so.1
[andy@localhost ~]$
/usr/X11R6/lib64/libGLU.so.1.3.502
/usr/X11R6/lib64/libGLU.so.1
[andy@localhost ~]$
Having looked extensivly on the web I get the overall feeling 64bit versions of wine are not working great, (there's a whole section at winehq about building 64bit wine on lots of distros, but no section for Mandriva
Has anyone got Half-life (or any other openGL game) running on their 64 bit version of Wine with an ATI graphics card, or am I just biting off more than I can chew?