# Title: flash_nvidia_blue # Subject: Flash player with nvidia on linux causes blue people and flash to leak through other apps. # REF: http://www.nvnews.net/vbulletin/showthread.php?t=177380 REF: http://www.nvnews.net/vbulletin/showpost.php?p=2518770&postcount=104 Work around: cat >> /etc/profile.d/fix_flash.sh <<'EOF' export VDPAU_NVIDIA_NO_OVERLAY=1 EOF chmod +x /etc/profile.d/fix_flash.sh echo 'EnableLinuxHWVideoDecode=1' >> /etc/adobe/mms.cfg