Brad Reeves wrote:
> 1. My original question was related to how I can turn off the panel
> backlight from the command line. I am still not able to do it using
> "xset dpms force off"
Does the attached patch help ?
Regards,
Xavier
Index: src/via_lvds.c
===================================================================
--- src/via_lvds.c (revision 743)
+++ src/via_lvds.c (working copy)
@@ -89,7 +89,7 @@
hwp->writeSeq(hwp, 0x2A, hwp->readSeq(hwp, 0x2A) | 0x0F);
} else {
/* Turn DFP High/Low pad off. */
- hwp->writeSeq(hwp, 0x2A, hwp->readSeq(hwp, 0x2A) & 0x0F);
+ hwp->writeSeq(hwp, 0x2A, hwp->readSeq(hwp, 0x2A) & 0xF0);
}
}
_______________________________________________
openchrome-users mailing list
[email protected]
http://wiki.openchrome.org/mailman/listinfo/openchrome-users
Main page:
http://www.openchrome.org
Wiki:
http://wiki.openchrome.org
User Forum:
http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1