#3903: Add x11vnc to BLFS
-------------------------+--------------------------
 Reporter:  thofram      |       Owner:  blfs-book@…
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  current
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:  x11vnc vnc   |
-------------------------+--------------------------

Comment (by thofram):

 Linebreaks are gone. This is what I meant:


 {{{
 x11vnc is a very simple to setup VNC-server for X.

 Download:
 
​http://downloads.sourceforge.net/project/libvncserver/x11vnc/0.9.13/x11vnc-0.9.13.tar.gz

 Required: OpenSSL, jpeg, Xorg

 Build:
 tar -xvf x11vnc-0.9.13.tar.gz
 cd x11vnc-0.9.13
 ./configure --prefix=/usr --sysconfdir=/etc
 make
 make install

 Config:
 (as user)
 x11vnc -storepasswd
 Add as first line in ~/.xinitrc:
 x11vnc -display :0 -loop -shared -usepw -xkb &

 NB: Make sure port 5900 is not blocked by a firewall.
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/3903#comment:1>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to