Re: nspluginwrapper + linux-flashplugin7 broken?

2007-11-15 Thread Richard (Rick) Seay
It seems that flash and the X composite extension don't get along.  I
added the following to my xorg.conf:

Section "Extensions"
Option "Composite" "Disable"
EndSection

Now everything works as before.  Thanks to "Domenick" at bsdforums.org.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: nspluginwrapper + linux-flashplugin7 broken?

2007-11-06 Thread Reid Linnemann
Written by Reid Linnemann on 11/05/07 08:13>>
> Written by Richard (Rick) Seay on 11/04/07 10:02>>
>> After upgrading to xorg-7.3_1, linux-flashplugin-7.0r70 and
>> nspluginwrapper-0.9.91.5 stopped working. I get a blank area on the
>> screen where the flash content should be, and the following error
>> messages:
>>
>> The program 'npviewer.bin' received an X Window System error.
>> This probably reflects a bug in the program.
>> The error was 'BadMatch (invalid parameter attributes)'.
>> (Details: serial 84 error_code 8 request_code 147 minor_code 3)
>> (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.)
>> *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed
>> *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed
>> *** NSPlugin Wrapper *** ERROR: NPP_NewStream() invoke: Connection closed
>> *** NSPlugin Wrapper *** ERROR: NPP_New() invoke: Connection closed
>> ...
>>
>> Anyone else having this problem?
> 
> Yes. What's extremely odd about this error that I've noticed is that if
> I run the firefox client from a linux Xorg display flash works
> perfectly. I am not sure what that means.

I should clarify that - when I run the FreeBSD firefox with wrapped
flashplayer, displaying on a linux Xorg server, I get no errors and
flash works fine.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: nspluginwrapper + linux-flashplugin7 broken?

2007-11-05 Thread Reid Linnemann
Written by Richard (Rick) Seay on 11/04/07 10:02>>
> After upgrading to xorg-7.3_1, linux-flashplugin-7.0r70 and
> nspluginwrapper-0.9.91.5 stopped working. I get a blank area on the
> screen where the flash content should be, and the following error
> messages:
> 
> The program 'npviewer.bin' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'BadMatch (invalid parameter attributes)'.
> (Details: serial 84 error_code 8 request_code 147 minor_code 3)
> (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.)
> *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed
> *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed
> *** NSPlugin Wrapper *** ERROR: NPP_NewStream() invoke: Connection closed
> *** NSPlugin Wrapper *** ERROR: NPP_New() invoke: Connection closed
> ...
> 
> Anyone else having this problem?

Yes. What's extremely odd about this error that I've noticed is that if
I run the firefox client from a linux Xorg display flash works
perfectly. I am not sure what that means.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


nspluginwrapper + linux-flashplugin7 broken?

2007-11-04 Thread Richard (Rick) Seay
After upgrading to xorg-7.3_1, linux-flashplugin-7.0r70 and
nspluginwrapper-0.9.91.5 stopped working. I get a blank area on the
screen where the flash content should be, and the following error
messages:

The program 'npviewer.bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 84 error_code 8 request_code 147 minor_code 3)
(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.)
*** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_SetWindow() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_NewStream() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_New() invoke: Connection closed
...

Anyone else having this problem?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"