X11 OpenGL and Wine
X11 OpenGL and Wine
- Subject: X11 OpenGL and Wine
- From: "Ryan Walklin" <email@hidden>
- Date: Sun, 11 Nov 2007 11:52:49 +1300
I've been trying to get Wine up and running under Leopard (Intel) for
a wee while now. I needed to use the LDFLAG workaround (export
LDFLAGS="-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib")
so that the Wine configure script can find libGL.dylib under
/usr/X11/lib, and then set DYLD_FALLBACK_LIBRARY_PATH (export
DYLD_FALLBACK_LIBRARY_PATH="$HOME/lib:/usr/local/lib:/usr/lib:/usr/X11/lib")
so that Wine can find various X11 extensions (XRENDER in particular).
Normal Windows apps that run under linux work fine, however attempting
to run anything requiring OpenGL (Steam for example) fails with the
error:
X Error of failed request: BadValue (integer parameter out of range
for operation)
Major opcode of failed request: 128 (Apple-DRI)
Minor opcode of failed request: 2 ()
Value in failed request: 0x3f
Serial number of failed request: 17
Current serial number in output stream: 17
I don't know whether this is a Wine bug or an X11 bug, (I've also
posted this as bug 10184 over at the Wine bugzilla -
http://bugs.winehq.org/show_bug.cgi?id=10184) but I'd appreciate it if
anyone could shed any light.
Regards,
Ryan Walklin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden