Forum: 10.X
03-03-2009, 02:35 PM
|
Replies: 106
Views: 427,967
|
Forum: 10.X
03-03-2009, 02:24 PM
|
Replies: 106
Views: 427,967
FN+F1 don't return any code.. notify SLPB 0x80...
FN+F1 don't return any code.. notify SLPB 0x80 will put the system to sleep.
FN+F5,FN+F6 will return between 0x20 to 0x2F = 15 steps of brightness.
FN+F8 return the next display code, LCD, EXT VGA...
|
Forum: 10.X
01-19-2009, 07:36 AM
|
Replies: 9
Views: 117,034
|
Forum: 10.X
01-19-2009, 07:28 AM
|
Replies: 106
Views: 427,967
USB sleep fix
Device (HPET)
{
Name (_HID, EisaId ("PNP0103"))
Name (_CID, EisaId ("PNP0C01"))
Name (CRS, ResourceTemplate ()
...
|
Forum: 10.X
01-19-2009, 07:18 AM
|
Replies: 106
Views: 427,967
activating the ASUS Hotkey.
if you look at your IOreg tree and you can see "ASUS010" or "ATKD" that mean you have a Asus hotkey device, you FN+Fx buttons will work.
you will have to find out what keys send what ACPI...
|
Forum: 10.X
01-19-2009, 06:53 AM
|
Replies: 106
Views: 427,967
Clamshell sleep.
Most portable system don't sleep on closing the LID, I tried to find a DSDT fix for it but cannot find it. (google is my best friend.) so I wrote 1 to fix my own.
If you have a better or...
|
Forum: 10.X
01-19-2009, 06:38 AM
|
Replies: 106
Views: 427,967
Fix blank screen on wake..
On the 1000H, the screen is blank on wake, you will need to press the brightness key to turn it on. Current fix is to use Sleep watcher and Reggie to write direct to turn it on.
By modding the...
|
Forum: 10.X
01-19-2009, 06:18 AM
|
Replies: 106
Views: 427,967
Activate your Power button.
change _HID to _CID
Device (PWRB)
{
Name (_HID, EisaId ("PNP0C0C")) ---> Name (_CID, EisaId ("PNP0C0C"))
Name (_UID, 0xAA)
Name (_STA,...
|
Forum: 10.X
01-19-2009, 06:09 AM
|
Replies: 106
Views: 427,967
Various DSDT mods.
There are many threads on installing OS X with DSDT override, if you do that you can mod it to fix and activate some features.
Things you can do/fix.
1. Activate the PWRB - Power button.
2. fix...
|
Forum: 10.X
01-19-2009, 05:59 AM
|
Replies: 9
Views: 117,034
Current update..
will leave KExt as just a...
Current update..
will leave KExt as just a feedback and logging tool. until I learn how to write to the Hotkey Device.
just by modding the DSDT, I got the following to work.
1. Display panel...
|
Forum: 10.X
01-16-2009, 04:45 PM
|
Replies: 9
Views: 117,034
|
Forum: 10.X
01-16-2009, 04:42 PM
|
Replies: 9
Views: 117,034
ASUS Hotkey for 1000H
Hi all on my first post here,
I am trying to make KEXT to support the Hotkeys on my 1000H.
I am not much of a coder, more of a hack, I used references from Superhai's AMW0, Apple examples and...
|