> Hello Mehmet,
>
> I'm not entirely sure if I understand what is the goal but if you're
> talking about computer labs:
> One option would be using vnc sessions (tightvnc e.g.), so students can
> watch lessons on their own terminals. It’s possible to set view only
> sessions also. It sounds feasible that all command line work being done
> from the virtual X session as well.
> It’s also possible to make vnc sessions running from jails (for
> testing/disposable jails e.g.). With stuff like this you don’t even need to
> worry about extra hardware. In fact it can be all done from a headless
> server.
>
> Well sorry if this have nothing to do about your intents, just some option.
>
> Cheers,
> Rodrigo
>
>
>
Assume we started KDE and testing a graphically displayed program .
During that time , stdin , stdout , stderr outputs are not visible .
Operating system is not using a graphical display .
Therefore , there is a need to be able to define stdin , stdout , stderr
divertible to different monitors ( by , for example , loader.conf
definitions ) attached to PCI , USB , or main board ports .
There is possibility of use of xrandr , but this is an extension to X
Window .
By using different monitors , it will be possible to view inner working of
the operating system on line , otherwise , stored information can be viewed
off line .
As an example , in KDE , start a terminal . In that terminal , start a
graphically usable program , for example , Dolphin . You will see that ,
there will be many messages displayed in the terminal .
No one these messages are displayed when Dolphin is started from KDE menus .
Ability to divert stdin into an independent monitor is important because
when a program continuously displays data onto stdout , it is not possible
to enter any input up to end of the working program .
Mehmet Erol Sanliturk