Monday, March 31, 2014

Quick Tip: Calibrate Your Monitor!

If you are using your Hacktintosh to just check email once in a while, this post is not further importance to you. However, if the computer is used for any sort of visual work, such as processing of video or still photography, artwork or design, you may want to consider calibrating you screen.

Of course there is the relatively pricy option of screen calibrators which you connect via USB and all the magic happens.

As to Apple's OS-X, there is a calibration mode provided for free, which uses even more precious sensors, namely your very own eyes.
For using this tool, you want to open the "Displays" option in "System Preferences". Go to the "Color"-tab. Now you want to click on "Calibrate...", which will open another window. Be sure to check the "Expert mode" box! As of now, lean back (as the instructions will tell you) and follow the instructions!
My experience told me to do this exercise a couple of times in order to get the hang of the tool and a  precise calibration. Mind you, you are using parts of your very own body to calibrate an electronic device. Using your senses always involves learning.

Sunday, March 30, 2014

The Ultimate Touchpad(s)

Not that I did so much myself concerning IT lately. However, there is always stuff to discover.

Lately, I bought a Wacom Bamboo Pad (the wireless version). The initial plan was to have a graphics tablet to go along with the HP ProBook 4540s (the one with OS-X on it) for photo editing, i.e. retouching.

The Bamboo comes at a price comparable to Apple's Magic Trackpad. The Bamboo, however, has a huge bonus over the Magic Trackpad, it comes with a stylus, which is really helpful for retouching photos.

The silver-ish design of the Bamboo nearly matches the ProBook's looks.

Hooking the thing up to the computer leads to instant functioning as tablet w/ a stylus. Don't stop here! Install the latest driver from Wacom, your tablet will now function as a touch-pad.

The interesting bit about the Bamboo is that it functions in two different modes.
  1. When using it with fingers (touch) it reacts relative to the input, just like expected from a touch pad.
  2. As soon as the stylus is used for input, the tablet reacts in absolute mode, i.e. the position of the stylus determines the position of the cursor on the screen.
Having used the Bamboo for a while and really enjoyed it when working on photos, I decided to also buy the Wacom Intuos, to pair up with my workstation. Although I have not yet done a lot with it, I love the eraser option on the far end of the stylus! Really cool when working on masks in GIMP.
The Intuos does not seem to work a priori at all. Installing the proper driver is mandatory. However, with the driver installed, an entirely new world for controlling a Hackintosh arises!

Saturday, March 1, 2014

Disable or Not Swap on Your M(H)ac(k)intosh

Why would you want to do that?! Well, simple, today, RAM does not cost a thing, 8GB or 16GB are plenty for most applications, and there still is the option to go to 32GB. Virtual memory, it seems, is not that important any longer.

Most of the recent Macintosh, or Hackintoshs respectively, have the operating system on an SSD, for quick boot-up times. I believe real Macintosh computers employ SSDs only nowadays, but I am not sure...
We all know, that the easiest way to wear down your SSD is, to use it as a swap (virtual memory) device.

Given that your computer is supplied with sufficient RAM for your tasks, you may want to try this:
http://wiki.summercode.com/how_to_disable_or_enable_swapping_in_mac_os_x
and disable swap all together.
Presently, with my most recent build (16GB), I am actually trying this.

Hackintosh computers usually employ a regular HDD for mass-storage (or scratch), next to the SSD boot drive. For those boxes, one may consider using the magnetic HDD for swapping. This is a bit more complicated, but still doable:
  • boot your Hackintosh into Single user mode using "-s" (no quotation marks)
  • mount your HDD, using something like (depending on your setup, disk1s2 is my HDD, mounted on the mount point /Volumes/HOME/):
    mount -t hfs /dev/disk1s2 /Volumes/HOME
  • now lets make a hidden "vm"-directory:
    mkdir /Volumes/HOME/.vm
  • link the new "vm" directory to the expected place:
    ln -s /var/vm /Volumes/HOME/.vm
    you may also link "/private" if you want:
    ln -s /private/var/vm /Volumes/HOME/.vm
  • for good measures it created empty files (probably not necessary):
    touch /Volumes/HOME/.vm/swapfile0
    and
    touch /Volumes/HOME/.vm/swapfile1since those were the files found first...
  • to enable swap, I entered:
    launchctl load -F /System/Library/LaunchDeamons/com.apple.dynamic_pager.plist
When you're done with that, you just want to make sure all data are written using the command sync. Now, just type reboot.

A from now, my system uses swap (virtual memory) on the magnetic disk, leaving the SSD alone.

Of course, running swap of the HDD might be possible w/o switching off swap in the first place. I have not tried this, but I am certain that (in Single User mode) creating the hidden directory first, copying the swapfiles to it, deleting the previous /var/vm location and finally linking the hidden directory to /var/vm will do the exact same thing.

Wednesday, February 26, 2014

Updated!

For good measures, and luck, Apple published the OS-X 10.9.2 update lately. Since I was installing the new machine, I did the update right away, no backups done.
A simple manual edit (vi is my friend) changed a line in
/Extra/smbios.plist
to
<string>MacPro6,1</string>
and resulted in the fact that "about this Mac" => "more info..." shows a black trash can.
Actually, I am happy with a result of this nature, although I still appreciate the option to add more hardware to my trash can.

A Whole New Dimension

So, the build is done, and I am actually quite happy with it!

Parts that made it into my new workstation so far:
  • Gigabyte GA-Z87-HD3
  • Intel Xeon E3-1240v3
  • Noctua NH-D14
  • 2 x 8GB Mushkin Stealth DDR3 (1600MHz)
  • Crucial M500 240GB SSD
  • Asus GT640 silent
  • Fractal Design Define R4
  • BeQuiet Pure Power L8 630W
  • Seagate Barracuda 1TB
  • TP-LINK WDN-4800
  • Logitech K400r
The board allows me to add 2 more modules of RAM, with 16GB, I got plenty for the time being.
This is my first ever build using an SSD as a boot drive. And yes, this adds a new dimension, however, I expected a shorter boot time. When the system is up, starting applications from the SSD is quick and deserves 5 stars.

Home directories are on a regular hard drive. For convenience and the low price, I went for an SG Barracuda 1TB, nothing special though. I consider adding a Western Digital black drive to replace the SG 1TB, so that the SG will be available for internal backups/mirroring.

If it is not speed, what is the new dimension, you may want to ask... It is noise, in particular the lack thereof!
The entire build was focused on the lowest noise parts possible, not compromising at performance too much.
And so far, the result is very pleasing. A really silent system showing good performance.

Although I am happy with the performance of the passively cooled Asus GT640, I regret to not have invested additional €10 for getting the Intel Xeon E3-1245v3 with internal graphics.

OS-X 10.9.1 runs like a charm. The system boots right away, using "GraphicsEnabler=No".

Wanna build a Hackintosh yourself? I can only recommend the components mentioned above, with the consideration of the alternative CPU having the iGPU enabled.

Update May 9th 2015:
The system runs on Yosemite for quite a while now. Up to 10.10.2, the GT640 did a great job. No problems fooling 10.10.2 the computer was a MacPro6,1.

However, the card failed when I tried to update to 10.10.3.
So, I took the plunge and got myself a new graphics card, actively cooled actually:
  • MSI GT740 (2GB)
To my surprise, this card is actually really quiet, something I was not expecting.
However, under 10.10.3, is seems that the MacPro6,1 identity does not work any longer. I changed the definition to iMac13,1, which works fine so far.

Update May 10th 2015:
Although the MSI was not as noisy as I feared, I gave the ASUS GT640 quiet another go. And, fair enough, with the right identity, i.e. iMac 13,1, it works perfectly.
 

Tuesday, February 25, 2014

Stuff Dropped In

Yep, I did it, I ordered some parts to build my new "production" rig with.
The Fractal Design R4 looks awesome!  It seem so big, but yet it is not...
Not much to say about the motherboard, CPU (E3-1240v3) or memory. Will pick up an after-market cooler tomorrow. Potentially the Noctua I was writing about earlier. Total overkill, however, quiet is king in this build.
Already I removed the optical drive from my present main rig (i5-3570K)... it will be more useful in the future build.

Sunday, February 23, 2014

Small Change of the Plan

Building a higher end workstation, why actually not using an ATX-mobo in place of an mATX?
Right, the case would be a little larger.

So, the decision, concerning the mobo, is to go for a GA-Z87-HD3. The advantage, very obviously, is having a lot of expansion possibilities.

The idea of using Fractal Design's DEFINE mini hast to be ditched consequently. However, the "DEFINE mini" is just the smallest of the "DEFINE" silent computing cases. Here, the decision is to obtain a DEFINE R4. Since Apple decided "black" was the new "white" (cf. new Mac pro), the choice is obvious, in particular since the black DEFINE R4 looks the best of the bunch.