
Originally Posted by
mgc8
This was a nice article, with some interesting information being presented. However, I almost fell out of my chair when I read this:
Come again?! In order to preserve the settings you made in a simple text file you pull the plug on the computer? Are you for real? I would expect this to be written by some newbie on a forum, not to read something like this in an article on what is one of the (few, unfortunately) serious Linux sites!
Not only do you advise people to do this, you actually seem to do it yourselves... Priceless.
Now, in case someone else is reading and wants to give it a try: please do NOT follow the advice presented in the quote above! Doing so may seem harmless, but it would be like someone kicking you while running: sure, you may just loose your foot and stumble or you may get bruised or, if unlucky enough, you may even brake something. The same happens to the computer: it may be completely harmless, or you may loose the latest edit to a config file (talk about self-defeating advice) or you may loose some important data... you never know -- that's why the reset button should only be used when the computer freezes as a last resort.
Besides, there's a lot of different ways you can accomplish the same goal without resorting to extreme measures:
1. Ctrl-Alt-F1, log in, type "/etc/init.d/{k|g|x}dm stop" -- basically shut down X.Org from the console. You are then free to use vi/mcedit/joe/whatever to edit the file and when you're done start X.Org again by "/etc/init.d/{k|g|x}dm start"
2. If you need to keep the settings through reboots, simply edit the file (even under X) but save it with a different name, say "/etc/ati/myconf", then add a short line to "/etc/rc.local" that says "cp /etc/ati/myconf /etc/ati/amdpcsdb" and that will run each time the computer boots.
These are just some examples I came up with on a whim, there are a lot of ways to achieve this... "hitting the restart button" is NOT one of them!
Note to the editor: please do not take this personally, I really appreciate the site and all the work that goes into it. I just can't stand by when things like this get posted publicly!