<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Wed May 22, 2013 11:47 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Wed May 22, 2013 11:47 am</pubDate>
  <lastBuildDate>Wed May 22, 2013 11:47 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: Configuring TightVNC server on lubuntu</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=106210#106210</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=68114'&gt;zzzooo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jun 07, 2012 8:42 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Jonathanwri73 wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;br /&gt;
5. vi (or nano) xtstartup and then:&lt;br /&gt;
   - Comment out the last line of the file which should be /etc/X11/Xsession&lt;br /&gt;
   - Add the following line as the last line of the file&lt;br /&gt;
     /usr/bin/lxsession -s Lubuntu -e LXDE&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
The following line also works if you have all the Lubuntu packages installed (I'm using Ubuntu 12.04):&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;/usr/bin/startlubuntu&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
In case it helps anyone, here's my complete xstartup file:&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
xrdb $HOME/.Xresources&lt;br /&gt;
xsetroot -solid grey&lt;br /&gt;
# Fix to make GNOME work&lt;br /&gt;
export XKL_XMODMAP_DISABLE=1&lt;br /&gt;
&lt;br /&gt;
# Start an LXDE session.&lt;br /&gt;
/usr/bin/startlubuntu&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
This gives me a nice desktop with LXDE and a fully populated menu, panel, etc.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=106210#106210</comments>
                                        <author>zzzooo</author>
                                        <pubDate>Thu Jun 07, 2012 8:42 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=106210#106210</guid>
                                      </item>
                                      <item>
                                        <title>Re: Configuring TightVNC server on lubuntu</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=106207#106207</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=68114'&gt;zzzooo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Jun 07, 2012 8:34 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;lewisgard wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;when I try to &amp;quot;vi xtstartup&amp;quot; it looks like is opening a new file, there is nothing to edit. I'm a newbe to lunix and been trying hard to get a vnc server going.  Do you know what I might be doing wrong? Thanks!&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
According to the page linked below, tightvncserver only creates the configuration file the first time it is run. So if you have not yet run tightvncserver the configuration file will not have been created. Run it once from the command line (e.g. type &amp;quot;tightvncserver :1&amp;quot;) and it should give you a configuration file to edit. (To kill the session you created with that command, type &amp;quot;tightvncserver -kill :1&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://help.ubuntu.com/community/VNC/Servers#tightvncserver&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://help.ubuntu.com/community/VNC/Servers#tightvncserver&lt;/a&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=106207#106207</comments>
                                        <author>zzzooo</author>
                                        <pubDate>Thu Jun 07, 2012 8:34 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=106207#106207</guid>
                                      </item>
                                      <item>
                                        <title>Re: Configuring TightVNC server on lubuntu</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=105358#105358</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=231'&gt;wyliecoyoteuk&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Apr 16, 2012 4:24 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      you need the path to the file, which should be in the .vnc directory in your home folder:&lt;br /&gt;
&lt;br /&gt;
sudo vi ~/.vnc/xtstartup&lt;br /&gt;
&lt;br /&gt;
however, if nano is installed, you might find that more user friendly than vi&lt;br /&gt;
&lt;br /&gt;
sudo nano ~/.vnc/xtstartup</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=105358#105358</comments>
                                        <author>wyliecoyoteuk</author>
                                        <pubDate>Mon Apr 16, 2012 4:24 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=105358#105358</guid>
                                      </item>
                                      <item>
                                        <title>Re: Configuring TightVNC server on lubuntu</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=105352#105352</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=68024'&gt;lewisgard&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Apr 16, 2012 1:52 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      when I try to &amp;quot;vi xtstartup&amp;quot; it looks like is opening a new file, there is nothing to edit. I'm a newbe to lunix and been trying hard to get a vnc server going.  Do you know what I might be doing wrong? Thanks!</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=105352#105352</comments>
                                        <author>lewisgard</author>
                                        <pubDate>Mon Apr 16, 2012 1:52 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=105352#105352</guid>
                                      </item>
                                      <item>
                                        <title>Configuring TightVNC server on lubuntu</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=100567#100567</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2717'&gt;Jonathanwri73&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Jul 17, 2011 4:02 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      For those who may want to use lubuntu on a lower powered desktop and access this remotely.  I found out some simple steps to acheive this which are as follows:&lt;br /&gt;
&lt;br /&gt;
1. Get the tightvncserver package using the command:&lt;br /&gt;
&lt;br /&gt;
apt-get install tightvncserver&lt;br /&gt;
&lt;br /&gt;
2. Open LXTerminal in your login session&lt;br /&gt;
&lt;br /&gt;
3. Run the command vncpasswd to define a vncpasswd&lt;br /&gt;
&lt;br /&gt;
4. cd $HOME/.vnc&lt;br /&gt;
&lt;br /&gt;
5. vi (or nano) xtstartup and then:&lt;br /&gt;
   - Comment out the last line of the file which should be /etc/X11/Xsession&lt;br /&gt;
   - Add the following line as the last line of the file&lt;br /&gt;
     /usr/bin/lxsession -s Lubuntu -e LXDE&lt;br /&gt;
&lt;br /&gt;
6. Save the file&lt;br /&gt;
&lt;br /&gt;
7. Start the VNC server using command tightvncserver and then connect from your client.&lt;br /&gt;
&lt;br /&gt;
Best regards,&lt;br /&gt;
Jonathan</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=100567#100567</comments>
                                        <author>Jonathanwri73</author>
                                        <pubDate>Sun Jul 17, 2011 4:02 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=100567#100567</guid>
                                      </item></channel></rss>