Step by step instructions
Here are step by step instructions for newbies (like myself), culled together from multiple threads on different forums, this is what is working for me (with caveats below):
Mac mini Late 2012
Processor 2.6 GHz Intel Core i7
Memory 8 GB 1600 MHz DDR3
Graphics Intel HD Graphics 4000 1024 MB
Software OS X 10.9.2 (13C1021)
Monitor Seiki 39 Ultra Hi-Def LED TV SE39UY04 (Flashed with firmware update for 50 model)*
Connector Accell Ultra AV Mini DisplayPort 1.1 to HDMI Active Adapter connected to Seiki monitor via supplied HDMI cable (blue)
1. Clean install (Press Command-R at startup, use Disk Utility to erase hard disk, reinstall OS X from network)
2. Install all software updates to latest version of OS X 10.9.2
3. In Safari go to:
https://code.google.com/r/douglas-mac-pixel-clock-patch/
4. Click on tabs: Source -> Browse -> Download zip
5. Open Terminal
6. cd ~/Downloads/douglas-mac-pixel-clock-patch-045f86da8edc/
7. chmod +x macPixelClockPatcher.command
8. ./macPixelClockPatcher.command
9. It will say: Detected unpatched IOKit on 10.9.2, patching.
10. Enter administrator password when prompted
11. cd /System/Library/Frameworks/IOKit.framework/Versions/A
12. ls
13. Check that the patcher created the file IOKit.bak this is the original version of the IOKit file replaced by the patcher. If all else fails, replace the patched IOKit file with the original one to revert
14. sudo codesign -f -s - ./IOKit
15. Enter administrator password when prompted
16. If command line developer tools have not been installed, this prompt will appear:
The codesign_allocate command requires the command line developer tools. Would you like to install the tools now?
17. Click Install
18. Go back to step 14 after installation completes
19. It will say: ./IOKit: replacing existing signature
20. Reboot
SPECIAL NOTES:
1. The above steps cause the option for 3840x2160 30 Hz resolution to show up in the standard Display preference panel no need for SwitchResX
2. IMPORTANT: Prior to installation of pixel clock path and/or SwitchResX (if using it) make sure in the Display preference panel if there is an option for Underscan that it is turned OFF
3. This is working with the Accell adapter but not by direct connection using the HDMI output
*Seiki TV firmware update instructions (copied from Trevor Ls review on amazon.com)
1. Download firmware from Seiki site (seikidigital.com/support/downloads.php)
Model # SE50UY04
2. Unzip firmware to FAT32 formatted USB stick
3. Put the thumb drive in USB port 1 (bottom of TV)
4. Turn the TV on
5. On your remote press the "menu" button
6. Then on your remote press "0" 4 times, that will take you into the service menu.
7. In the service menu choose the software upgrade option
7. Screen will display upgrade animation
8. Patiently wait for the upgrade to finish
9. Turn off TV when finished
10. Disconnect thumb drive
UPDATE: For update to Mavericks 10.9.3 (from 10.9.2)
1. Just in case, restored original IOKit from backup (see above)
2. Updated to 10.9.3
3. Downloaded new version of pixel clock patch:
https://code.google.com/r/linzhu0127-port/source/browse/macPixelClockPatcher.command
4. Followed instructions above (but using ~/Downloads/linzhu0127-port-cbd2e29890bf/)
PROBLEMS:
1. Although the Mac mini is now able to drive the Seiki at 4K 30 Hz resolution, there is still screen corruption:
a. The menu bar text display is corrupted and there are random color lines running through it
b. Windows intermittently have a dark shadow surrounding them, that sometimes disappear when the window is brought into focus
2. Although the Accell adapter is supposed to pass through audio to the display speakers, this is not working (not showing up as an audio output option)
3. Updating to 10.9.3 has not fixed these problems