以备份nVidia显卡驱动为例:
1.备份(在终端中操作如下):
sudo -s
(然后是你的密码)
cd /System/Library/Extensions
cp -R NV* ~/Desktop/
cp -R Ge* ~/Desktop/
cp /mach_kernel ~/Desktop/
2.安装10.5.3的Update
3.如果发现驱动有问题,还原驱动:
sudo -s
(然后是你的密码)
cp -R ~/Desktop/NV* /System/Library/Extensions/
cp -R ~/Desktop/Ge* /System/Library/Extensions/
chown -R root:wheel /System/Library/Extensions/*
chmod -R 755 /System/Library/Extensions/*
reboot