User:Bjordan/Screencasting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
sudo ln -s /lib/libcrypto.so.7 /lib/libcrypto.so.4 |
sudo ln -s /lib/libcrypto.so.7 /lib/libcrypto.so.4 |
||
x11vnc |
x11vnc |
||
# sed comment out the line from xorg.conf w/ the word " |
# sed comment out the line from xorg.conf w/ the word "testing" in it |
||
</pre> |
</pre> |
||
Latest revision as of 22:58, 6 January 2009
http://www.unixuser.org/~euske/vnc2swf/ http://dev.laptop.org/~bjordan/installingx11vnc.sh
wget ftp://fr2.rpmfind.net/linux/dag/redhat/9/en/i386/dag/RPMS/x11vnc-0.9.5-1.rh9.rf.i386.rpm sudo rpm -i -v --nodeps x11vn* sudo ln -s /lib/libssl.so.7 /lib/libssl.so.4 sudo ln -s /lib/libcrypto.so.7 /lib/libcrypto.so.4 x11vnc # sed comment out the line from xorg.conf w/ the word "testing" in it
http://croquetweak.blogspot.com/2008/12/emulating-latest-stable-olpc-xo.html