notinthisworld 0 Posted January 10, 2003 hi. can anyone give me some brief steps on how to set up tightvnc server? because everytime i set it up, only the X desktop is shown, so the current desktop is not seen!!! Thanks and God Bless Share this post Link to post
Yuyo 0 Posted January 10, 2003 Quote: hi. can anyone give me some brief steps on how to set up tightvnc server? because everytime i set it up, only the X desktop is shown, so the current desktop is not seen!!! Thanks and God Bless In Mandrake Linux, you need to install vncserver. #urpmi vncserver Once you do so, open a terminal in the user display that you want to export. This can be done locally or remotely. Type the following: vncserver --geometry 1280x1024 (You can change the geometry to whatever you want to output 1024x768) Provide a passowrd when it asks for one. Start the tightvnc client. Good luck, Yuyo Share this post Link to post
punkisdead 0 Posted January 12, 2003 Are you trying to export the current display, PC Anywhere style for remote control? Or are you just trying to export any display i.e. trying to run the applications residing on the one PC regardless of which display. Share this post Link to post
notinthisworld 0 Posted January 13, 2003 i have successfully run vncserver and a vncviewer to view it. the question now is this: if i am the server, how can the other clients from other computers that are connected to me can ONLY view my desktop and not tamper it! God Bless Share this post Link to post
punkisdead 0 Posted January 14, 2003 Because when you are running the vncserver, you are exporting display 1 or higher not display 0(which is the desktop you are looking at now). There is only one vncserver package that I know of that will export display 0 and that is x0rfbserver. http://www.hexonet.de/software/x0rfbserver/ Share this post Link to post
Tekchip 0 Posted June 1, 2003 Acctually you should just edit the xstartup file in the .vnc hidden folder. home/.vnc/xstartup. The second post on this link has an example xstartup config. http://www.linuxquestions.org/questions/history/52949 Share this post Link to post