LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   No libGL on this box - disabling OpenGL support ! (https://www.linuxquestions.org/questions/linux-games-33/no-libgl-on-this-box-disabling-opengl-support-546234/)

antigod 04-15-2007 11:19 AM

No libGL on this box - disabling OpenGL support !
 
Hey guys, I am having a problem getting WoW to run under Ubuntu Feisty 7.04.

It ran fine under Ubuntu Edgy 6.10.

Quote:

wine /media/hda5/World\ of\ Warcraft/wow.exe -opengl

Xlib: extension "GLX" missing on display ":0.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
Xlib: extension "GLX" missing on display ":0.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling OpenGL support !
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling OpenGL support !
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling OpenGL support !
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling OpenGL support !
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling OpenGL support !
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling OpenGL support !
fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported.
fixme:advapi:SetSecurityInfo stub
fixme:system:SystemParametersInfoW Unimplemented action: 112 (SPI_GETMOUSESPEED)
fixme:powrprof:DllMain (0x7d8b0000, 1, (nil)) not fully implemented
fixme:ntdll:NtPowerInformation Unimplemented NtPowerInformation action: 11
fixme:powrprof:DllMain (0x7d8b0000, 0, (nil)) not fully implemented
fixme:win:EnumDisplayDevicesW ((null),0,0x33edd4,0x00000000), stub!
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
err:d3d:IWineD3DImpl_FillGLCaps GL_Extensions returns NULL
Xlib: extension "GLX" missing on display ":0.0".
err:d3d:IWineD3DImpl_FillGLCaps GLX_Extensions returns NULL
fixme:win:EnumDisplayDevicesW ((null),0,0x33f33c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f5dc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f5dc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f544,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f530,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED)
err:wgl:X11DRV_DescribePixelFormat No libGL on this box - disabling OpenGL support !
err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support !
fixme:win:EnumDisplayDevicesW ((null),0,0x33f544,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f530,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED)
err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support !
fixme:win:EnumDisplayDevicesW ((null),0,0x33f544,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f530,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED)
err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support !
fixme:win:EnumDisplayDevicesW ((null),0,0x33f544,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f530,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED)
err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support !
fixme:win:EnumDisplayDevicesW ((null),0,0x33f544,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f530,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED)
err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support !
fixme:win:EnumDisplayDevicesW ((null),0,0x33f544,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f530,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:system:SystemParametersInfoW Unimplemented action: 113 (SPI_SETMOUSESPEED)
err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support !
I am using nvidia-glx-legacy with the nvidia driver. GLX is enabled in xorg.conf.

Can anyone help?

Zmyrgel 04-16-2007 04:46 AM

Quote:

err:wgl:X11DRV_ChoosePixelFormat No libGL on this box - disabling OpenGL support !
Install libGL package? Could be some other package too which contains libGL. Mesa would be good option. Or the libGL might be on your system but the program can't find it for some reason... Some LIBRARY_PATH issue or something.

fbianconi 04-28-2008 03:36 PM

libGL
 
I'm having the same problem. but libGL.so.1 is there in /usr/lib.
is that an environment variable? I'll try by making it point there. I'll post how did (not) work later.
--edit
I have done this:
$ LIBRARY_PATH=/usr/lib
$ export LIBRARY_PATH
but didn't work

justcallmejim 05-10-2008 03:04 AM

Does glxgears work?

What does glxinfo say?


All times are GMT -5. The time now is 11:09 PM.