Overlay Problems with Xine
Starting xine with an overlay enabled X-server on nvidia graphics boards can lead to the problem that the xine window appears shortly and then disappears. The following error message can be found in the console when trying to play a dvd:
Dies ist xine (X11 gui) – Ein freier Video-Player v0.99.6.
(c) 2000-2007 Das xine Team.
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00000141
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS’s
libdvdread: Elapsed time 0
No accelerated IMDCT transform found
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 150 (RENDER)
Minor opcode of failed request: 4 (RenderCreatePicture)
Serial number of failed request: 2155
Current serial number in output stream: 2165
Removing the “Overlay” Option from the xorg.conf and restarting the X-server fixes this problem. Yo may also include the line
Option “Overlay” “off”
into your screen section or device section of your xorg.conf.