2008/12/23 Koen Kooi <k.kooi@xxxxxxxxxxxxxxxxxx>: > > Op 23 dec 2008, om 10:34 heeft Jarkko Nikula het volgende geschreven: > >> On Tue, 23 Dec 2008 10:04:24 +0100 >> "ext Koen Kooi" <k.kooi@xxxxxxxxxxxxxxxxxx> wrote: >> >>> have you tried http://cgit.pingu.fi/xf86-video-omapfb/ yet? That >>> should give you XV and it shouldn't need an xorg.conf. >>> >> Thanks for info! Do you know does it support standard xset commands, >> i.e. setting the different blanking modes? > > It shares a lot of code with xf86-video-fbdev, but I don't know if the > blanking code made it into the driver. Kalle, do you know if blanking works? For the extent that omapfb offers it (well, at least the driver present on the Nokia kernel for N8x0), yes. The DPMS support is implemented in: http://cgit.pingu.fi/xf86-video-omapfb/tree/src/omapfb-driver.c#n728 and as the comments indicate, I only saw on/off settings in the omapfb kernel driver. The xf86-video-fbdev tries to set the standby and suspend modes and fails (you'll get some "ioctl failed" message about it), but can't remember if it manages to blank it properly for off (I suppose so). To circumvent that, I opted for simply setting the VESA_POWERDOWN mode for all of the standby, suspend and off modes. The plan is to adjust the brightness for at least standby, maybe even for suspend, so you can use DPMS to do the usual "dim quickly, turn off later" pattern. -- Kalle Vahlman, zuh@xxxxxx Powered by http://movial.fi Interesting stuff at http://sandbox.movial.com See also http://syslog.movial.fi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html