- Then open a terminal and type
- sudo mkdir /etc/adobe
- sudo su
- sudo echo \"OverrideGPUValidation = 1\" >> /etc/adobe/mms.cfg
- Re-enable hardware acceleration, close Firefox/Chrome
- Restart browser
My log of technical experiments, installations and updates
1. There's no need to run "sudo su" if you're using sudo on all commands anyway.
ReplyDelete2. You should probably not echo the quotation marks literally to the file. It should just be ", not \".