Page 1 of 1

turn off LCD/MONITOR using ACPI on MS-DOS!

Posted: Tue Jul 30, 2013 10:51 am
by gonzalezmurilo
hey i need some help,
i would like to implement something like this, in my case i must turn off lcd/monitor using an acpi method, i need to execute it on ms-dos, please someone can help me?

thanks!!

Re: turn off LCD/MONITOR using ACPI on MS-DOS!

Posted: Tue Jul 30, 2013 12:53 pm
by AJ
Hi,

Have you looked at the ACPI specification? Is this homework?

You have a few options:
- Find a COM that will do it for you.
- Use ACPICA.
- Implement an AML interpreter from scratch.

Cheers,
Adam

Re: turn off LCD/MONITOR using ACPI on MS-DOS!

Posted: Wed Jul 31, 2013 5:27 am
by gonzalezmurilo
Hello Adam,

It's a small project from university, I've read ACPI specification, I don't know where to start.

I need to create a C program to run on MS-DOS, which turns off LCD pressing a key, and I need to write this code using ACPI, we can't use APM.

Re: turn off LCD/MONITOR using ACPI on MS-DOS!

Posted: Wed Jul 31, 2013 9:08 am
by Brynet-Inc
Perhaps you should work on setting up your development environment, it'll be a little challenging to do anything at all without a working compiler.

After do you do that, ask your teacher/instructor for help.

HINT: This is not a small project.

Re: turn off LCD/MONITOR using ACPI on MS-DOS!

Posted: Wed Jul 31, 2013 1:22 pm
by AJ
Hi,

I hope you've been given a long time for this...

Good luck,
Adam