I've been asked what's the way to edit the configuration files. Basically it comes down to two issues. First you need to have the rights to edit the file. This is done by using the sudo command from the terminal utility.
That will start the bash command shell as a super user (su).
Now you need to use a editor to change the file, I've used pico (if you use Gentoo, it's very similar to nano, they are forks).
After that modify the file as instructed in previous post.
sudo bash
That will start the bash command shell as a super user (su).
Now you need to use a editor to change the file, I've used pico (if you use Gentoo, it's very similar to nano, they are forks).
pico /System/ Library/ Extensions / ATIRadeonX1000.kext / contents/ info.plist (I'm not sure about caps)
After that modify the file as instructed in previous post.
Comments