[mythtv] [PATCH] Disable screen aspect ratio detectionwithXinerama active

Matt Zimmerman mdz at debian.org
Sun Dec 21 23:13:35 EST 2003


On Fri, Dec 19, 2003 at 07:06:57PM -0800, Matt Zimmerman wrote:

> mizar:[/tmp] cat test.cc
> #include <X11/extensions/Xinerama.h>
> 
> int main() {
>         XineramaQueryExtension(NULL,NULL,NULL);
>         return 0;
> }
> mizar:[/tmp] gcc -x c++ -o test test.cc -L/usr/X11R6/lib -lXinerama -lX11 -lXext
> /tmp/cci2yPT9.o(.text+0x28): In function `main':
> : undefined reference to `XineramaQueryExtension(_XDisplay*, int*, int*)'
> /tmp/cci2yPT9.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
> collect2: ld returned 1 exit status
> zsh: exit 1     gcc -x c++ -o test test.cc -L/usr/X11R6/lib -lXinerama -lX11 -lXext
> mizar:[/tmp] gcc -x c -o test test.cc -L/usr/X11R6/lib -lXinerama -lX11 -lXext
> mizar:[/tmp] 
> 
> Someone should probably check if this has been fixed in XFree86 4.3.x, which I
> think is in experimental, and if not, there might be a bug report in it.

This is now http://bugs.debian.org/224757

-- 
 - mdz


More information about the mythtv-dev mailing list