| 38 | ==== ACPI Video Extentions ==== |
| 39 | ACPI Video Extentions, as specified in ACPI Spec 4.0a Appendix B, adds special support to handle multiple output devices such as panels and TV-out capabilities, brightness control as well as special power management features. |
| 40 | Suggested work: Detect attached devices for display adapters, implement a basic driver for a display, allow display switching and brightness control. |
| 41 | |
| 42 | Requirements: computer with ACPI that has Acpi Video Extentions (_DOS _DOD and so on) |
| 43 | |
| 44 | Skill set: kernel development, general C/C++, userland development |