Skip to content

Commit

Permalink
Added extended 2-heads support.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongluo committed May 31, 2011
1 parent d01fcb9 commit 627ed3d
Showing 44 changed files with 2,484 additions and 1,795 deletions.
55 changes: 41 additions & 14 deletions Info.plist
Original file line number Diff line number Diff line change
@@ -24,30 +24,28 @@
<string>1</string>
<key>IOKitPersonalities</key>
<dict>
<key>RadeonHD</key>
<key>RadeonController</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.dong.driver.RadeonHD</string>
<string>com.dong.driver.${PRODUCT_NAME:rfc1034Identifier}</string>
<key>IOClass</key>
<string>RadeonHD</string>
<string>RadeonController</string>
<key>IOMatchCategory</key>
<string>IOFramebuffer</string>
<key>IONameMatch</key>
<string>display</string>
<key>IOPCIClassMatch</key>
<string>0x03000000&amp;0xFF000000</string>
<key>IOPCIMatch</key>
<string>0x00001002&amp;0x0000FFFF</string>
<key>IOProbeScore</key>
<integer>30000</integer>
<integer>65000</integer>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
<key>UserOptions</key>
<dict>
<!--key>EDID</key>
<data>AP///////wAwriJAAAAAAC0QAQOAHRV46m+VnFRMhyYhUFQhCACBgAEBAQEBAQEBAQEBAQEBMCp4IFEaEEAwcBMAH9cQAAAYJSN4IFEaEEAwcBMAH9cQAAAYAAAADwCQQzKQQygPAQAwZJBVAAAA/gBMVEQxNDFFTjlCCiAgADU=</data-->
<key>BackLightLevel</key>
<integer>255</integer>
<key>enableHWCursor</key>
<true/>
<key>lowPowerMode</key>
<false/>
<true/>
<key>enableGammaTable</key>
<false/>
<key>debugMode</key>
@@ -56,22 +54,51 @@
<integer>2</integer>
<key>MsgBufferSize</key>
<integer>65535</integer>
<key>@0,TYPE</key>
<string></string>
<key>@1,TYPE</key>
<string></string>
<key>@0,EDID</key>
<data></data>
<key>@1,EDID</key>
<data></data>
<key>@0,UseFixedModes</key>
<false/>
<key>@1,UseFixedModes</key>
<false/>
</dict>
</dict>
<key>RadeonHD</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.dong.driver.${PRODUCT_NAME:rfc1034Identifier}</string>
<key>IOClass</key>
<string>RadeonHD</string>
<key>IOMatchCategory</key>
<string>IOFramebuffer</string>
<key>IONameMatch</key>
<string>display</string>
<key>IOProbeScore</key>
<integer>30000</integer>
<key>IOProviderClass</key>
<string>IOPlatformDevice</string>
</dict>
<key>RadeonDump</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.dong.driver.RadeonHD</string>
<string>com.dong.driver.${PRODUCT_NAME:rfc1034Identifier}</string>
<key>IOClass</key>
<string>RadeonDump</string>
<key>IOMatchCategory</key>
<string>RadeonDump</string>
<key>IONameMatch</key>
<string>display</string>
<key>IOProbeScore</key>
<integer>0</integer>
<key>IOProviderClass</key>
<string>RadeonHD</string>
<string>IOPCIDevice</string>
<key>IOUserClientClass</key>
<string>RadeonHDUserClient</string>
<string>RadeonDumpClient</string>
</dict>
</dict>
<key>OSBundleLibraries</key>
7 changes: 1 addition & 6 deletions OS_Version.h
Original file line number Diff line number Diff line change
@@ -8,12 +8,7 @@
*/
#ifndef _OS_VERSION_H
#define _OS_VERSION_H
#include "/usr/include/AvailabilityMacros.h"

#ifdef MAC_OS_X_VERSION_MAX_ALLOWED
#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5
#define MACOSX_10_5
#endif
#endif
//#define MACOSX_10_5

#endif
Loading

0 comments on commit 627ed3d

Please sign in to comment.