View Single Post
 
Old 02-14-2008, 05:34 PM
roisoft's Avatar
roisoft roisoft is offline
 
Join Date: Jan 2008
Location: Spain
Posts: 450
If your device id is "00cd" (not the revision id ok?), add this line "0x00cd10de" to the info.plist and for the permissions open a terminal and type

Code:
sudo -s
(your password)

cd /system/library/extensions

chmod -R 755 * && chown -R root:wheel *

cd ..

rm extensions.mkext 

kextcache -a i386 -e

reboot
boot with -f flag

6600gt I28 AGP 0x00f110de
6600gt 128/256 PCI-e 0x014010de
Reply With Quote