Question #78996 on Ubuntu changed: https://answers.launchpad.net/ubuntu/+question/78996
Status: Open => Answered actionparsnip proposed the following answer: You will get garunteed issues if you try more than 1 flash plugin at a time. Ok the games run fine so the graphics driver is no longer an issue (gotta love frets on fire) uninstall all the flsh plugins you have added using: sudo apt-get --purge remove flashplugin-nonfree swfdec-mozilla mozilla- plugin-gnash; sudo apt-get --purge autoremove; sudo apt-get clean Then close all firefoxes and in a terminal run: cd ~; sudo mkdir ~/.mozilla/plugins; wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz; tar zxvf ./install_flash_player_10_linux.tar.gz; rm install_flash_player_10_linux.tar.gz; mv ~/libflashplayer.so ~/.mozilla/plugins restart firefox This will install a 32bit flash to the system. -- You received this question notification because you are a member of UF Unanswered Posts Team, which is an answer contact for Ubuntu. _______________________________________________ Mailing list: https://launchpad.net/~ubuntuforums-unanswered Post to : ubuntuforums-unanswered@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntuforums-unanswered More help : https://help.launchpad.net/ListHelp