thanks for the kind words, but humbly, we're all a fun and fantastic community.
Quick fix to avoid dealing with an editor (note: even "sudo kwrite /etc/adobe/mms.cfg" would do the trick most of the time; I'm not a nano fan myself, really old school "vi" user!!!)
- Code: Select all
sudo echo "EnableLinuxHWVideoDecode=1" >> /etc/adobe/mms.cfg
which works for ATI cards as well.
Note that you can erase/replace a config file such as the mentioned above with a single ">" symbole. a double ">>" simply appends your intended line to the existing config.
To remove all the 'extras' try
- Code: Select all
sudo rm -i /etc/adobe/*
a "y" in answer to the question shall remove a file, a "n" will leave it in place. In this particular question, a "n" following the "remove /etc/adobe/mms.cfg?" would be the correct answer. Good housekeeping habits like
- Code: Select all
sudo mkdir /var/tmp/adobe/* && cp /etc/adobe/* /var/tmp/adobe/
is a good place to start. A full copy of the files (not sub directories) will then exist in /var/tmp/adobe just in case you realize you want to start over.....
Hope that all helps
My own personal rule is, the only bad question is that which you do not ask. We are all part of a community, and I among many others cannot say thankyou enough for all the help I've gotten.
best of luck, and do always ask the question you need help with. That's what the forums are all about, and among the 100+ forums I participate in, Sabayon has some of the most helpful, and respectful members around!!!!
andy