So my girlfriend got fed up with Windows. The constant exploits, viruses, slow degeneration of the registry into an slimy ooze of nebulous information. In fact, her windows machine decided to blue screen on every boot, even in safe mode.
I’m not writing to bitch about windows though. I’m writing because she decided to go with Linux, and the first thing that came to mind for a beginner is Ubuntu. Keep in mind, I’m a slackware guy and generally turn my nose up at such things, but this isn’t for me. Plus I wanted to see what Ubuntu is all about. The install was easy, the configuration was easy, I now have good old XP running in a VirtualBox, etc. Things are going great.
Two problems. First, it’s a bit laggy. Some of the screen savers make it seem like the computer was decrypting an NSA information stream…it’s like watching a slideshow. That’s fine, it’s a fucking screen saver. I just went with a simple one.
Second, flash player in Firefox on Ubuntu 9.04 is fucking slow in full-screen. After beating the forums and google to death, I finally found something that works:
sudo mkdir /etc/adobe sudo echo "OverrideGPUValidation = 1" >> /etc/adobe/mms.cfg
Why does it work? How the f should I know? Ask Adobe. It worked for me and if you’re have problems with flash in fullscreen on Ubuntu, give it a shot. I’ve also noticed that many people suggest disabling hardware acceleration for a performance gain. In order for the above trick to work, you must RE-enable hardware acceleration in flash: right click on any flash video, go to “Settings” and check “Enable Hardware Acceleration.”
VoilĂ .
PS. Try slackware…never had flash problems =D
I just found this and tried it out, it “seems” to work, but who really knows, it’s a black box I can only poke and hope it reacts in a nice way :)
thanks for the tip
Hey dude, thanks. i’ve tried everything to make flash work ok in fullscreen mode (i even reinstalled Ubuntu) but this is the only thing that actually worked. In order to get the second line of the command to work you have to type “sudo su” first. If you don’t, it returns an error.
Again, thanks for the info. It was really helpful.
tomapio, from Santiago, Chile.
Glad to help =]. It was really frustrating for me at first too, until I stumbled on some obscure forum post somewhere, gave it a try, and it worked. Don’t ask me how the person who posted in the forum knew…maybe worked for Adobe?
Andrew
Sorry to be such a frightful n00b, but what do I d with that text?
Alex, run the commands in a terminal/shell.
Thanks for this trick!