I've just bought an mini-display to VGA today and attached my monitor to my Macbook Pro to use as an extended screen. Unfortunately the highest resolution available for my second monitor is not high enough to my taste and things do look a tiny bit stretched and blurry.
Under my Linux box I had the same problem. I then found a guide that allowed me to set more or less any resolution I wanted through xrandr commands.
I'm looking for a similar "hack" for my Mac OS. Google wasn't of much help on this so I'm turning to SuperUser.
How can you set a custom resolution for a second monitor under Mac OS?
EDIT:
I've followed the advice given below. I've installed SetResX but it still doesn't offer the resolution I want. I then look at com.apple.Boot.plist as suggested and here is the content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel Flags</key>
<string></string>
</dict>
</plist>
I don't know how I can edit this to set a custom screen resolution for the second extended monitor. Tried Google and found one guy asking the same thing but with no answer.
I know for a fact my Macbook Pro and my second extended screen can support the resolution I want (1920x1200) as it's my configuration for my Linux partition.