Flash plugin with opera or linux-opera on 7.0-Release

John E Hein jhein at timing.com
Wed Mar 5 18:46:52 UTC 2008


Oliver Fromme wrote at 18:38 +0100 on Mar  5, 2008:
 > OK, it seems to work now.  I don't know what exactly made
 > it working, though ...  I changed the xorg video driver
 > (replaced "i810" with "intel"), changed a few things in
 > the configuration, bit depth is now 32 (I think it was
 > 16 before).  Now the xorg error message is gone, and the
 > flash apps are displayed fine in linux-opera.

The 16 bit depth (in combination with other things... see URLs below)
was the culprit for your BadMatch errors.

Here are some comments I left in my xorg.conf after updating to 7.2

        # With DefaultDepth 16 & the Composite extension, mozilla based (gtk?)
        # apps running the flash plugin get BadMatch X errors with the Intel
        # internal card (and with the Radeon if not using the xtrap extension).
        #
        # Using depth of 24 works around this problem.  Apparently it's a problem
        # with the application picking different visuals.  You can force some
        # apps to disable use of composite visuals to also work around this.
        # example: env XLIB_SKIP_ARGB_VISUALS=1 xdpyinfo
        #
        # https://bugs.launchpad.net/firefox/+bug/63570
        # http://lists.freedesktop.org/archives/xorg/2004-August/002773.html
        # http://en.wikipedia.org/wiki/RGBA_color_space
        # http://www.bsdforums.org/forums/showthread.php?p=283342&posted=1#post283342


This has nothing to do with linux emulation, of course.  Any flash issues
you have are separate issues.


More information about the freebsd-emulation mailing list