|
|
发表于 2007-1-16 22:54:13
|
显示全部楼层
Mozilla (Firefox) crash Issue with Flash
If Mozilla/Firefox crashes whenever you visit some sites with Flash objects and you've enabled the Composite module in xorg.conf, you may use the following as a workaround:
export XLIB_SKIP_ARGB_VISUALS=1
You can either add this line to the startup script for Mozilla/Firefox (/usr/bin/firefox), or export it globally by placing it in a new or existing file in /etc/env.d/
File: /usr/bin/firefox
export MOZILLA_LAUNCHER=firefox-bin
export XLIB_SKIP_ARGB_VISUALS=1
exec /usr/libexec/mozilla-launcher
File: /etc/env.d/09flashfix
XLIB_SKIP_ARGB_VISUALS=1
Be sure to do an env-update and log out and back in if you choose the /etc/env.d/ route. |
|