Linux and OpengGL

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
yochenhsieh
Newbie
Newbie
Posts: 3
Joined: Wed May 07, 2008 7:25 am

Re: MacOSX and OpengGL

Post by yochenhsieh »

Micha³ Majchrowicz wrote:I have leopard
X -version
TransformProcessType: Success
X11.app starting:
X.org Release 7.2
X.Org Xquartz X Server 1.3.0-apple5
Build Date: 20080109
but unfortunatelly this doesn't
Okay wine compiles fine with OpenGL support. But I am unable to make wine work.
I get a lot of this when I run Direct3D/OpenGL app trough wine:
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling
OpenGL support !§
Hello,
This is interesting. I'm using Linux and I have same error messages as you have in Mac. Please see
http://bugs.winehq.org/show_bug.cgi?id=12981
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: MacOSX and OpengGL

Post by vitamin »

yochenhsieh wrote:
Micha³ Majchrowicz wrote:I have leopard
X -version
TransformProcessType: Success
X11.app starting:
X.org Release 7.2
X.Org Xquartz X Server 1.3.0-apple5
Build Date: 20080109
but unfortunatelly this doesn't
Okay wine compiles fine with OpenGL support. But I am unable to make wine work.
I get a lot of this when I run Direct3D/OpenGL app trough wine:
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling
OpenGL support !§
Hello,
This is interesting. I'm using Linux and I have same error messages as you have in Mac. Please see
http://bugs.winehq.org/show_bug.cgi?id=12981
Is your system 32-bit or 64-bit?
yochenhsieh
Newbie
Newbie
Posts: 3
Joined: Wed May 07, 2008 7:25 am

Post by yochenhsieh »

32bit.

Native Linux games work fine, and Cedega can also run windows games. But wine just doesn't work with OpenGL since 0.9.24.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

yochenhsieh wrote:32bit.

Native Linux games work fine, and Cedega can also run windows games. But wine just doesn't work with OpenGL since 0.9.24.
What 'glxinfo | grep version' say? What video card? What drivers?
yochenhsieh
Newbie
Newbie
Posts: 3
Joined: Wed May 07, 2008 7:25 am

Post by yochenhsieh »

Code: Select all

[user@localhost ~]$ glxinfo | grep version
Loading required GL library /usr/lib/libGL.so.1
server glx version string: 1.2
client glx version string: 1.3
OpenGL version string: 2.0.6334 (8.34.8)
glu version: 1.3
[user@localhost ~]$ fglrxinfo
Loading required GL library /usr/lib/libGL.so.1
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9700
OpenGL version string: 2.0.6334 (8.34.8)

Locked