| ||||||||
Mac OS X Development Development and discussion on the latest hackintosh drivers and methods.
|
| | LinkBack | Thread Tools | Display Modes |
(#1)
|
| Senior Member Posts: 229 Join Date: May 2010 | To make Display Driver for creating Default Display Color profile: Download : Display zip and unzip it. go to the folder "DisplayVendorID-yyyy", then open file "DisplayProductID-xxx" using text editor to edit it to match your DisplayVendorID and DisplayProductID. to check your DisplayVendorID and DisplayProductID: Go to System Preferences, Display, Color tab, select the color profile named "Display" on the top of your color profiles list, click open profile, scroll down to "Apple Display Make and Model informations" Copy the Manufacturer's number and the model's number, don't include the zero on the front of the numbers. It's Hex number, convert it to Decimal using calculator example: I have LG LCD panel on my Mini, the Manufacturer's number : 30E4 (Hex)-> 12516 (Dec) the model's number : 206 (Hex)-> 518 (Dec) Manufacturer = DisplayVendorID model = DisplayProductID Edit the stings of DisplayVendorID and DisplayProductID, replace "yyyy" with the Manufacturer's number converted to Dec, and replace "xxxx" with the model's number converted to Dec. Code: <key>DisplayVendorID</key> <integer>yyyy</integer> <key>DisplayProductID</key> <integer>xxxx</integer> this is the stings of DisplayVendorID and DisplayProductID for my Display Driver: Code: <key>DisplayVendorID</key> <integer>12516</integer> <key>DisplayProductID</key> <integer>518</integer> example: mine is : DisplayProductID-206 and rename the folder from DisplayVendorID-yyyy DisplayVendorID-<Manufacturer's number on Hex> example: mine is : DisplayVendorID-30E4 copy the folder into /System/Library/displays/Overrides/ logout an login back Go to System Preferences, Display, Color tab, select Color LCD. |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Copyright © 2008-2011 MyDellMini.com.







Linear Mode