Jump to content

fluid | fixed

ATI Radeon HD 6650M Graphics Enabler / DSDT

ATI 6650M GraphicsEnabler ATI 6650M 10.6.8 AMD Radeon HD 6650M ATI Radeon HD 6650M mac AMD 6650M custom personality 6650M DSDT patch ATI Radeon HD 6650M DSDT ATI Radeon 6470M DSDT

  • Please log in to reply
421 replies to this topic

#1
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia
We have two options to make the 6650M work: ( Some users asked for tutorilals, I will make one as soon as i can, i am trucking 15 hours a day so i don't have much free time)

( Radeon HD 6470M Users read page 17-19 for DSDT + patched kext Solution, I will update my OP soon with 6470M stuff also)

1. With DSDT patch + patched ATI6000Controller.kext
2. GraphicEnabler=Yes + Patched ATI6000Controller.kext
But we can't use the same kexts. I will cover first the DSDT patch + patched ATI6000Controller.kext

ATI 6650M 2GB SubsystemVendorID: 0x1025 SubsystemID: 0x050e

Original Ipomoea configuration:
	00 04 00 00 04 03 00 00 00 01 00 00 12 04 01 05
	00 08 00 00 04 02 00 00 00 01 00 00 11 02 04 03
	10 00 00 00 10 00 00 00 00 01 00 00 00 00 00 02
	

My best discovered Ipomoea configuration for DSDT + Patched ATI6000Controller.kext:
	02 00 00 00 40 00 00 00 09 01 00 00 10 01 00 03
	00 08 00 00 00 02 00 00 00 01 00 00 11 02 04 01
	10 00 00 00 10 00 00 00 00 01 00 00 00 00 01 05
	

My best discovered Ipomoea configuration for GraphicsEnabler + Patched ATI6000Controller.kext:
	02 00 00 00 40 00 00 00 09 01 00 00 20 01 00 03
	00 08 00 00 00 02 00 00 00 01 00 00 11 02 04 01
	10 00 00 00 10 00 00 00 00 01 00 00 00 00 01 05
	

Without any cable connected: =>Power On=>Boot=>Desktop=>LVDS OK, afterwards you can connect/disconnect  VGA or HDMI, mirror and extended desktop is working, no HDMI audio
HDMI or VGA cable connected: =>Power On=>Boot=>Desktop=>HDMI or VGA OK, afterwards you get only HDMI or VGA,  no LVDS, no display detect, no mirror, no extended desktop, no HDMI audio.

1. Downloads ATI 6650M 2GB SubsystemVendorID: 0x1025 SubsystemID: 0x050e (DSDT patch + patched ATI6000Controller.kext)
Attached File  10.6.8_ATI6000Controller.kext.zip   213.29K   3 downloads
Attached File  10.7.0_ATI6000Controller.kext.zip   232.19K   5 downloads
Attached File  10.7.2_ATI6000Controller.kext.zip   228.06K   3 downloads
Attached File  10.7.3_ATI6000Controller.kext.zip   228.44K   10 downloads
Attached File  10.7.4_ATI6000Controller.kext.zip   233.13K   0 downloads
Attached File  10.7.5_ATI6000Controller.kext.zip   236.67K   7 downloads
Attached File  10.8.DP4_ATI6000Controller.kext.zip   111.29K   4 downloads
Attached File  10.8.2_ATI6000Controller.kext.zip   116.91K   26 downloads
Attached File  10.8.3_ATI6000Controller.kext.zip   667.65K   31 downloads

You gonna need to replace Device (PEGP) in your DSDT with this code for the above kexts to work. Change "VRAM,totalsize",  to 0x00, 0x00, 0x00, 0x40 if you have 1 GB VRAM.
But first you  need to convert your VBIOS.rom to DSDT code with rom_dsdt_converter.exe (google it) and paste it in "ATY,bin_image", like this:
==========================================================================
"ATY,bin_image", <= Look for this line in the code for Device(PEGP) below
Buffer () <= leave Buffer empty!
  {
Converted VBIOS goes here in one line, than compile DSDT
  },
==========================================================================
This is the full model description of my Acer: Aspire 7750G-2674G50Mnkk, You can use my DSDT on your own risk.
Here is my DSDT : Attached File  DSDT.aml.zip   57.09K   39 downloads (Use it only after you  install one of the kexts, not before)
Here is just the code for the PEGP with converted VBIOS included in it : Attached File  PEGP.dsl.zip   95.46K   33 downloads
And my VBIOS:
	ATOM BIOS Rom:
	SubsystemVendorID: 0x1025 SubsystemID: 0x050e
	IOBaseAddress: 0x0000
	Filename: BR039370.007
	BIOS Bootup Message:
	Acer / Compal JE70_HR Whistler Pro DDR3 128Mx16 600E/800M				
	PCI ID: 1002:6741
	Connector at index 0
	Type [@offset 44838]: LVDS (7)
	Encoder [@offset 44842]: INTERNAL_UNIPHY (0x1e)
	i2cid [@offset 44912]: 0x92, OSX senseid: 0x3
	Connector at index 1
	Type [@offset 44848]: HDMI-A(11)
	Encoder [@offset 44852]: INTERNAL_UNIPHY1 (0x20)
	i2cid [@offset 44935]: 0x90, OSX senseid: 0x1
	Connector at index 2
	Type [@offset 44858]: VGA (1)
	Encoder [@offset 44862]: INTERNAL_KLDSCP_DAC1 (0x15)
	i2cid [@offset 44962]: 0x94, OSX senseid: 0x5
	

			 Device (PEGP)
			 {
				 Name (_ADR, Zero)
				 Name (_PRW, Package (0x02)
				 {
					 0x09,
					 0x04
				 })
				 Method (_DSM, 4, NotSerialized)
				 {
					 Store (Package (0x54)
						 {
							 "@0,AAPL,boot-display",
							 Buffer (0x04)
							 {
								 0x01, 0x00, 0x00, 0x00
							 },
							 "@0,ATY,EFIDisplay",
							 Buffer (0x05)
							 {
								 "LVDS"
							 },
							 "@0,compatible",
							 Buffer (0x0C)
							 {
								 "ATY,Ipomoea"
							 },
							 "@0,device_type",
							 Buffer (0x08)
							 {
								 "display"
							 },
							 "@0,built-in",
							 Buffer (One)
							 {
								 0x01
							 },
							 "@0,display-dual-link",
							 Buffer (0x04)
							 {
								 0x01, 0x00, 0x00, 0x00
							 },
							 "@0,display-type",
							 Buffer (0x04)
							 {
								 "LCD"
							 },
							 "@0,name",
							 Buffer (0x0C)
							 {
								 "ATY,Ipomoea"
							 },
							 "@1,device_type",
							 Buffer (0x08)
							 {
								 "display"
							 },
							 "@1,compatible",
							 Buffer (0x0C)
							 {
								 "ATY,Ipomoea"
							 },
							 "@1,connector-type",
							 Buffer (0x04)
							 {
								 0x00, 0x08, 0x00, 0x00
							 },
							 "@1,display-type",
							 Buffer (0x05)
							 {
								 "HDMI"
							 },
							 "@1,name",
							 Buffer (0x0C)
							 {
								 "ATY,Ipomoea"
							 },
							 "@2,device_type",
							 Buffer (0x08)
							 {
								 "display"
							 },
							 "@2,compatible",
							 Buffer (0x0C)
							 {
								 "ATY,Ipomoea"
							 },
							 "@2,connector-type",
							 Buffer (0x04)
							 {
								 0x10, 0x00, 0x00, 0x00
							 },
							 "@2,display-type",
							 Buffer (0x04)
							 {
								 "VGA"
							 },
							 "@2,name",
							 Buffer (0x0C)
							 {
								 "ATY,Ipomoea"
							 },
							 "AAPL,backlight-control",
							 Buffer (0x04)
							 {
								 0x00, 0x00, 0x00, 0x00
							 },
							 "AAPL00,DualLink",
							 Buffer (0x04)
							 {
								 0x01, 0x00, 0x00, 0x00
							 },
							 "AAPL,EMC-Display-List",
							 Buffer (0x40)
							 {
								 /* 0000 */ 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0008 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0010 */ 0x06, 0x10, 0x00, 0x00, 0x1B, 0x92, 0x00, 0x00,
								 /* 0018 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0020 */ 0x06, 0x10, 0x00, 0x00, 0x1C, 0x92, 0x00, 0x00,
								 /* 0028 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0030 */ 0x06, 0x10, 0x00, 0x00, 0x21, 0x92, 0x00, 0x00,
								 /* 0038 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
							 },
							 "AAPL,aux-power-connected",
							 Buffer (0x04)
							 {
								 0x01, 0x00, 0x00, 0x00
							 },
							 "ATY,bin_image",
							 Buffer ()
							 {
							 REMOVED CODE, You need to convert your VBIOS.rom with rom_dsdt_converter.exe (google it) and paste it here in one line, than compile DSDT
							 },
							 "ATY,Card#",
							 Buffer (0x0E)
							 {
								 "109-B77101-00"
							 },
							 "ATY,Copyright",
							 Buffer (0x33)
							 {
								 "Copyright AMD Inc. All Rights Reserved. 2005-2012"
							 },
							 "ATY,EFICompileDate",
							 Buffer (0x0C)
							 {
								 "Apr 19 2012"
							 },
							 "ATY,EFIDriverType",
							 Buffer (One)
							 {
								 0x02
							 },
							 "ATY,EFIEnabledMode",
							 Buffer (One)
							 {
								 0x02
							 },
							 "ATY,EFIHWInitStatus",
							 Buffer (0x08)
							 {
								 /* 0000 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
							 },
							 "ATY,EFIOrientation",
							 Buffer (0x02)
							 {
								 0x00, 0x01
							 },
							 "ATY,EFIVersion",
							 Buffer (0x0B)
							 {
								 "01.00.3180"
							 },
							 "ATY,EFIVersionB",
							 Buffer (0x0F)
							 {
								 "113-B77101-012"
							 },
							 "ATY,EFIVersionE",
							 Buffer (0x0F)
							 {
								 "113-B7710A-318"
							 },
							 "ATY,MemRevisionID",
							 Buffer (0x02)
							 {
								 0x09, 0x00
							 },
							 "ATY,MemVendorID",
							 Buffer (0x02)
							 {
								 0x02, 0x00
							 },
							 "ATY,PlatformInfo",
							 Buffer (0x80)
							 {
								 /* 0000 */ 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0008 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0010 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0018 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0020 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0028 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0030 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0038 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0040 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0048 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0050 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0058 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0060 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0068 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0070 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
								 /* 0078 */ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
							 },
							 "ATY,Rom#",
							 Buffer (0x10)
							 {
								 "113-B7710C-176"
							 },
							 "AAPL,slot-name",
							 Buffer (0x0C)
							 {
								 "PCIe Slot-1"
							 },
							 "device_type",
							 Buffer (0x12)
							 {
								 "ATY,IpomoeaParent"
							 },
							 "VRAM,totalsize",
							 Buffer (0x04)
							 {
								 0x00, 0x00, 0x00, 0x80
							 },
							 "model",
							 Buffer (0x14)
							 {
								 "AMD Radeon HD 6650M"
							 },
							 "hda-gfx",
							 Buffer (0x0A)
							 {
								 "onboard-1"
							 }
						 }, Local0)
					 DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
					 Return (Local0)
				 }
			 }
			 Device (HDAU)
			 {
				 Name (_ADR, One)
				 Method (_DSM, 4, NotSerialized)
				 {
					 Store (Package (0x02)
						 {
							 "hda-gfx",
							 Buffer (0x0A)
							 {
								 "onboard-1"
							 }
						 }, Local0)
					 DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
					 Return (Local0)
				 }
			 }
		 }
	

2. Downloads ATI 6650M 2GB SubsystemVendorID: 0x1025 SubsystemID: 0x050e (GraphicsEnabler=Yes + patched ATI6000Controller.kext)

Attached File  10.6.8_ATI6000Controller.kext.SubsystemID.050E.zip   213.62K   11 downloads
Attached File  10.7.0_ATI6000Controller.kext.SubsystemID.050E.zip   235.14K   0 downloads
Attached File  10.7.2_GE_ATI6000Controller.kext.zip   228.06K   2 downloads
Attached File  10.7.3_GE_ATI6000Controller.kext.zip   228.44K   1 downloads
10.7.4
10.7.5
Attached File  10.8.DP4_GE_ATI6000Controller.kext.zip   115.87K   6 downloads
Attached File  10.8.2_GE_ATI6000Controller.kext.zip   115.3K   42 downloads
Attached File  10.8.3_GE_ATI6000Controller.kext.zip   667.65K   14 downloads
Attached File  Chameleon_boot.zip   124.55K   17 downloads   Attached File  Chimera_boot.zip   123.59K   9 downloads (These are outdated versions of Chameleon and Chimera bootloaders, I will recompile newer versions if needed)

Latest Chameleon (24.02.2013) compiled with these SubsystemIDs Attached File  Chameleon_boot.zip   138.04K   15 downloads
	{ 0x6741, 0x050E1025, CHIP_FAMILY_TURKS, "AMD Radeon HD 6650M",				 kIpomoea },
	{ 0x6741, 0x050F1025, CHIP_FAMILY_TURKS, "AMD Radeon HD 6650M",				 kIpomoea },
	{ 0x6741, 0x05131025, CHIP_FAMILY_TURKS, "AMD Radeon HD 6650M",				 kIpomoea },
	

Chameleon boot v2 Attached File  Chameleon_boot_v2.zip   138.05K   24 downloads , added SubsystemID 107C, SubsystemVendorID: 0x1043
	{ 0x6741, 0x107C1043, CHIP_FAMILY_TURKS, "AMD Radeon HD 6650M",				 kIpomoea },
	

Edited by Trucker MK, Today, 01:58 PM.


#2
E.Miller

E.Miller

    InsanelyMac Protégé

  • Members
  • Pip
  • 15 posts
  • Gender:Male
  • Location:Germany
Hi Trucker,

I followed your old post. I have exactly the same video card as you. I only have 1gb ram. I tried it with  both of your methods, the one with ati init runned but only with the cursor on a white screen... Could you help me please? I have an acer 7750g with core i5. It works everything exept ethernet and graphics. I run 10.7.3. I also tried with the new mountain lion, but i get an error that the headers are not correct, maybe you have tried it with 10.8 too? Would be great if you could help me, i was waiting so long for a solution! ;)

#3
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia
Hi, I haven't tried on 10.8. You can try now again on 10.7.3 with Chimera + ATI6000Controller.kext or ATY_init.kext +  ATI6000Controller.kext.  for 10.7.3.  For the next few days i wont be around, i can't use my data plan on roaming, too expensive. I guess my 6650M is working the best, even Pentahex said that sometimes have black screen or "double vision" effect, i think he has also the one with 1 GB. Another user having 6650M with 2 GB RAM is having the same issues. I never got black screen, only few times "double vision" effect.
Edit. I believe that i can make this Ipomoea Personality ( or some other) even better but that will be after 2 months when i'll be at home and can test HDMI and VGA also. I don't have those in my truck, yet :P

#4
E.Miller

E.Miller

    InsanelyMac Protégé

  • Members
  • Pip
  • 15 posts
  • Gender:Male
  • Location:Germany
Thanks for the quick reply. I'm making a new fresh installation on my laptop with 10.7.3. I did not used your chimera build before, maybe thats the problem! You have done great work so far! See you in a few days :)

#5
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia
Try again, it should work, I had some issues/mistakes with compiling chameleon.

#6
E.Miller

E.Miller

    InsanelyMac Protégé

  • Members
  • Pip
  • 15 posts
  • Gender:Male
  • Location:Germany

View PostTrucker MK, on 13 March 2012 - 09:41 PM, said:

Try again, it should work, I had some issues/mistakes with compiling chameleon.

It WORKS! Thank you very much! Writing this Message from the new Mac with the great resolution!!! I will make an entire disk backup now, so that i am save ;)
I will also post all required Kexts here, to get everything worked on the 7750g!

Thank you, for this great work!

#7
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia
You are welcome, that's great news, try to reboot few times. Does it boot ok every time? Give me the vendor and device id from your ethernet. Maybe I can help you with that also.

Edit. There are more 7750G models, all with different hardware, mine for example is Acer Aspire 7750G-2674G50Mnkk, look on the bottom stickers.

#8
E.Miller

E.Miller

    InsanelyMac Protégé

  • Members
  • Pip
  • 15 posts
  • Gender:Male
  • Location:Germany
Everything works. The first boot on a clean install and it worked! I booted it 15 times now, no Problem at all. Maybe its because i updated to Bios 1.18 before install? I have the same Ethernet as you, maybe you can provide me the link to the kext? I only have one for 10.6. But it is not so important because Wifi works! Thank you!

#9
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia
Try this  Attached File  AtherosL1cEthernet.kext.rar   44.42K   21 downloads

#10
E.Miller

E.Miller

    InsanelyMac Protégé

  • Members
  • Pip
  • 15 posts
  • Gender:Male
  • Location:Germany
Nice! This works too! In the meantime, i got a Kernel Panic, but i rebooted again and it works! So the only thing which is left: The Touchpad. Do you have a driver for Multitouch? I can only move the cursor but with clicking on the pad nothing happens... ;)

#11
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia

View PostE.Miller, on 13 March 2012 - 10:22 PM, said:

Maybe its because i updated to Bios 1.18 before install?
The last update for WhistlerPro chipset was in v1.09 i think, if you want, you can update to v1.19. You have that since 05.03.2012

View PostE.Miller, on 13 March 2012 - 10:35 PM, said:

Nice! This works too! In the meantime, i got a Kernel Panic, but i rebooted again and it works! So the only thing which is left: The Touchpad. Do you have a driver for Multitouch? I can only move the cursor but with clicking on the pad nothing happens... ;)
I dont have it, same here, no clicking. About the KP, i have it also sometimes from that kext, if you don't need ethernet maybe is better to delete it.

BTW, do you have working USB 3.0 ?

#12
E.Miller

E.Miller

    InsanelyMac Protégé

  • Members
  • Pip
  • 15 posts
  • Gender:Male
  • Location:Germany
Okay, so i will do some research! See you soon. I will post the kext when i found it!

Here you go for Touch/Trackpad: Attached File  Touchpad.zip   105.4K   31 downloads- or try this Link: http://www.mediafire...ya4ii66v122w7gk
There is no Multitouch support, but if you Click on the pad you have a mouse click!
Thats a small but a great improvement!

EDIT: BTW your question about USB 3.0:

Did you tried this kext? http://osx86.net/dow...do=file&id=2293

I'm not sure if this is the right one, but it might be. I will test it tomorrow.

#13
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia
Thanks, I'll test it tomorrow. When you get  (Internal Server Error) try more than once. 3-4 times and it will work.
You didn't answer me about the USB 3.0. You got it working or still no luck?




Quote

EDIT: BTW your question about USB 3.0:
Did you tried this kext? http://osx86.net/dow...do=file&id=2293
I'm not sure if this is the right one, but it might be. I will test it tomorrow.

I think i did, but maybe i should try it again. Thanks

#14
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia

View PostE.Miller, on 13 March 2012 - 11:01 PM, said:


Here you go for Touch/Trackpad: Attachment Touchpad.zip- or try this Link: http://www.mediafire...ya4ii66v122w7gk
There is no Multitouch support, but if you Click on the pad you have a mouse click!
Thats a small but a great improvement!
Not even the keyboard works with this for me, thanks anyway.
Sent from my HTC HD2 using Tapatalk

#15
E.Miller

E.Miller

    InsanelyMac Protégé

  • Members
  • Pip
  • 15 posts
  • Gender:Male
  • Location:Germany
Your keyboard does not work? I could upload the kext if you want. USB 3.0 doesn't work for me, everytime i plug in a device the whole system freezes.
Touchpad and Keyboard work for me. USB 3 is not that important to me. Does Hibernation work for you?

#16
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia
My keyboard and touchpad does not work only with the kexts you attached above.Same here for USB 3.0, and no sleep/hibernation. I have green screen on display sleep and KP on Computer sleep.

#17
bux_booga

bux_booga

    InsanelyMac Protégé

  • Members
  • Pip
  • 8 posts
  • Gender:Male
  • Location:Russia, Chelyabinsk
Hi, Trucker MK! Thanx for your topic! Do you have a problem with 16bit color on your Acer?

#18
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia
Yes, some pictures look pretty bad.

Sent from my HTC HD2 using Tapatalk

#19
bux_booga

bux_booga

    InsanelyMac Protégé

  • Members
  • Pip
  • 8 posts
  • Gender:Male
  • Location:Russia, Chelyabinsk
Try this DSDT patch
"@0,display-link-component-bits",
Buffer (0x04)
{
0x06, 0x00, 0x00, 0x00
},
"@0,display-pixel-component-bits",
Buffer (0x04)
{
0x06, 0x00, 0x00, 0x00
},
"AAPL00,Dither",
Buffer (0x04)
{
0x00, 0x00, 0x00, 0x00
},
"@0,display-dither-support",
Buffer (0x04)
{
0x00, 0x00, 0x00, 0x00
}


If it helps, write here. Some say it helps, but I did not help.

And if your monitor does not wake up after sleep, I can help.

#20
Trucker MK

Trucker MK

    InsanelyMac Geek

  • Members
  • PipPipPip
  • 172 posts
  • Gender:Male
  • Location:Republic Of Macedonia
Thanks, I'll try that tonight or tomorrow, I'm working today. About the wake screen, I don't have working sleep yet,  only green screen on display sleep and KP on computer sleep. If you could help me with that also, it will be perfect. I am using roaming data plan untill next week and I wont be online as much as usual. Thanks again.

Sent from my HTC HD2 using Tapatalk





5 user(s) are reading this topic

3 members, 0 guests, 2 anonymous users


© 2013 InsanelyMac  |   News  |   Forum  |   Downloads  |   OSx86 Wiki  |   Mac Netbook  |   Web hosting by CatN  |   Designed by Ed Gain  |   Logo by irfan  |   Privacy Policy