os x

You are currently browsing the archive for the os x category.

If you have an old G4 sitting around that’s at the 800mhz mark, you probably should try installing Leopard, because most people agree it actually runs FASTER than Mac OS X 10.4 Tiger. Weird, huh? I guess they’ve optimized the code pretty well.
However, when you try to install the operating system, you are warned that Leopard cannot be installed on your G4. There are a few reasons for this:
1) Leopard requires 512MB of RAM – you have RAM, right?
2) Leopard requires over 867mhz processor

We can fix number 1 by simply getting more RAM. I find Craigslist to be of great use here. Number two is a bit more difficult as G4 processor upgrades are ridiculously expensive once you consider the cost of a Mac Mini, and also requires a bit of tech savvy under the hood as you’d be swapping CPUs.
Not to worry, though. Here’s a way to convince OpenFirmware that your CPU is 867mhz, and allow the installer to boot, install, and get you off and running:
Boot into Open Firmware, I have covered this extensively here:
Once in OpenFirmware, issue the following commands (for single CPU):
dev /cpus/PowerPC,G4@0
d# 867000000 encode-int " clock-frequency" property
boot cd:,\\:tbxi

For dual CPU:
dev /cpus/PowerPC,G4@0
d# 867000000 encode-int " clock-frequency" property
dev /cpus/PowerPC,G4@1
d# 867000000 encode-int " clock-frequency" property
boot cd:,\\:tbxi

Note that all we are doing is over-writing the CPU clock-frequency (speed) property for each CPU installed, at boot time.
Also, if you need to boot another device, try:
printenv boot-device
This will return a list of boot devices to use when booting the installer. I used this in order to boot a Firewire device that had had a disc image (DMG) restored to it, making things a bit easy and faster.

Good luck!

I hear this a lot, and I myself have also gone looking for it…

So without  further ado, here is the script that will install kext files for you – be warned – you’ll need to know how to get the kext file in the first place, as well as the filename.

Easy right?

Let’s get started.

Open the Terminal application by going to Applications / Utilities / Terminal.app – you will see it in the Utilities folder – it looks like a command prompt.

Once terminal has launched, type in the following command:

sudo -s

Enter the root or first user password that you inputted during the setup process.

This tells it to run any other commands after this one as the root or superuser account, allowing you to edit files you normally would not have permission to edit.

Here’s an example using IOATAFamily.kext, a popular ATA driver. You’ll want to replace this by your own driver name. Also, you’ll want to make sure the file is unzipped, and sitting on your desktop. Oh one more thing, you’ll want to edit YOURUSERNAME with… your username :)

mv /Users/(YOUR USERNAME)/Desktop/IOATAFamily.kext /System/Library/Extensions
chmod -R 755 /System/Library/Extensions/IOATAFamily.kext
sudo chown -R root:wheel /System/Library/Extensions/IOATAFamily.kext
cd /System/Library/Extensions
rm -rf Extensions.mkext
rm -rf Extensions.kextcache

Hope that helps!

Many people find that they simply don’t have enough screen real estate on their MacBooks, and prefer to use application launchers such as Apple’s own Spotlight, or the third party applications QuickSilver and launchbar.

There are two ways to remove the Dock from OS X tiger – one easy, the other a more manual approach.

We’ll start with the hard one, since it’s better to understand what’s going on behind the scenes. If this simply doesn’t interest you and you’d rather move on – rest assured that scripting the hard part is just as safe, and works in a similar manner.

On to the hard part:

  • The first step is to move the dock from /System/Library/CoreServices so that it won’t be launched on startup as it is normally. This is a bit hackish, but I’ve yet to get anything else working properly.
  • Since the dock will no longer be called at startup as it is missing from the usual cave it hides out in, we’ll need to make the Dock start up from it’s new location when we log in. This can easily be accomplished by dragging Dock.app from its new hiding place to your startup items (found in the “accounts” system preference pane).
  • Since the idea here is to get rid of the Dock, we’ll need to close it after it is run on login. The easiest way to do this is to make an Applescript that terminates the dock for you, and have it run just after the Dock is launched on startup. This allows the Dock to start, get it’s act in gear, then disappear.
  • Now you can proceed with your normal modus operandi and utilize QuickSilver or whatever other application launcher that you prefer to use instead of the Dock.

The easier way to do all of this is to leverage a piece of software written by No Name Scriptware called Dock Death. Dock Death is an AppleScript that performs the same task we outlined above, and also gives you a back out strategy in case you really need to get the Dock back.

Both of these solutions will effectively disable Expose since it a Dock process. If you can’t live without Expose, you may want to try using the freeware Onyx, which allows you to move the Dock to the top of the screen and hide it, effectively eliminating it from view. Though this is a bit low-tech in that it doesn’t really disable the Dock, for some people it gets the job done.

If the chime your Mac makes on bootup drives you batty, have no fear – it’s controllable. You can mute, turn down, or even turn UP your Macintosh startup volume using freeware utilities!

There are a few applications out there that will allow you to adjust the Apple startup noise, but only one (as far as I can tell) that will allow you to adjust the startup chime on Intel based Macs – Psst from mistatree will let you do it on your x86 Apple computer, and it’s easy to use too!

Psst is a universal binary that runs in OS X, meaning that it will run on PPC Macs, as well as the newer Intel Macs like iMacs, MacBooks, MacBook Pros and Mac Pros.

To install the program, simply download the DMG image file using Safari, Firefox or your favorite browser, and mount the image by double clicking it. After that you can copy the file anywhere on your hard drive and run the application by double clicking it. Adjust the startup sound to your liking and reboot to see the changes. You will notice the difference on bootup/startup – the startup chime should be less noisy or muted depending on how you adjusted it.

Oh boy, big news!

A new beta of Parallels has been released today, and is a free download for Parallels users. Coherence and BootCamp compatibility have been improved, along with a slew of other features.

Here’s the release notes for the Parallels Desktop for Mac (Beta2) page:

  • NEW! USB 2.0 support – “Plug and play” popular USB devices like external hard drives, printers, and scanners, and use them at full native speed.
    • NOTE! Current Build 3094 doesn’t support isochronous devices such as web cameras, microphones, etc.
  • NEW! Full-feature virtual CD/DVD drive – Burn CDs and DVDs directly in virtual machines, and play any copy-protected CD or DVD just like you would on a real PC
  • NEW! Improved Coherence mode – The groundbreaking feature that lets you run Windows applications without seeing Windows just got better! Now you can:
    • Place Windows applications on your Mac desktop or in your application dock. Just click to launch them directly from OS X!
    • Use Command+tab to cycle through Windows and Mac applications simultaneously, and “hide and show” Windows applications just like you would with Mac applications
    • View the Windows Command Console in Coherence mode
    • Use Coherence in Windows 2000, Windows 2003, Windows XP and Windows Vista!
  • NEW! Better Boot Camp support – Using your Boot Camp partition in Parallels Desktop is now easier than ever. Beta2’s Boot Camp support includes:
    • Full support for FAT32 and NTFS partitions
    • Easy offline configuration. Simply tell Parallels Desktop that you want to create a virtual machine from a Boot Camp Partition and click start. No complicated set up required!
    • No need to re-activate Windows each time you switch between Boot Camp and Parallels. Activate Windows only once inside Parallels and work in both environments
    • IMPORTANT! It is not possible to suspend a Virtual Machine that is connected to Boot Camp as it could result in an unstable system.
    • VERY IMPORTANT! Beta1 (build 3036) users must boot natively into Boot Camp and uninstall Parallels Tools for Boot Camp prior to running it in Beta2 (build 3094).
  • NEW! Parallels Transporter Beta2 bundled – migrate your real Windows PC, or existing VMware or Virtual PC VMs to Parallels virtual machines! Learn more about Parallels Transporter Beta2 >>
    • IMPORTANT! Beta1 users MUST upgrade their Transporter package on their Windows source machine before using Parallels Transporter in Beta2. Failing to do so may result in a system crash and loss of data
  • New Look and Feel – completely redesigned windows and easier to follow dialogues to make Desktop for Mac more user-friendly than ever
  • True “Drag and Drop” functionality – a long awaited feature that lets you seamlessly drag and drop files and folders from Windows to Mac OS X and vice versa
  • Read/Write Boot Camp partition – use your Apple Boot Camp Partition as a virtual HDD for Parallels Desktop for Mac
  • Virtual Machine Catalogue – now all of your virtual machines are available through a centralized VM catalogue which appears on each Parallels Desktop for Mac instance
  • One-click Virtual Machine Aliases – automatically create a desktop shortcut for your virtual machine with the OS Installation Assistant, by dragging-and-dropping from title bar, or by pressing Command-Option keys combination. Clicking on Alias automatically starts the Virtual Machine
  • Resizable Main Window – resize the Parallels Desktop for Mac main window as you do with any other Mac application
  • Auto-Adjusting Screen Resolution – Windows auto-adjusts its screen resolution to the actual main window size
  • Improved graphic performance – up to 50% faster!
  • Connect/disconnect USB devices schema improved – no more annoying “wait 5-10 seconds” message on USB device connecting to Parallels Desktop for Mac!
  • Up to 5 Virtual NICs – now each Virtual Machine can have up to five virtual network interfaces
  • Enhanced Shared Networking Mode – run Cisco VPN and many other complex networking applications in conjunction with Connection Sharing Mode

« Older entries