Monitor black after 10 Minutes

Pedro Salgueiro pedro.salgueiro at gmail.com
Thu Jul 26 20:11:31 UTC 2007


Hi!

I was trying not to change te driver. Is there any other way to resolve this?

Anyway, I will try to find out what driver I'm using...

Thank you.
Pedro Salgueiro

On 7/26/07, Christopher Reder <creder at digitalcpt.com> wrote:
> Try looking for whatever video driver you are using (on my board, it was an
> Epson s1d), and look for something like the following:
>
>
> static struct fb_ops s1d13xxxfb_fbops = {
>         .owner          = THIS_MODULE,
>         .fb_set_par     = s1d13xxxfb_set_par,
>         .fb_setcolreg   = s1d13xxxfb_setcolreg,
>         .fb_blank       = s1d13xxxfb_blank,
>
>         .fb_pan_display = s1d13xxxfb_pan_display,
>
>         /* to be replaced by any acceleration we can */
>         .fb_fillrect    = cfb_fillrect,
>         .fb_copyarea    = cfb_copyarea,
>         .fb_imageblit   = cfb_imageblit,
> };
>
> See where it has .fb_blank ?  well, that is the function that will blank it.
> If you just return out of that without doing anything, it won't go black.
>
> Hope that helps...
>
> -----Original Message-----
> From: busybox-bounces at busybox.net [mailto:busybox-bounces at busybox.net] On
> Behalf Of Pedro Salgueiro
> Sent: Thursday, July 26, 2007 12:58 PM
> To: busybox at busybox.net
> Subject: Monitor black after 10 Minutes
>
> Hi!
>
> I am using Busybox 1.6.0 to make an automated net-instalation of
> Linux. Everything is working ok, but when the install process is
> working, after 10 minutes of no keyboard or mouse activity the monitor
> goes blank(black) and only gets ok when I hit the keyboard.
>
> Does anyone knows how to solve this problem?
>
> Thank you all and sorry for the bad english.
>
> Pedro Salgueiro
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://busybox.net/cgi-bin/mailman/listinfo/busybox
>
>



More information about the busybox mailing list