search for: xvshmcreateimag

Displaying 6 results from an estimated 6 matches for "xvshmcreateimag".

Did you mean: xvshmcreateimage
2001 Aug 10
1
Can't seem to build wine correctly
Hi, I am having trouble building wine. I can't seem to get libopegl32.so build correctly. Where it comes down to it doesn't link to libGL.*.so. I am 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...
2005 Dec 01
0
[fdo] Programming problems in Dual Head Mode.
...printf("no suitable Xv adaptor found"); > exit(1); > } > if (portNum == -1 ) { > printf("no free Xv adaptor ports found"); > exit(1); > } > CompletionType = XShmGetEventBase(display) + ShmCompletion; > ximage = (XvImage *) XvShmCreateImage(display, portNum, > GUID_MBX1_PLANAR,0, yuv_width, yuv_height, (char *) &shminfo1); > shminfo1.shmid = shmget (IPC_PRIVATE, ximage->data_size, > IPC_CREAT|0777); > shminfo1.shmaddr = ximage->data = shmat (shminfo1.shmid, 0, 0); > shminfo1.readOnly = False...
2005 Dec 05
0
[fdo] Programming problems in Dual Head Mode with Tiny-X.
...printf("no suitable Xv adaptor found"); > exit(1); > } > if (portNum == -1 ) { > printf("no free Xv adaptor ports found"); > exit(1); > } > CompletionType = XShmGetEventBase(display) + ShmCompletion; > ximage = (XvImage *) XvShmCreateImage(display, portNum, > GUID_MBX1_PLANAR,0, yuv_width, yuv_height, (char *) &shminfo1); > shminfo1.shmid = shmget (IPC_PRIVATE, ximage->data_size, > IPC_CREAT|0777); > shminfo1.shmaddr = ximage->data = shmat (shminfo1.shmid, 0, 0); > shminfo1.readOnly = False...
2013 Oct 27
3
[Bug 70931] New: Xv causes player segfaults when 4K is decoded
...m #0.0(eng): Video: h264 (High 4:4:4 Predictive), yuv444p10le, 4096x1744 [PAR 1:1 DAR 256:109], 24 fps, 24 tbr, 1k tbn, 48 tbc (default) When trying to play 4K video with Xv video outputs mpv, mplayer2 and vlc segfault. https://github.com/mpv-player/mpv/issues/320 "the segfault is because the XvShmCreateImage API function returns a smaller image than requested, which, if I read the manpage right, is not allowed." My software: Gentoo Linux amd64 stable, kernel 3.9.9-hardened, mesa-9.1.6, xf86-video-nouveau-1.0.9, libXv-1.0.10, libdrm-2.4.46, xorg-server-1.14.3, libav-9.10 Hardware: 01:00.0 VGA comp...
2003 Dec 25
3
Missing LDSHARED in Makefiles; build problems.
I've been trying to build Wine (20031118) on a G4 PowerBook running OS X 10.3.1. The first problem occurs during configure: checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for XRRSetScreenConfigAndRate in -lXrandr... yes checking for XvShmCreateImage in -lXv... yes configure: error: /usr/X11R6/lib/libGL.a is present on your system. This prevents linking to OpenGL. Delete the file and restart configure. Apparently the presence of the GL static library prevents linking to it... A bit nonsensical, but easily fixed by moving the file somewhere el...
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
...r XShapeQueryExtension in -lXext... yes checking for X11/extensions/xf86dga.h... yes checking for XDGAQueryExtension in -lXxf86dga... yes checking for X11/extensions/xf86vmode.h... yes checking for XF86VidModeQueryExtension in -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...