Summary: | media-video/mplayer-1.0_rc1_p20070824 crashes xorg-server-1.3.0.0 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Eric Brown <eric.brown> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED UPSTREAM | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Eric Brown
2007-09-13 19:51:34 UTC
I did some testing. Here's a list from mpayer -vo help: Available video output drivers: xv X11/Xv x11 X11 ( XImage/Shm ) xover General X11 driver for overlay capable video output drivers gl X11 (OpenGL) gl2 X11 (OpenGL) - multiple textures version dga DGA ( Direct Graphic Access V2.0 ) sdl SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!) aa AAlib caca libcaca null Null video output mpegpes Mpeg-PES file yuv4mpeg yuv4mpeg output for mjpegtools png PNG file jpeg JPEG file I tried most of the actual playback plugins, and found that the following ones caused X to crash: xv, gl2, dga I haven't checked, but I think xv would have been the default output module. The update might have broken xv. launching gxine causes X server to die as well. Here's are the use flags for both of these packages: [ebuild R ] media-video/gxine-0.5.11 USE="nls -lirc -nsplugin* -xinerama" 0 kB [ebuild R ] media-video/mplayer-1.0_rc1_p20070824 USE="X a52 aac aalib alsa cddb doc dvd encode gtk iconv jpeg libcaca mmx mp3 openal opengl png samba sdl speex sse sse2 truetype unicode v4l vorbis win32codecs x264 xv xvid -3dnow -3dnowext (-altivec) -amrnb -amrwb -arts -bidi -bindist -bl -cdio -cdparanoia -cpudetection -custom-cflags -dga -directfb -dts -dv -dvb -enca -esd -fbcon -ftp -ggi -gif -ipv6 -ivtv -jack -joystick -lirc -live -livecd -lzo -mad -md5sum -mmxext -mp2 -musepack -nas -oss -pnm -pvr -quicktime -radio -rar -real -rtc -srt -ssse3 -svga -teletext -tga -theora -tivo -v4l2 -vidix -xanim -xinerama -xvmc -zoran" VIDEO_CARDS="i810 -mga (-nvidia) -s3virge -tdfx -vesa" 0 kB Did startx to see X error output, saw something like this: Fatal server error: Bad channel value 31 Googled the bad channel error, seemed to be related to the i810 driver (which had been updated from version 1.7.4 to 2.1.0). Masked >x11-drivers/xf86-driver-i810-1.7.4, re-emerged xf86-driver-i810, problem went away. vo's that work now: xv, gl2, dga just gives some error, doesn't crash X. This looks like it's really an upstream issue with xf86-video-i810-2.X. What do we do about that? log a bug on bugs.freedesktop.org for the intel driver and the maintainers will be able to fix. |