вівторок, 9 червня 2009 р.
Kext manual installation guide
cp OpenHaltRestart.kext /System/Library/Extensions
chmod -R 755 /System/Library/Extensions/OpenHaltRestart.kext
chown -R root:wheel /System/Library/Extensions/OpenHaltrestart.kext
rm -R /System/Library/Extensions.mkext
kextload -k /System/Library/Extensions
пʼятниця, 8 травня 2009 р.
OSX tweaks:
sudo defaults write /Library/Preferences/com.apple.windowserver QuartzGLEnabled -boolean YES
Виключити синхронізацію по частоті оновлення монітора
sudo defaults write /Library/Preferences/com.apple.windowserver Compositor -dict deferredUpdates 0
Виключити Spotlight для диска (terminal):
cd /Volumes/"drive"/
touch .metadata_never_index
or
sudo mdutil -i off /Volumes/"drive"/
sudo mdutil -E /Volumes/"drive"/
вівторок, 20 січня 2009 р.
MacOS X (Leopard) on Dell Inspiron 1300 installation
Software: iDeneb (hackintosh) v1.3 10.5.5 MacOSX Leopard.
The main problems seemed to be the built-in video card (Intel GMA915) and soundcard (SigmaTel).
Some digging gave following workaround (steps to reproduce):
1. Install iDeneb
2. Reboot and use -s option to remain in console and issue commands:# mount -uw /
# touch /var/db/.AppleSetupDone
# cd /System/Library/Extensions/
# mv AppleIntelGMA950.kext /var/
# mv AppleIntelIntelintegratedFramebuffer.kext /var/some-bkup-place/
# reboot
3. Get AppleIntelIntelintegratedFramebuffer.kext and ElliotappleIntelGMA950LegacyEnabler.kext from InsanelyMAC.com
4. Upon reboot launch terminal (under root) and run commands:# cp -R ElliotappleIntelGMA950LegacyEnabler.kext /System/Library/Extensions/
# cp -R AppleIntelIntelintegratedFramebuffer.kext /System/Library/Extensions/
# mv /var/
##note: restore for old backuped AppleIntelIntelintegratedFramebuffer.kext is NOT needed
# rm Extensions.kextcache Extensions.mkext
# reboot
5. Now graphics should work!
6. As for the sound, this page helps: Taruga's patch on InsanelyMac.
Vendor params:
Device Id | 0x266E |
Chip Description | AC '97 Audio Controller/ Sigmatel (SoundMAX Integrated Digital Audio) |
Vendor Id | 0x8086 |
Vendor Name | Intel Corporation |
TODO: And here's a linux' codec dump for SoundCard.