Re: [Suspend-devel] Userspace splash?

2006-07-07 Thread Rafael J. Wysocki
On Friday 07 July 2006 22:46, Holger Macht wrote: > On Fri 07. Jul - 13:04:15, Rafael J. Wysocki wrote: ]--snip--[ > > splash_prepare() here sets up the splash system and makes sure it _won't_ > > draw > > anything while the console is being prepared. > > > > IOW, we should call splash->to_silent

Re: [Suspend-devel] Userspace splash?

2006-07-07 Thread Holger Macht
On Fri 07. Jul - 13:04:15, Rafael J. Wysocki wrote: > Hi, > > On Friday 07 July 2006 10:29, Tim Dijkstra wrote: [...] > > #define switch_vt_mode(fd, vt, ioc1, ioc2) ioctl(fd, KDSKBMODE, ioc1); > > \ > > ioctl(fd, VT_ACTIVATE, vt); > > \ > >

Re: [Suspend-devel] Userspace splash?

2006-07-07 Thread Rafael J. Wysocki
Hi, On Friday 07 July 2006 10:29, Tim Dijkstra wrote: > I'm trying to integrate another splash system into suspend. Great. :-) > It's a userspace splash program (splashy) so it should be easier for people > to use (no kernel patches), but 'm not really sure if it's going to work at > all. >

[Suspend-devel] Userspace splash?

2006-07-07 Thread Tim Dijkstra
Hi, I'm trying to integrate another splash system into suspend. It's a userspace splash program (splashy) so it should be easier for people to use (no kernel patches), but 'm not really sure if it's going to work at all. Being a userspace program, is it going to be frozen? I guess it will fro