Contribute
Register

DSDT Patch for sleep / brightness /speedstep

Status
Not open for further replies.
Joined
Apr 20, 2014
Messages
25
Motherboard
windows 7 / Mavericks 10.9.3
CPU
Intel Core i5 520UM
Graphics
Intel HD graphics
Mobile Phone
  1. iOS
Hello everyone
can you please help me patch DSDT for my laptop:
Alienware M11xr2 core i5 520UM, intel HD graphics
I'm getting some errors trying to compile, speedstep working but sleep and brightness no working.
This is my stock dsdt.dsl
View attachment dsdt.rar
bak0.jpg

Screen Shot 2014-05-26 at 5.50.09 PM.jpg
:cry:
 
i have problem with brightness, i read a guide http://www.insanelymac.com/forum/to...ss-for-intel-80860046-1st-gen-hd-gma-5700mhd/
when i copy a PNLF code and compile it say error
View attachment 93995

Without seeing the resulting code (eg. your edited .DSL), I can't say much about the cause of the error, other than you've made a mistake...

Try my brightness fix (others have confirmed it works with some non-HD3000 machines)...

HD3000/HD4000 Brightness Fix:
DSDT Patches from here: https://github.com/RehabMan/Laptop-DSDT-Patch

Apply:
"Rename GFX0 to IGPU"
"Brightness Fix (HD3000/HD4000)"
- rename patch must be done first and to all DSDT/SSDT that contain references to GFX0 that you're including in your final SSDT set
- Brightness patch must be done to the DSDT or SSDT that contains the definition for Device GFX0 (search for 'Device (GFX0)'
- Place DSDT and SSDT (if necessary) into a place where the bootloader will load them. For Clover, EFI/CLOVER/ACPI/patched (DSDT.aml, SSDT-x.aml where 'x' is a number). For Chameleon, /Extra/ssdt.aml, /Exra/ssdt-1.aml, /Extra/ssdt-2.aml, etc.

Install: https://github.com/RehabMan/OS-X-ACPI-Backlight
 
Without seeing the resulting code (eg. your edited .DSL), I can't say much about the cause of the error, other than you've made a mistake...

Try my brightness fix (others have confirmed it works with some non-HD3000 machines)...

HD3000/HD4000 Brightness Fix:
DSDT Patches from here: https://github.com/RehabMan/Laptop-DSDT-Patch

Apply:
"Rename GFX0 to IGPU"
"Brightness Fix (HD3000/HD4000)"
- rename patch must be done first and to all DSDT/SSDT that contain references to GFX0 that you're including in your final SSDT set
- Brightness patch must be done to the DSDT or SSDT that contains the definition for Device GFX0 (search for 'Device (GFX0)'
- Place DSDT and SSDT (if necessary) into a place where the bootloader will load them. For Clover, EFI/CLOVER/ACPI/patched (DSDT.aml, SSDT-x.aml where 'x' is a number). For Chameleon, /Extra/ssdt.aml, /Exra/ssdt-1.aml, /Extra/ssdt-2.aml, etc.

Install: https://github.com/RehabMan/OS-X-ACPI-Backlight
tk Rehabman, i will try patch graphics_Rename-GFX0.txt and graphics_PNLF.txt, install acpi but brightness not working. sleep working now :), can you help me :(
this is my dsdt i made
View attachment dsdt.zip
only backlight error :(
//Sr for my english
 
Last edited:
You applied the wrong brightness patch. Read/follow the instructions carefully. Don't forget to install ACPIBacklight.kext.
Tk RehabMan, it work perfectly:D
//i have a question :does realtek ALC665 work on mavericks ?:)
 
Last edited:
Tks RehabMan, it work perfectly:D

Great...

//i have a question :does realtek ALC665 work on mavericks ?:)

I would assume so... all that is required is a proper patch for AppleHDA and correct DSDT patches to activate it.

Use google to see if you can find a patched AppleHDA already created.
 
Great...



I would assume so... all that is required is a proper patch for AppleHDA and correct DSDT patches to activate it.

Use google to see if you can find a patched AppleHDA already created.
Thanks, ALC665 work :D, I'm very happy :mrgreen:. How to control fan speed ?:)
 
Status
Not open for further replies.
Back
Top