I'm trying to play an MPEG file using xine (latest from unstable). However I cannot run xine without the -s option (that means: use a shared memory segment instead of the Xv extention for output). As a result I can't run it full screen.
The output of xvinfo is: X-Video Extension version 2.2 screen #0 Adaptor #0: "3dfx Accelerated Video Engine" number of ports: 1 port base: 74 operations supported: PutImage supported visuals: depth 16, visualID 0x23 depth 16, visualID 0x24 depth 16, visualID 0x25 depth 16, visualID 0x26 depth 16, visualID 0x27 depth 16, visualID 0x28 depth 16, visualID 0x29 depth 16, visualID 0x2a depth 16, visualID 0x2b depth 16, visualID 0x2c depth 16, visualID 0x2d depth 16, visualID 0x2e depth 16, visualID 0x2f depth 16, visualID 0x30 depth 16, visualID 0x31 depth 16, visualID 0x32 no port attributes defined maximum XvImage size: 1024 x 0 Number of image formats: 2 id: 0x32315659 (YV12) guid: 59563132-0000-0010-8000-00aa00389b71 bits per pixel: 12 number of planes: 3 type: YUV (planar) id: 0x30323449 (I420) guid: 49343230-0000-0010-8000-00aa00389b71 bits per pixel: 12 number of planes: 3 type: YUV (planar) Note the line `maximum XvImage size: 1024 x 0'. When xine quits it complains about: Hmph - XvShmCreateImage returned a zero size - probably best to try again without Xv I'm using a Voodoo3 with the latest version of XFree 4.0 from unstable. Thanks in advance. Igor