* A way to smoothly overgive graphics control to an other process/program
@ 2005-04-08 21:32 Dennis Heuer
2005-04-08 22:44 ` Måns Rullgård
0 siblings, 1 reply; 3+ messages in thread
From: Dennis Heuer @ 2005-04-08 21:32 UTC (permalink / raw)
To: linux-kernel
Hello,
I feel disturbed by the fact that when display-controlling programs are started in line (like the bootloader, linux, and finally xdm/gdm/kdm), there appear several switches of display resolution, text- and graphics mode, and background images. I asked myself how to get that more smooth as if there was only one presentation from the time the bootloader started up to the gnome/kde session. I thought that one could implement a small api that allows a running process to freeze display updates until the next process has overtaken the display, loaded the same presentation (from same location or just by similar configuration), dumped it to the working buffer of the graphics card, and released the display (a timeout with fallback-mode could make this transaction more fault-resistent). This way, the image loaded by the bootloader could be held on display up to the graphical login, and even as the desktop background, without any visible effect.
Is this technically feasible?
Regards
Dennis Heuer
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: A way to smoothly overgive graphics control to an other process/program
2005-04-08 21:32 A way to smoothly overgive graphics control to an other process/program Dennis Heuer
@ 2005-04-08 22:44 ` Måns Rullgård
2005-04-09 1:00 ` Dennis Heuer
0 siblings, 1 reply; 3+ messages in thread
From: Måns Rullgård @ 2005-04-08 22:44 UTC (permalink / raw)
To: linux-kernel
Dennis Heuer <dh@triple-media.com> writes:
> Hello,
>
> I feel disturbed by the fact that when display-controlling programs
> are started in line (like the bootloader, linux, and finally
> xdm/gdm/kdm), there appear several switches of display resolution,
> text- and graphics mode, and background images. I asked myself how to
> get that more smooth as if there was only one presentation from the
> time the bootloader started up to the gnome/kde session. I thought
> that one could implement a small api that allows a running process to
> freeze display updates until the next process has overtaken the
> display, loaded the same presentation (from same location or just by
> similar configuration), dumped it to the working buffer of the
> graphics card, and released the display (a timeout with fallback-mode
> could make this transaction more fault-resistent). This way, the image
> loaded by the bootloader could be held on display up to the graphical
> login, and even as the
> desktop background, without any visible effect.
>
> Is this technically feasible?
It's technically pointless. Take a look at bootsplash, though.
--
Måns Rullgård
mru@inprovide.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: A way to smoothly overgive graphics control to an other process/program
2005-04-08 22:44 ` Måns Rullgård
@ 2005-04-09 1:00 ` Dennis Heuer
0 siblings, 0 replies; 3+ messages in thread
From: Dennis Heuer @ 2005-04-09 1:00 UTC (permalink / raw)
To: linux-kernel
> > Is this technically feasible?
>
> It's technically pointless. Take a look at bootsplash, though.
>
> --
> Måns Rullgård
> mru@inprovide.com
Bootsplash does exactly what I was complaining about. It controls only some part of the process of *booting* into the desktop without smooth transition (though it's at least a nice toy). The rest of your answer hits me but doesn't help me a little. Sorry if I am a pointless non-geek.
Dennis
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-04-09 0:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08 21:32 A way to smoothly overgive graphics control to an other process/program Dennis Heuer
2005-04-08 22:44 ` Måns Rullgård
2005-04-09 1:00 ` Dennis Heuer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox