Jump to content

Different solutions


Andy Vandijck
 Share

925 posts in this topic

Recommended Posts

Could somebody explain me where is my mistake?

I got EDID data directly from my display. When I force EDID (Clover, overrides etc) I get 2 the same monitors with different resolutions (virtual), but there is only 1 monitor connected to PC in reality.

Link to comment
Share on other sites

  • 3 weeks later...

Hi Andy Vandijck!  You seem to be a near neighbour of mine. I'm an Antwerp based lighting designer and theatre technician. As such, I also need to know how to handle various video beamers, and EDID is always getting in my way when I want native/best video resolutions for my beamers et al.

Your soft ( FixEDID) seems much more suited to the job than does e.g. SwitchResX.

As I understand it, fixEDID is able to emulate even non-existent DDC communications from various devices, such as video beamers. Thereby also fixing non-existent com between player and beamer if for example a video cable not transmitting Display Data Channel is between both.

If I'm right, you have my absolute attention! And I will spread the gospel, absolutely!

As a test case, I have a 20" Apple Cinema HD Display which has been made operable with the main board of a 23" Apple HD Cinema Display. That monster is in perfect working order, except for the fact that it still announces itself as a 23" Apple HD Cinema Display, so I lose some vital part of its image. If at all fixEDID would be able to switch back that LCD panel to a full 20" native screen, you'll not only have my respect, but some advertising as well...

Meaning: spreading the word to a lot of colleages in Flanders as well as posting on "The Blue Room Technical Forum"

Fijne job, man!

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

I have created a bootloader for El Capitan.

MinGW build.

 

https://github.com/andyvand/macosxbootloader

  • Like 4
Link to comment
Share on other sites

Hi Andy, I'm going this afternoon, when I'm home, test your new bootloader and report. I hope it works with my AMD hackintosh :-))

 

Edit:

Andy, the installer does not allow to install MinGW to another partition, although the other partitions are Yosemite and El Captain, can you change it?

Edited by spakk
Link to comment
Share on other sites

Hi all,

 

I just amazingly set a password on my Samsung Galaxy S3 and forgot it after a couple of hours.  I would rather not reset the whole thing and managed to find this.  I've used OPHCrack on vista before successfully, but never used it on Android.

 

Would anyone be able to provide some steps in how I can use this android version to access and reset the password on my phone from my XP PC by any chance?

 

Thanks,

 

Androidloss!

Link to comment
Share on other sites

  • 4 weeks later...

I own a catleap monitor that is capable of 1440p @ 100hz.  With 10.10 I was able to set 100hz with switchresx.  With 10.11 it is not working.  Is there anyway to inject a refresh rate into the EDID.  I believe it should be possible.  For example a 144hz. display works fine in OS X when the monitor is sending correct EDID.  My monitor does not have a EDID for 100hz.  Its more of a monitor overclock.  I'm just seeing if EDID is way to go if so it would be much easier having one EDID for all my installs rather than using a switchresx.

Link to comment
Share on other sites

  • 3 weeks later...

Have you tried copying the pre-built executables? Once I had the right programming env on my 10.9.2 install I was able to just run the sbsign tool after copying it and any .lib files it needs over to the /use/bin and /use/lib directories, respectively. If it is still giving you an error about 10.10 then maybe it won't work on your Mavericks version. Don't try to run the installer and compile your own. Much too hard. It might still fail due to needing some other .libs though. Good luck.

Link to comment
Share on other sites

I really think that with this knowledge, Clover installation should give you an option to sign the EFI files or not, for secure boot.

I don't dare to mess up my install with Linux tools running on Mac OS X and modifying my EFI files, which gave me so much work......

Is it a lot to ask, that secure boot is implemented as a standard in CLOVER?

Link to comment
Share on other sites

Hello andy. Thank you for your effort.

I have a question.

I want to other vendor id on macbookpro or imac.

There are many macbookpro display ids. I tried to edit device id and vendor id by me. But clover resolution is not match. Your default id is good. No problem in clover resolution. Maybe i mistake checksum and other facts. Can you add other ids? Sorry about lack my english

Link to comment
Share on other sites

  • 4 weeks later...

Hi Andy,

 

I am using a thunderbolt 750Ti egpu on my 2014 Macbook Pro Retina. (with Intel Iris GPU only)

Is it possible to fake an external screen in OSX using this kext, so I can mirror the performance of my egpu back to the internal LCD screen?

Link to comment
Share on other sites

  • 5 months later...
  • 1 month later...

I tried this tool to write 1FC to disable prochot (my CPU is throttling). The register reads 0x14005f so I tried with write 14005e but I get kernel panic. Throttlestop under Windows does just that and it works. I'm thinking if there's a way to mod the bios as we do for power management ..

Link to comment
Share on other sites

  • 1 month later...
  • 4 weeks later...

Hello, sorry to bump this old thread. Months ago Apple has release LZFSE compressor including LZVN into public. Is there any major differences with yours? It would be awesome if someone can port it to work with EDK2, because I cannt make it run to decode simple AppleLogoPacked :) With this approach (EmbeddedOSFirmware, some people told its an part of watchOS applied to new touchbar) they can easily decompress bundled kernelcache / dmg with LZFSE, but not with macos kernelcache / LZVN:

 

 

THRSH:bin cecekpawon$ hexdump -n32 -C kernelcache.release.x619
00000000  30 83 58 f8 ba 16 04 49  4d 34 50 16 04 6b 72 6e  |0.X....IM4P..krn|
00000010  6c 16 1c 4b 65 72 6e 65  6c 43 61 63 68 65 42 75  |l..KernelCacheBu|
00000020
THRSH:bin cecekpawon$ hexdump -n32 -C 058-68845-001.dmg
00000000  30 84 01 29 6e 06 16 04  49 4d 34 50 16 04 6f 73  |0..)n...IM4P..os|
00000010  72 64 16 01 30 04 84 01  29 6d e6 62 76 78 32 d6  |rd..0...)m.bvx2.|
00000020
THRSH:bin cecekpawon$
THRSH:bin cecekpawon$
THRSH:bin cecekpawon$ tail -c +53 kernelcache.release.x619 | hexdump -n32 -C
00000000  62 76 78 32 a9 a9 00 00  64 3a 80 50 03 90 06 70  |bvx2....d:.P...p|
00000010  f1 ae 0f ed b5 72 0f 50  c3 00 00 00 33 a0 d0 02  |.....r.P....3...|
00000020
THRSH:bin cecekpawon$ tail -c +28 058-68845-001.dmg | hexdump -n32 -C
00000000  62 76 78 32 d6 38 18 00  e8 39 20 9b 03 a7 05 40  |bvx2.8...9 ....@|
00000010  0c 58 35 cc 02 3b 0d 00  cb 00 00 00 2c 80 20 08  |.X5..;......,. .|
00000020
THRSH:bin cecekpawon$
THRSH:bin cecekpawon$
THRSH:bin cecekpawon$ tail -c +53 kernelcache.release.x619 | ./lzfse -decode > kernelcache.release.x619.bin
THRSH:bin cecekpawon$ tail -c +28 058-68845-001.dmg | ./lzfse -decode > 058-68845-001.decoded.dmg
THRSH:bin cecekpawon$
THRSH:bin cecekpawon$
THRSH:bin cecekpawon$ hexdump -n32 -C kernelcache.release.x619.bin
00000000  ca fe ba be 00 00 00 01  00 00 00 0c 00 00 00 0c  |................|
00000010  00 00 00 1c 00 c6 20 00  00 00 00 00 ce fa ed fe  |...... .........|
00000020
THRSH:bin cecekpawon$ hexdump -n32 -C 058-68845-001.decoded.dmg
00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000020
THRSH:bin cecekpawon$
THRSH:bin cecekpawon$
THRSH:bin cecekpawon$ ls -l
total 211696
-rw-r--r--  1 cecekpawon  staff  52596736 Dec 21 20:30 058-68845-001.decoded.dmg
-rw-r--r--  1 cecekpawon  staff  19492364 Dec  2 11:21 058-68845-001.dmg
-rwxr-xr-x  1 cecekpawon  staff  17412363 Dec 21 14:15 kernelcache
-rw-r--r--  1 cecekpawon  staff   5830847 Dec  2 11:15 kernelcache.release.x619
-rw-r--r--  1 cecekpawon  staff  12984348 Dec 21 20:30 kernelcache.release.x619.bin
-rwxr-xr-x  1 cecekpawon  staff     35576 Dec 20 10:49 lzfse
-rwxr-xr-x  1 cecekpawon  staff     23408 Dec 21 16:13 lzvn

 

 

  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...

Just registered here to download this software,

 

Having some trouble getting the prebuilt binary to work. On an i5-540 with OSx 10.11.4 I did manage to make it read the registers, but writing anything (even the same value) results always in a freeze + reboot. Just interested in changing 0x1FC to disable thermal throttling.

 

Tried it on a couple of other computers (T9300 / OSx 10.10.5) and (i5-2557M / OSx 10.12.1) but couldn't get it to read anything, it just blurbs out "Can't get registry-entry path"

 

I installed the supplied kext (to both locations, just to be sure), also tried running the binary in superuser mode (although on the i5-540 it worked without any priviledges..) 

 

Am I missing some support package on those two machines? Xcode? 

 

Under Windows (with ThrottleStop) I managed to disable BD_PROCHOT on the i5-540, and under Ubuntu I guess it's disabled by default, but installing msr-tools and running read/write commands on 0x1FC worked without crashing.

Link to comment
Share on other sites

  • 4 months later...

hi,

 

how do I completely uninstall the fixedid modifications again? even after removing displaymergehub kext , night shift still is available, but the kext not loaded anymore.

 

I experience a heavy color depth degradation since night shift is activated.

Link to comment
Share on other sites

Additional info:

 

NightShift still available:

post-39386-0-26601600-1493894580_thumb.png

 

Kextstat:

   1   89 0xffffff7f80ae0000 0x9d90     0x9d90     com.apple.kpi.bsd (16.5.0) D4161E07-43B8-4D47-ABFE-7DF2D693ED9A
    2    8 0xffffff7f80dc9000 0x3940     0x3940     com.apple.kpi.dsep (16.5.0) 6B33C49C-82D8-4830-AC91-ECF9B9EE3A8C
    3  107 0xffffff7f80a10000 0x21040    0x21040    com.apple.kpi.iokit (16.5.0) E2BA46F4-C06A-4ACE-81E5-D9A4B6E061AA
    4  113 0xffffff7f80a32000 0xd200     0xd200     com.apple.kpi.libkern (16.5.0) 21ABA52A-C45A-4A1B-8824-F6EB5295ADDE
    5  102 0xffffff7f80a00000 0x3dd0     0x3dd0     com.apple.kpi.mach (16.5.0) E18B885B-776C-4F3A-88D4-C823FAFE12A1
    6   51 0xffffff7f80a04000 0xbbf0     0xbbf0     com.apple.kpi.private (16.5.0) F0CD0AC2-92DF-4FF9-80A5-21B68641D28E
    7   70 0xffffff7f80bf3000 0x5890     0x5890     com.apple.kpi.unsupported (16.5.0) 4AE97C68-EB51-4545-A2EB-007EE5A66503
    8    1 0xffffff7f80a40000 0xb000     0xb000     com.apple.kec.Libm (1) 968CBFF1-925D-321E-A5E0-0C5C563BF08C <4>
    9    6 0xffffff7f80dd0000 0xa9000    0xa9000    com.apple.kec.corecrypto (1.0) E3701C61-A548-3181-9F3E-C90DF8327185 <7 6 5 4 3 1>
   10    0 0xffffff7f80f63000 0xf000     0xf000     com.apple.kec.pthread (1) 4EFF2F70-C9B9-3176-BF83-F1B660C42135 <7 6 5 4 1>
   11   21 0xffffff7f80c34000 0x9000     0x9000     com.apple.iokit.IOACPIFamily (1.4) 4F7FB6AD-2498-3F71-827C-ED7AA4BF2511 <7 6 4 3>
   12   27 0xffffff7f80bf9000 0x35000    0x35000    com.apple.iokit.IOPCIFamily (2.9) C6E3195E-A0D7-3B71-B5F4-9EE9E182D4FC <7 6 5 4 3>
   13    1 0xffffff7f8253a000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (5.0) 65E05472-6AE7-3308-8CC8-FA6CB0DB2AEE <12 11 7 6 5 4 3 1>
   14    1 0xffffff7f81084000 0xb000     0xb000     com.apple.driver.AppleFDEKeyStore (28.30) EA5D0966-E8EA-337A-98EB-195806E8F723 <9 7 6 5 4 3 1>
   15    2 0xffffff7f814eb000 0x7000     0x7000     com.apple.iokit.IOReportFamily (31) B14DC3D3-7250-3DA3-BF50-C666EBEDAF4C <5 4 3>
   16    8 0xffffff7f80e95000 0x27000    0x27000    com.apple.iokit.IOStorageFamily (2.1) F908D7F5-4F54-3B89-8657-57F06350F4DB <7 6 5 4 3 1>
   17    0 0xffffff7f81605000 0x19000    0x19000    com.apple.driver.DiskImages (444.50.16) 0038C2CD-46A9-3967-945B-3E1F2D6C3EA5 <16 7 6 5 4 3 1>
   18    1 0xffffff7f80c3d000 0xd000     0xd000     com.apple.driver.AppleBusPowerController (1.0) DB526B45-1A45-3A81-A0C1-57F826CADEDF <11 5 4 3>
   19   12 0xffffff7f80c4a000 0x69000    0x69000    com.apple.iokit.IOUSBHostFamily (1.1) 96FD82D0-CFF5-3EDE-971A-456CB10DBEBF <18 7 6 5 4 3 1>
   20    3 0xffffff7f80f8c000 0x11000    0x11000    com.apple.driver.KernelRelayHost (1) 2941E0C2-A610-3526-88F7-A3767933D469 <19 5 4 3>
   21    1 0xffffff7f8202a000 0x24000    0x24000    com.apple.driver.AppleCredentialManager (1.0) 669D7D3F-EAE5-3D46-81BD-D7B264D0B111 <20 9 7 6 5 4 3 1>
   22    3 0xffffff7f80e79000 0x17000    0x17000    com.apple.driver.AppleMobileFileIntegrity (1.0.5) 200413CD-2982-3EA4-9AFF-B20285024E83 <9 7 6 5 4 3 2 1>
   23    0 0xffffff7f8204e000 0x50000    0x50000    com.apple.driver.AppleKeyStore (2) 6151B0A4-170B-3ED4-9463-A8A6CA122D60 <22 21 20 9 7 6 5 4 3 1>
   24    0 0xffffff7f83517000 0x4000     0x4000     com.rehabman.driver.USBInjectAll (0.5.17) 99003E98-4591-37FA-9885-3B51950B765C <12 11 4 3>
   25    0 0xffffff7f8351c000 0x11000    0x11000    org.netkas.driver.FakeSMC (1737) 5FA27EE9-9972-30C1-B261-3CE78CFFCA33 <11 7 5 4 3 1>
   26    0 0xffffff7f80dcd000 0x2000     0x2000     com.apple.security.TMSafetyNet (8) B87D3377-617E-3F24-993B-D70AE269A837 <7 6 5 4 2 1>
   27    2 0xffffff7f80e90000 0x5000     0x5000     com.apple.kext.AppleMatch (1.0.0d1) 3B280DAB-903F-33DC-8110-525A1154B11E <4 1>
   28    1 0xffffff7f80ec4000 0x20000    0x20000    com.apple.security.sandbox (300.0) CDBEAC20-BD05-3DF5-B7D3-51C3E8DCF872 <27 22 16 7 6 5 4 3 2 1>
   29    0 0xffffff7f80f59000 0x9000     0x9000     com.apple.security.quarantine (3) 1486A49E-2D3F-3D7E-B07A-D2008F327113 <28 27 7 6 5 4 2 1>
   30    0 0xffffff7f8350d000 0x8000     0x8000     com.apple.nke.applicationfirewall (172) 87563A26-608B-3C95-8476-CAA6E1271FBF <7 6 5 4 3 1>
   31    0 0xffffff7f82508000 0x3000     0x3000     com.apple.driver.AppleAPIC (1.7) BC2E6D01-BCBB-3525-BF38-BF99C3F1EC46 <4 3>
   32    0 0xffffff7f81f52000 0x4000     0x4000     com.apple.driver.AppleSMBIOS (2.1) 9BB02681-4B47-3592-AD62-71FB0BF56965 <7 4 3>
   33    0 0xffffff7f8217a000 0x3000     0x3000     com.apple.driver.AppleHPET (1.8) 2CFB49B8-4CC2-320B-9C6E-99646DFD8571 <11 7 5 4 3>
   34    0 0xffffff7f81f7f000 0x8000     0x8000     com.apple.driver.AppleRTC (2.0) 3FD1BCF4-8AFC-3CE6-A36E-26410544AD14 <11 5 4 3 1>
   35    2 0xffffff7f8108f000 0x7a000    0x7a000    com.apple.iokit.IOHIDFamily (2.0.0) BB7E26B3-36DF-3BB1-B09D-C8496FE63DFE <14 7 6 5 4 3 2 1>
   36    0 0xffffff7f825aa000 0x4000     0x4000     com.apple.driver.AppleACPIButtons (5.0) 6EA42B65-0CD7-3678-87D5-E002D2CDA2D5 <35 15 13 11 7 6 5 4 3 1>
   37    1 0xffffff7f81563000 0x5000     0x5000     com.apple.driver.AppleEFIRuntime (2.0) D927DF0B-03B7-3685-9AE2-18998208BE8A <7 6 5 4 3>
   38    1 0xffffff7f81568000 0xb000     0xb000     com.apple.driver.AppleEFINVRAM (2.1) 529AA525-378A-3E1F-9BD8-19F3D7ACFE23 <37 7 6 5 4 3 2 1>
   39    1 0xffffff7f8352d000 0x7000     0x7000     org.rehabman.driver.FakePCIID (1.3.6) AFB92C3D-4767-3657-986A-9352CDAB6B15 <12 7 5 4 3 1>
   40    0 0xffffff7f83534000 0x3000     0x3000     org.rehabman.driver.FakePCIID.XHCIMux (1.3.6) D458078D-5EA4-3BBE-82CC-E9C7D39DE72E <39 12 7 5 4 3 1>
   42    1 0xffffff7f811a8000 0x3d000    0x3d000    com.apple.driver.usb.AppleUSBEHCI (1.1) 82C62FBA-F33B-3105-804A-FA15C73AB321 <19 11 7 5 4 3 1>
   43    0 0xffffff7f81287000 0xe000     0xe000     com.apple.driver.usb.AppleUSBEHCIPCI (1.1) 9B431B9B-4E86-3DE3-8DBA-FB7AFA7698BD <42 19 12 11 7 5 4 3 1>
   44    1 0xffffff7f81129000 0x41000    0x41000    com.apple.driver.usb.AppleUSBXHCI (1.1) A3AEBA01-C5CC-3478-960E-620C58FDD6F7 <19 11 7 5 4 3 1>
   45    0 0xffffff7f81170000 0x2d000    0x2d000    com.apple.driver.usb.AppleUSBXHCIPCI (1.1) 6BBD2ED9-E37F-3330-841A-831D458613CB <44 19 12 11 7 5 4 3 1>
   46    1 0xffffff7f8144b000 0x18000    0x18000    com.apple.iokit.IOSurface (159.6) 85BD985C-2B78-3C1A-9606-6A6B0CB77E24 <7 6 5 4 3 1>
   47   11 0xffffff7f815ad000 0x3c000    0x3c000    com.apple.iokit.IOGraphicsFamily (514.10) E197EF14-F55B-3B9C-B903-91258C9CA382 <12 7 5 4 3 1>
   48    1 0xffffff7f827b6000 0x90000    0x90000    com.apple.iokit.IOAcceleratorFamily2 (311.11) 41BE9F49-4998-3297-9EF6-9972DD38B09E <47 12 7 6 5 4 3 1>
   49    0 0xffffff7f82855000 0x877000   0x877000   com.apple.AMDRadeonX4000 (1.5.0) B0E5596D-B492-3AB6-B3DA-9EA1180FDEA0 <48 47 46 12 7 5 4 3 1>
   50    3 0xffffff7f8185b000 0x1a000    0x1a000    com.apple.iokit.IOAHCIFamily (288) 5C275B66-A173-3D92-853A-44FC35D45FFC <5 4 3 1>
   51    0 0xffffff7f8250d000 0x1e000    0x1e000    com.apple.driver.AppleAHCIPort (326) BE72151C-73BE-35B7-8C31-74F49E4C5E98 <50 12 5 4 3 1>
   52    1 0xffffff7f80cbb000 0x9a000    0x9a000    com.apple.iokit.IOUSBFamily (900.4.1) 616CA05C-34A4-393E-8A17-93C7FC67BBDF <19 12 7 5 4 3 1>
   54    5 0xffffff7f80ee4000 0x2d000    0x2d000    com.apple.iokit.IONetworkingFamily (3.2) 6326DB88-5330-3F0C-91F6-D478AB5E7503 <7 6 5 4 3 1>
   55    0 0xffffff7f80f18000 0x3a000    0x3a000    com.insanelymac.RealtekRTL8111 (1.2.2) 8377A216-A3E1-3ECD-898A-DDCF8E708D50 <54 12 5 4 3 1>
   56    1 0xffffff7f818ae000 0x29000    0x29000    com.apple.driver.corecapture (1.0.4) C269B594-3CE8-3AC8-AC81-ADDCC1C9074A <7 6 5 4 3 1>
   57    1 0xffffff7f818e0000 0xe6000    0xe6000    com.apple.iokit.IO80211Family (1200.12.2) D678720C-68BC-35DE-B9A2-97D8A0A6E916 <56 54 22 9 7 6 5 4 3 1>
   58    0 0xffffff7f819d0000 0x14c000   0x14c000   com.apple.driver.AirPort.Atheros40 (700.74.5) 448A2423-55B3-3033-BE5F-CB19CB92D35E <57 54 12 7 5 4 3 1>
   59    5 0xffffff7f80b31000 0x73000    0x73000    com.apple.iokit.IOFireWireFamily (4.6.6) 8D18A4BA-5AA6-337D-BFF3-B91964321AF5 <5 4 3 1>
   60    0 0xffffff7f81669000 0x26000    0x26000    com.apple.driver.AppleFWOHCI (5.5.5) 6EF0BC66-3AF8-3272-AE3A-E588FFB07BF7 <59 12 7 6 5 4 3 1>
   61    0 0xffffff7f81885000 0x1c000    0x1c000    com.apple.iokit.IOAHCIBlockStorage (295.20.1) C449634B-8121-3BFB-972D-966847C4321F <50 16 6 5 4 3 1>
   63    3 0xffffff7f80fa0000 0x2b000    0x2b000    com.apple.iokit.IOSCSIArchitectureModelFamily (394.50.1) 82139727-96EE-3990-B7E3-950D3F9799F5 <6 5 4 3 1>
   64    0 0xffffff7f81878000 0xd000     0xd000     com.apple.iokit.IOAHCISerialATAPI (266.50.1) 076A585D-4979-3E8C-9D63-949C2D5D1764 <63 50 5 4 3 1>
   65    0 0xffffff7f81497000 0x7000     0x7000     com.apple.iokit.SCSITaskUserClient (394.50.1) FF53AE3E-7008-356D-A3C2-67EF25E5033A <63 16 5 4 3 1>
   66    3 0xffffff7f814a2000 0xe000     0xe000     com.apple.iokit.IOCDStorageFamily (1.8) 9EEF7CF2-673C-3743-84DD-D3B3D5E61DDB <16 5 4 3 1>
   67    2 0xffffff7f814b3000 0xb000     0xb000     com.apple.iokit.IODVDStorageFamily (1.8) 9BC77405-09A3-3398-AE63-98894C42E288 <66 16 5 4 3 1>
   68    1 0xffffff7f814c1000 0x9000     0x9000     com.apple.iokit.IOBDStorageFamily (1.8) EE071733-F836-360B-958B-440E2CCF81E1 <67 66 16 5 4 3 1>
   69    0 0xffffff7f814cd000 0x1a000    0x1a000    com.apple.iokit.IOSCSIMultimediaCommandsDevice (394.50.1) 55C067B6-E8B4-3348-8EF2-131A7B5CC16A <68 67 66 63 16 6 5 4 3 1>
   70    0 0xffffff7f81272000 0x5000     0x5000     com.apple.driver.usb.AppleUSBHostPacketFilter (1.0) 8D179FD3-0359-3296-A6EF-45303F6DE8CC <19 7 6 5 4 3 1>
   71    0 0xffffff7f80d78000 0x4b000    0x4b000    at.obdev.nke.LittleSnitch (4718) 715E9654-C3FB-39A4-9514-C770F749EE8E <7 5 4 3 1>
   72    1 0xffffff7f81b52000 0x7000     0x7000     com.apple.filesystems.hfs.encodings.kext (1) 18EED417-E0C7-3AE6-8EBB-CB081566B738 <7 6 5 4 3 1>
   73    0 0xffffff7f81b59000 0x69000    0x69000    com.apple.filesystems.hfs.kext (366.50.19) 0DD51F29-270C-3A03-8125-A68E4D5AB22B <72 7 6 5 4 3 1>
   74    0 0xffffff7f81ccb000 0xa000     0xa000     com.apple.BootCache (40) 06D08FFE-3FB9-37A0-A0AE-BDDCDA4184D6 <7 6 5 4 3 1>
   75    0 0xffffff7f824e1000 0x6000     0x6000     com.apple.AppleFSCompression.AppleFSCompressionTypeZlib (1.0.0) A8B584B1-03DF-3780-923B-4FD6FF942049 <6 4 3 2 1>
   76    0 0xffffff7f824e9000 0x3000     0x3000     com.apple.AppleFSCompression.AppleFSCompressionTypeDataless (1.0.0d1) 13DD449C-FA18-3584-92A1-F91CAED7746A <7 6 4 3 2 1>
   77    0 0xffffff7f8123c000 0x2e000    0x2e000    com.apple.driver.usb.AppleUSBHub (1.1) 16B171D5-DEDE-3BB0-A923-D2C09358A4B1 <19 11 5 4 3 1>
   79    0 0xffffff7f8127b000 0x8000     0x8000     com.apple.driver.usb.AppleUSBHostCompositeDevice (1.1) 2F817338-A6EC-34D6-8776-3B21E8C901FC <19 5 4 3 1>
   80    0 0xffffff7f81d32000 0x8000     0x8000     com.apple.driver.usb.networking (5.0.0) 3389A3F9-A0CE-3E20-A6AC-0F667AE39B57 <19 5 4 3 1>
   82    0 0xffffff7f8111e000 0xb000     0xb000     com.apple.driver.usb.IOUSBHostHIDDevice (1.1) 6282D225-42BD-3742-A5CB-97A769B3B4AE <35 19 5 4 3 1>
   83    1 0xffffff7f816a5000 0x1a000    0x1a000    com.apple.iokit.IOFireWireAVC (4.2.5) 0640A08B-A4B7-3567-95A1-6555ED919D56 <59 5 4 3 1>
   85    2 0xffffff7f82433000 0xa000     0xa000     com.apple.AppleGraphicsDeviceControl (3.14.41) 781CA97C-27C8-35C2-BDF3-44C535394021 <7 6 5 4 3 1>
   86    2 0xffffff7f82651000 0x156000   0x156000   com.apple.kext.AMDSupport (1.5.0) 429D49FB-7C8C-3D8A-AE21-F828F3899754 <85 47 12 11 7 5 4 3 1>
   87    0 0xffffff7f8324b000 0x1e2000   0x1e2000   com.apple.kext.AMD7000Controller (1.5.0) 642EFE63-17FA-36AB-9A7F-F0F1186C40A1 <86 47 12 11 5 4 3 1>
   88    4 0xffffff7f814fc000 0x1a000    0x1a000    com.apple.driver.AppleSMC (3.1.9) 28A9D81B-DBAE-3C07-8C48-C9450F7B90C6 <12 11 7 5 4 3 1>
   89    1 0xffffff7f81469000 0x5000     0x5000     com.apple.iokit.IOSlowAdaptiveClockingFamily (1.0.0) CE7B6D9D-0577-3683-8410-CA8707BBDA4B <7 6 5 4 3 1>
   90    0 0xffffff7f820ab000 0x2000     0x2000     com.apple.driver.AppleIntelSlowAdaptiveClocking (4.0.0) 6FE984DD-A1FE-309E-83CF-B346989A6F17 <89 4 3>
   91    0 0xffffff7f81fde000 0x4000     0x4000     com.apple.driver.AppleOSXWatchdog (1) 9B1AC3B0-A459-3D88-B43D-428EA39DDB8A <12 7 6 5 4 3 1>
   92    2 0xffffff7f80a4b000 0x95000    0x95000    com.apple.vecLib.kext (1.2.0) C0ABF85C-CA30-3F02-9E1E-06F3BA5047A8 <8 6 5 4 3>
   93    5 0xffffff7f80aea000 0x3f000    0x3f000    com.apple.iokit.IOAudioFamily (205.15) 62BD3696-A3B8-3938-B01D-8F6CE2AFD1D5 <92 5 4 3 1>
   94    0 0xffffff7f82460000 0x74000    0x74000    com.apple.driver.AppleFWAudio (270.10) 6582BF35-BE64-3F38-8E8B-3545AEDA2BB7 <93 83 59 5 4 3 1>
   95    4 0xffffff7f814f2000 0xa000     0xa000     com.apple.driver.IOPlatformPluginFamily (6.0.0d8) 15B66A1C-63D8-3415-9635-A10039B4F0D1 <11 7 6 5 4 3>
   96    0 0xffffff7f82025000 0x3000     0x3000     com.apple.driver.AppleLPC (3.1) F51595F0-F9B1-3B85-A1C3-F984DAD4107E <95 12 5 4 3>
   97    2 0xffffff7f82195000 0xc000     0xc000     com.apple.iokit.IOHDAFamily (279.48) E332A19C-33F1-3F25-B9FC-982F769BF17A <5 4 3 1>
   98    1 0xffffff7f821a8000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (279.48) ED51F180-19C8-3DE1-AF81-0E389D98ADDE <97 93 47 12 7 6 5 4 3 1>
   99    0 0xffffff7f81659000 0xe000     0xe000     com.apple.iokit.IOFireWireIP (2.2.7) F30C2597-CAFD-386B-90E6-7A4007D8A6D5 <59 54 5 4 3 1>
  100    0 0xffffff7f81f3d000 0x3000     0x3000     com.apple.driver.AppleSMBusPCI (1.0.14d1) B290F731-FAA9-305D-943A-707BB224E53E <12 5 4 3>
  101    1 0xffffff7f81518000 0x17000    0x17000    com.apple.driver.X86PlatformPlugin (1.0.0) 4D7C495F-B088-3BC7-BE0B-86C0E7978CC0 <95 88 52 19 11 7 6 5 4 3 1>
  102    0 0xffffff7f82136000 0xa000     0xa000     com.apple.driver.AppleHV (1) 86C220DD-F35A-304C-A5AC-35D7EC4FDC90 <7 6 5 4 3 1>
  103    2 0xffffff7f815f5000 0x10000    0x10000    com.apple.iokit.IONDRVSupport (514.10) 79375D6E-7C89-3F2B-8AE2-186CAE5C2801 <47 12 7 5 4 3>
  106    0 0xffffff7f81f33000 0xa000     0xa000     com.apple.driver.AppleSSE (1.0) D88AFA94-440B-3316-ACFE-407133893EF0 <20 7 5 4 3 1>
  107    1 0xffffff7f81465000 0x4000     0x4000     com.apple.iokit.IOSMBusFamily (1.1) 185F0EBF-0262-3370-BD47-8FE4C8AA726E <5 4 3>
  108    1 0xffffff7f81f40000 0xf000     0xf000     com.apple.driver.AppleSMBusController (1.0.18d1) C90534F9-E82B-347A-B4CB-9D3303F4653C <107 12 11 5 4 3>
  109    0 0xffffff7f81bc9000 0x5000     0x5000     com.apple.Dont_Steal_Mac_OS_X (7.0.0) 7B7DB739-3DAA-3E7A-BA9E-38C3256D15B6 <88 9 7 4 3 1>
  110    0 0xffffff7f816d7000 0xe4000    0xe4000    com.apple.iokit.IOBluetoothFamily (5.0.4f18) 478E889D-01B6-38B1-8731-B9FF92D8BCF3 <15 7 5 4 3 1>
  111    1 0xffffff7f81474000 0xe000     0xe000     com.apple.iokit.IOSerialFamily (11) 272855EE-C816-329B-927C-383C40F83F1A <7 6 5 4 3 1>
  112    0 0xffffff7f816c3000 0xa000     0xa000     com.apple.iokit.IOBluetoothSerialManager (5.0.4f18) 6B32977C-5658-31A3-ABC3-4B860318B49D <111 7 5 4 3 1>
  113    0 0xffffff7f81030000 0x6000     0x6000     com.apple.iokit.IOUserEthernet (1.0.1) 32E2019A-799D-3E86-9F40-7D9AB4500A9D <54 6 5 4 3 1>
  114    0 0xffffff7f80f72000 0xf000     0xf000     com.apple.driver.pmtelemetry (1) 963D5479-A74A-35FA-AFAA-6D61989DAD4D <7 6 5 4 3>
  115    0 0xffffff7f80bb5000 0x23000    0x23000    tc.tctechnologies.driver.TCNear (4.3.1 47542) 3047F382-885E-32E3-ABD8-CA9115434D20 <93 59 5 4 3 1>
  116    1 0xffffff7f8152f000 0x7000     0x7000     com.apple.driver.X86PlatformShim (1.0.0) D6D4635C-98C0-31C0-AE82-20D003A58ECF <101 95 88 7 4 3>
  117    0 0xffffff7f81fd7000 0x4000     0x4000     com.apple.driver.ApplePlatformEnabler (2.7.0d0) 24BC0CD9-98BD-380E-BA21-3599C1B3B4A9 <7 5 4 3>
  118    0 0xffffff7f8243f000 0x18000    0x18000    com.apple.driver.AGPM (110.23.17) 3E92E313-274C-3175-A659-2CB88F03A707 <103 95 85 47 12 6 5 4 3>
  119    1 0xffffff7f821c5000 0x13000    0x13000    com.apple.kext.OSvKernDSPLib (525) D0421B4D-7B97-3102-BC42-3684344DB5E6 <5 4>
  120    1 0xffffff7f821d8000 0x147000   0x147000   com.apple.driver.DspFuncLib (279.48) F6771373-D27C-36AA-B87E-5038F235C536 <119 93 92 38 6 5 4 3 1>
  121    0 0xffffff7f8232a000 0xb5000    0xb5000    com.apple.driver.AppleHDA (279.48) 806B8C17-50CA-3C6B-90B3-195F38D8FB89 <120 103 98 97 93 47 6 5 4 3 1>
  123    0 0xffffff7f80f88000 0x3000     0x3000     com.paceap.kext.pacesupport.snowleopard (5.9.1) 25206F6A-6BC3-E93C-C31E-371502C8CE8E <7 5 4 3 1>
  124    1 0xffffff7f81cd7000 0x5000     0x5000     com.apple.kext.triggers (1.0) 3EAB29BE-4C7C-3D6C-B20B-B48707426005 <7 6 5 4 3 1>
  125    0 0xffffff7f81cdc000 0x9000     0x9000     com.apple.filesystems.autofs (3.0) E79E1801-8AB8-3BB1-A1F2-3CA5F9C7C648 <124 7 6 5 4 3 1>
  126    0 0xffffff7f83210000 0x27000    0x27000    com.apple.kext.AMDFramebuffer (1.5.0) 26FC86CE-635B-349C-9333-6386F0C78741 <86 47 12 11 7 5 4 3 1>
  127    0 0xffffff7f81feb000 0xe000     0xe000     com.apple.driver.AppleMCCSControl (1.3.1) 2C85AB9D-DB18-3E02-9327-E93D419CAFED <108 88 47 12 11 7 5 4 3 1>
  128    0 0xffffff7f81d9b000 0x5000     0x5000     com.apple.driver.AppleUpstreamUserClient (3.6.4) F39509A4-191C-35DA-B7D9-08F95E5AB8BC <47 12 11 7 5 4 3 1>

So what now?

 

Please have an exact look on your colours, too! I would say, Nightshift reduces the available amount of colours on my HD7750 from 32bit to 24bit. Make a transition in Photoshop and see yourself.

Link to comment
Share on other sites

 Share

×
×
  • Create New...