flash (*.swf)

Kyryll A Mirnenko aka Mirya km at matrix.kiev.ua
Sat Nov 26 14:00:24 GMT 2005


The problem is to watch macromedia flash movie from FreeBSD box. Some wariants 
I've tried:
1) GPL flash - works 50/50, sound is broken
2) Wine + macromedia standalone flash player - mostly works, something wrong 
w/ timing for some movies
3) linuxpluginwrapper + linux-flashplugin6 + (opera|firefox|mozilla) - 
problem (see below)
4) linuxbase + linux-flashplugin7 + linux-(opera|firefox|mozilla) - same 
problem (see below)

For 3 and 4 as far as the browser (any of firefox,mozila,opera for any of 
freebsd,linux-compat) starts the macromedia plugin i'm receiving error 
messages below, firefox&mozilla even coredump after that.
firefox says:

The program 'Gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 114 error_code 8 request_code 72 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Opera continues to run but similar messages are found in terminal:

motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x106, request=0x91, request_minor=0x3, 
resource=0x0
motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x109, request=0x91, request_minor=0x3, 
resource=0x3400016
motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x10c, request=0x91, request_minor=0x3, 
resource=0x3400016
motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x113, request=0x91, request_minor=0x3, 
resource=0x3400016
motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x116, request=0x91, request_minor=0x3, 
resource=0x3400016
motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x119, request=0x91, request_minor=0x3, 
resource=0x3400016
motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x11c, request=0x91, request_minor=0x3, 
resource=0x3400016
motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x11f, request=0x91, request_minor=0x3, 
resource=0x3400016
motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x122, request=0x91, request_minor=0x3, 
resource=0x3400016
motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x125, request=0x91, request_minor=0x3, 
resource=0x3400016
motifwrapper: X Error: BadMatch (invalid parameter attributes)
motifwrapper: X Error: serial=0x128, request=0x91, request_minor=0x3, 
resource=0x3400016

Waiting for someone to help me dealing w/ that.

================================

More about the box:

===== $ X -version =====
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: FreeBSD 6.0 i386 [ELF]
Current Operating System: FreeBSD foobar.local 6.0-RELEASE FreeBSD 6.0-RELEASE 
#2: Wed Nov  2 20:32:27 EET 2005     
root at foobar.local:/usr/src/sys/i386/compile/FOOBAR i386
Build Date: 28 August 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present


===== here comes xorg.conf: =====
Section "Module"
    Load        "dbe"
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
    Load       "glx"
    Load       "dri"
EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF2/"
    FontPath   "/usr/X11R6/lib/X11/fonts/URW-TTF/"
    FontPath   "/usr/local/OpenOffice.org1.1.5/share/fonts/truetype/"
    FontPath   "/usr/X11R6/lib/X11/fonts/koi8-u-gemini/"
    FontPath   "/usr/X11R6/lib/X11/fonts/cyr-rfx-koi8-o/"
    FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/"
    FontPath   "/usr/X11R6/lib/X11/fonts/URW/"
    FontPath   "/usr/X11R6/lib/X11/fonts/dejavu/"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/mozilla/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi-unicode/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/local/share/ghostscript/fonts/"
    FontPath   "/usr/local/share/fonts/"
    FontPath   "/usr/local/share/fonts/amspsfonts/"
    FontPath   "/usr/local/share/fonts/cmpsfonts/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Monitor"

    Identifier  "Primary Monitor"
    HorizSync   30-85
    VertRefresh 50-160
    Option	"dpms"
    DisplaySize	310 230

    vendorname "Samsung"
    modelname "SyncMaster"
EndSection

Section "Device"
    Identifier	"Primary Card"
    VendorName	"Unknown"
    BoardName	"Intel 845"
    Driver     "i810"
    VideoRam	65536
EndSection

Section "InputDevice"
    Identifier "Keyboard"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "us"
    Option "XkbOptions" ""
    driver "keyboard"
EndSection

Section "InputDevice"
    Identifier "Mouse"
    Option "Protocol" "SysMouse"
    Option "Device" "/dev/sysmouse"
    Driver "mouse"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Screen"
    Identifier  "Primary Screen"
    Device      "Primary Card"
    Monitor     "Primary Monitor"
    DefaultDepth 16

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x576" 
"720x480" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" 
"320x200" 
        ViewPort    0 0
	Virtual	    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1152x864" "1024x768" "800x600" "720x576" 
"720x480" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" 
"320x200" 
        ViewPort    0 0
	Virtual     0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "720x576" "720x480" "640x480" 
"640x400" "512x384" "480x300" "400x300" "320x240" "320x200" 
        ViewPort    0 0
	Virtual     0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "i810"
    Screen "Primary Screen"
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
EndSection

===================================
The X is running 16bit, modes 1280x1024 and 1024x768

-- 
Regards, Mirya
ICQ #313898202


More information about the freebsd-questions mailing list