[K12OSN] fl_teachertool-0.60 fails at make step

Robert Arkiletian robark at gmail.com
Mon Aug 18 05:23:45 UTC 2008


On Sun, Aug 17, 2008 at 6:06 PM, David Hopkins <dahopkins429 at gmail.com> wrote:
> Wow!  This is definitely very very very cool.  The step-by-step guide
> is excellent.  My only issue is I didn't see the 16bit 800x600 line in
> my vncts file. So I didn't worry about it.

You don't have to change the broadcast window size. But by default
it's 800x600. I find most people (including me) run the clients at
1024x768. So it's nice if the broadcast window fits the whole screen.
Here is the line I modified in /etc/xinetd.d/vncts.  Remember to
restart xinetd

service vnc-800x600x16
{
        disable         =  no
        socket_type     = stream
        wait            = no
        user            = nobody
        group           = tty
        server          = /usr/bin/vncts
#        server_args     = -geometry 800x600 -depth 16
        server_args     = -geometry 1024x768 -depth 16
}


-- 
Robert Arkiletian
Eric Hamber Secondary, Vancouver, Canada
Fl_TeacherTool http://www3.telus.net/public/robark/Fl_TeacherTool/
C++ GUI tutorial http://www3.telus.net/public/robark/




More information about the K12OSN mailing list