search for: glxcreatecontext

Displaying 20 results from an estimated 20 matches for "glxcreatecontext".

2007 Mar 19
1
winecfg won't start and causes errors in xubuntu dapper
...eaa4be8 00000001 7ea9c55c 0x0034ee90: 00000000 7ea9c55c 0034ef18 7ea6419b 0x0034eea0: 7c0681c0 7c06ce60 00000000 00000001 0x0034eeb0: 7c06ca00 00000022 00000054 00000000 0x0034eec0: 0000003f 7c06ce60 0000012c c0000034 0x0034eed0: 00000000 00000000 00040501 00000022 Backtrace: =>1 0x7e8e34ef glXCreateContext+0x1f() in libgl.so.1 (0x0034ee98) 2 0x7ea6419b in winex11 (+0x3419b) (0x0034ef18) 3 0x7ea65d81 X11DRV_setup_opengl_visual+0x2f() in winex11 (0x0034efa8) 4 0x7ea792e8 in winex11 (+0x492e8) (0x0034f0f8) 5 0x7ea89282 in winex11 (+0x59282) (0x0034f118) 6 0x7bc37a95 call_dll_entry_point+0x15()...
2001 Oct 13
2
Wine and OpenGL with NVdia
...configure --prefix=/usr/local --enable-opengl The output of the script is the following: <<<< checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for up-to-date OpenGL version... yes checking for thread-safe OpenGL version... no checking for glXCreateContext in -lGL... no checking for gluLookAt in -lGLU... no >>>> I installed the newest NVidia GLX and kernel drivers. When I run Half-Life it says that the opengl-mode is not supported by my video card. So I think Wine isn't compled with OpenGL. There should be no Mesa-library on my sy...
2001 Aug 10
1
Can't seem to build wine correctly
...m trying to build wine on debian unstable with nvidia stuff. checking for XvShmCreateImage in -lXv... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for up-to-date OpenGL version... yes checking for thread-safe OpenGL version... no checking for glXCreateContext in -lGL... no checking for gluLookAt in -lGLU... no ii xlib6g 4.1.0-2 pseudopackage providing X libraries ii xlib6g-dev 4.1.0-2 pseudopackage providing X library developmen ii xlibmesa-dev 4.1.0-2 XFree86 version of Mesa 3D graphics library ii xlibmesa3...
2007 Mar 19
1
OpenGL support on wine 0.9.21 in Fedora Core 5
...yes checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for XRenderSetPictureTransform in -lXrender... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for GL/glu.h... yes checking for up-to-date OpenGL version... yes checking for glXCreateContext in -lGL... no checking for gluLookAt in -lGLU... no checking for glutMainLoop in -lglut... no I have 3d acceleration, so what's holding wine up? :(
2001 Sep 20
3
Wine and NVIDIA
...it. Here my problem: Output of the configure skript *snipp* checking for GL/gl.h... (cached) yes checking for GL/glx.h... (cached) yes checking for GL/glext.h... (cached) yes checking for up-to-date OpenGL version... (cached) yes checking for thread-safe OpenGL version... (cached) no checking for glXCreateContext in -lGL... (cached) no checking for gluLookAt in -lGLU... (cached) no *snipp* What is wrong? libGL.so and libGLU are in position. libGL.so points to the NVidia-libs. The headerfiles are the correct ones. ldconfig -p says that it got the libraries. So why da heck don't I get hardware accelera...
2013 Nov 09
5
[Bug 71438] New: Application Konqueror crashes when connecting to asus.com
https://bugs.freedesktop.org/show_bug.cgi?id=71438 Priority: medium Bug ID: 71438 Assignee: nouveau at lists.freedesktop.org Summary: Application Konqueror crashes when connecting to asus.com QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All)
2015 Jul 01
8
[Bug 91171] New: Space Rangers 2 (in Wine) shows only black screen
https://bugs.freedesktop.org/show_bug.cgi?id=91171 Bug ID: 91171 Summary: Space Rangers 2 (in Wine) shows only black screen Product: Mesa Version: git Hardware: Other URL: http://www.fileplanet.com/162972/160000/fileinfo/Space -Rangers-2:-Rise-of-the-Dominators-Demo OS: All
2008 Nov 17
6
PWGL, some improvements
Hi, few months ago I started a thread about running PWGL under wine. PWGL is a " free cross-platform visual language based on Common Lisp, CLOS and OpenGL, specialized in computer aided composition and sound synthesis. " http://www2.siba.fi/PWGL/index.html However, because I had to use winetricks to install Microsoft Visual C++ 2005 (it's needed by PWGL), and the many errors that I
2006 Oct 02
2
Re: compiling wine for amd64 on ubuntu dapper 6.06
On Mon, Oct 02, 2006 at 09:18:52AM -0400, Gerald Britton wrote: > configure:9418: checking for glXCreateContext in -lGL > configure:9453: gcc -m32 -o conftest -g -O2 conftest.c -lGL > -L/usr/X11R6/lib -lXext -lX11 -lm >&5 > /usr/bin/ld: skipping incompatible > /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../libGL.so when searching > for -lGL > /usr/bin/ld: skipping incompatible /us...
2007 Jul 04
1
LIBGL_ALWAYS_INDIRECT=1 patch fix - any reason why it's not included?
Hi, I was just struggling with the problem of starting compiz while having to use LIBGL_ALWAYS_INDIRECT environment variable. In our packages we have a patch that means we do not need to set this variable as it searches also the glxServerExtensions. This is not my patch but it is quite well known, so tracking the original author will not be difficult! Here is a link to the patch:
2006 Aug 26
2
Compiling wine on AMD64
...tages: checking for XF86VidModeQueryExtension in -lXxf86vm... no checking for XRenderSetPictureTransform in -lXrender... no checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for GL/glu.h... yes checking for up-to-date OpenGL version... yes checking for glXCreateContext in -lGL... no checking for gluLookAt in -lGLU... yes checking for glutMainLoop in -lglut... no So, am I close? Or should I give up this method and try one of the others? I had one unsuccessful attempt using this: https://help.ubuntu.com/community/WineForAMD64 Like a lot of other people I'm...
2007 Jul 28
1
Fxruby 1.6.11 installation error
...yes checking for png_create_read_struct() in -lpng... yes checking for deflate() in -lz... yes checking for jpeg_mem_init() in -ljpeg... yes checking for TIFFSetErrorHandler() in -ltiff... yes checking for XShmQueryVersion() in -lXext... yes checking for XFindContext() in -lX11... yes checking for glXCreateContext() in -lGL... yes checking for gluNewQuadric() in -lGLU... yes creating Makefile make gcc -I. -I. -I/usr/lib/ruby/1.8/i686-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6 -I/usr/include/fox-1.6 -fPIC -march=i686 -mtune=generic -O2 -pipe -f...
2007 Jul 03
2
wine on centos 5 amd 64 and opengl
I am getting the following link error on centos 5 AMD 64 for opengl. What do I not have installed? I ran ./configure --x-libraries=/usr/lib --libdir=/usr/lib only warnings I got was abour FontForge missing. make depend make THanks, jerry ----------- make[2]: Leaving directory `/home/silentm/wine-0.9.40/dlls/wtsapi32' make[2]: Entering directory
2012 Mar 16
2
Wine has probs with Mount & Blade Warband
..._dri.so (+0x13d192) (0x7c497a10) > 19 0xb60e8715 in nouveau_dri.so (+0x139714) (0x7c497a10) > 20 0xb60e877f in nouveau_dri.so (+0x13977e) (0x7c498380) > 21 0xb6ec76db in libgl.so.1 (+0x406da) (0x7c498380) > 22 0xb6e9ea60 in libgl.so.1 (+0x17a5f) (0x000000ed) > 23 0xb6ea0220 glXCreateContext+0x7f() in libgl.so.1 (0x0440f4c4) > 24 0x7de61a0a in winex11 (+0x31a09) (0x0440f4c4) > 25 0x7de65019 in winex11 (+0x35018) (0x0440f514) > 26 0x7ec0268b wglGetProcAddress+0x6a() in gdi32 (0x0440f564) > 27 0x7e64ca52 in wined3d (+0x5ca51) (0x0440fa04) > 28 0x7e6528a3 in wined...
2008 Apr 13
3
fxruby gem install problem
...yes checking for png_create_read_struct() in -lpng... yes checking for deflate() in -lz... yes checking for jpeg_mem_init() in -ljpeg... yes checking for TIFFSetErrorHandler() in -ltiff... yes checking for XShmQueryVersion() in -lXext... yes checking for XFindContext() in -lX11... yes checking for glXCreateContext() in -lGL... yes checking for gluNewQuadric() in -lGLU... yes creating Makefile make cc -I. -I. -I/usr/lib/ruby/1.8/i486-linux -I. -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.6 -I/usr/include/fox-1.6 -fPIC -fno-strict-aliasing -g -O2 -fPIC -O0...
2017 Jan 13
32
[Bug 99400] New: garbled rending with glamor on G71
https://bugs.freedesktop.org/show_bug.cgi?id=99400 Bug ID: 99400 Summary: [nouveau] garbled rending with glamor on G71 Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
...n -lXxf86vm... yes checking for X11/extensions/Xvlib.h... yes checking for XvShmCreateImage in -lXv... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for up-to-date OpenGL version... yes checking for thread-safe OpenGL version... no checking for glXCreateContext in -lGL... yes checking for glXGetProcAddressARB in -lGL... yes checking for OpenGL extension functions prototypes... yes checking for GL/osmesa.h... yes checking for OSMesaCreateContext in -lGL... no checking for OSMesaCreateContext in -lOSMesa... no checking for glBegin in -lGLU... no checking fo...
2009 Aug 07
0
Wine release 1.1.27
...depths. winex11: Make BRUSH_DitherColor independent of the screen_depth. winex11: Make X11DRV_SetupGCForPatBlt independent of screen_depth. winex11: XRenderComposite can be inaccurate when scaled x / y source coordinates are passed to it. wgl: Fix usage of non-GLX visual in glXCreateContext. winex11: Fix XRender_GetSrcAreaStretch compile bug for when XRender isn't around. opengl32: Add opengl 3.2 extensions. Stefan D?singer (12): wined3d: Don't activate a context unless we need one. wined3d: Set the highest dirty marker after marking shader constants d...
2004 Oct 23
1
Issues with compiling wine
...version configure:8241: gcc -c -g -O2 -I/usr/openwin/include conftest.c >&5 configure:8247: $? = 0 configure:8250: test -z || test ! -s conftest.err configure:8253: $? = 0 configure:8256: test -s conftest.o configure:8259: $? = 0 configure:8272: result: yes configure:8277: checking for glXCreateContext in -lGL configure:8307: gcc -o conftest -g -O2 -I/usr/openwin/include conftest.c -lGL -L/usr/openwin/lib -R/usr/openwin/lib -lXext -lX11 -lm -lsocket -lnsl -lresolv -lsocket -lnsl >&5 configure:8313: $? = 0 configure:8316: test -z || test ! -s conftest.err configure:8319: $? = 0 co...
2006 May 18
2
Problems compiling Wine
...yes checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for XRenderSetPictureTransform in -lXrender... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for GL/glu.h... yes checking for up-to-date OpenGL version... yes checking for glXCreateContext in -lGL... yes checking for gluLookAt in -lGLU... yes checking for glutMainLoop in -lglut... yes checking audio/audiolib.h usability... yes checking audio/audiolib.h presence... yes checking for audio/audiolib.h... yes checking for audio/soundlib.h... yes checking for AuCreateFlow in -laudio... yes...