Mac OS X Development Development and discussion on the latest hackintosh drivers and methods.

Reply
 
LinkBack Thread Tools Display Modes
  (#1) Old
Senior Member
 
r6680jc's Avatar
 
Posts: 229
Join Date: May 2010
Default Display Driver for creating Default Display Color profile - 07-10-2011, 05:04 AM

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>
example:
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>
Save it and rename it from DisplayProductID-xxxx to DisplayProductID-<model's number on Hex>
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.
Reply With Quote
Reply

« Can I simply clone my mini9 drive to my new 10v ? | Lion on intel atom »
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Copyright © 2008-2011 MyDellMini.com.