Re: [Linux-fbdev-devel] [PATCH] Framebuffer: 2nd try: client notification mecanism & PM
From: James Simmons <hidden>
Date: 2003-08-07 17:23:17
Also in:
lkml
From: James Simmons <hidden>
Date: 2003-08-07 17:23:17
Also in:
lkml
I believe solution to this is simple: always switch to kernel-owned console during suspend. (swsusp does it, there's patch for S3 to do the same). That way, Xfree (or qtopia or whoever) should clean up after themselves and leave the console to the kernel. (See kernel/power/console.c)
Not very helpful on embedded systems that use the framebuffer without the VT console.