<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simon&#039;s Mess &#187; Configuration</title>
	<atom:link href="http://www.simonsmess.com/tag/configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonsmess.com</link>
	<description>A mess of ideas and things I want to share</description>
	<lastBuildDate>Sat, 10 Dec 2011 14:46:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VNC to GDM, with login &#8230; it can work !</title>
		<link>http://www.simonsmess.com/2008/02/26/vnc-to-gdm-with-login-it-can-work/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vnc-to-gdm-with-login-it-can-work</link>
		<comments>http://www.simonsmess.com/2008/02/26/vnc-to-gdm-with-login-it-can-work/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 15:11:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[distant access]]></category>
		<category><![CDATA[distant login]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[gdm.conf]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[remote login]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[xinetd]]></category>

		<guid isPermaLink="false">http://www.simonsmess.com/ubuntu/vnc-to-gdm-with-login-it-can-work/</guid>
		<description><![CDATA[The reason for the recrudescence of Ubuntu posts on this blog was originally due to me wanting to put that free OS on a couple of old machines I had at home. For some of them it worked, for some it did not, but at one point I still had to buy a brand new [...]]]></description>
			<content:encoded><![CDATA[<p>The reason for the recrudescence of <a href="http://www.simonsmess.com/category/ubuntu/">Ubuntu </a>posts on this blog was originally due to me wanting to put that free OS on a couple of old machines I had at home. For some of them it worked, for some it did not, but at one point I still had to buy a brand new machine, and this was the real key starting point in my Ubuntu experience. Only problem is that I did not expect my wife to like this move and as result have <strong>her take possession of the new hardware</strong> on the sole excuse that it works much better for her drawings/website designing hobby. That leaves me with my old machine, still running Windows XP (since some games for my little kid only work there) and <strong>me getting frustrated !</strong> <strong>So I decided I&#8217;d made a better use of my super new hardware and have the both of us actually use the good machine, and use the old one just for it&#8217;s screen and keyboard !</strong></p>
<p>I started to look for some info on the Internet, and found this first <a href="http://ubuntuforums.org/showthread.php?t=42941">Howto</a> about the subject. <strong>The idea is to install and configure a different Xserver than the one used by default in Ubuntu, configure GDM (the default window manager) to enable remote access as well as remote login, and finally use a simple VNC viewer on the client side to access the beauty.</strong> Unfortunately it&#8217;s only after a few tests that I discovered that it was addressing a rather old version of Ubuntu, and that Gutsy definitely needed some different configuration &#8230; But <strong>after already a few hours of work, I was on the good track.</strong><br />
I continued looking for info, and found the <a href="https://help.ubuntu.com/community/VNC#head-44bd51e0f14abb0ed834c0222a8a00d7163bc7d7">official help page for VNC</a>, which I though would directly give me the good configuration to apply &#8230; <u>This was to good to be true <img src='http://www.simonsmess.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </u> First let me say about this tutorial is that <u>I do not really understand their server/client differentiation</u> since all the GDM configuration actually happens on the server side &#8230; or at least that&#8217;s were I did it ! But since the first tutorial was pretty clear, I took it that on was on the right page. Anyhow this help page gave me some few extra pointers but I still could not get the connection from the client working and still got the &#8220;connection refused&#8221; message. <u>At that point, I was really getting annoyed and close to letting everything go.</u><br />
Fortunately I finally found this <a href="http://ubuntuforums.org/showthread.php?s=d7b80feec66ad8dcd25c415f4fbbc6a6&amp;t=658643">post</a> which doesn&#8217;t say much, but made my day ! It helped me tuneup the last configuration problem I had ! An<strong>d I was up and running with my new hardware from my old system !</strong><br />
With all that, you don&#8217;t know what configuration I made &#8230; <strong>Don&#8217;t worry here it comes !</strong></p>
<ul>
<li>First I installed xinetd via the traditional
<pre>sudo apt-get install xinetd</pre>
</li>
<li>Then I configured the vnc service by creating a <strong>vnc </strong>file in the <strong>/etc/xinetd.d/</strong> directory :
<pre>sudo nano /etc/xinetd.d/vnc</pre>
<p>and adding the folowing data into it</p>
<pre>service vnc
{
&#009;disable = no
&#009;socket_type = stream
&#009;protocol = tcp
&#009;wait = no
&#009;user = nobody
&#009;server = /usr/bin/Xvnc
&#009;server_args = -inetd :1 -query ::1 -broadcast -once -fp /usr/share/fonts/X11/misc/ -securitytypes=none -desktop=Server -extension XFIXES -geometry 1152x864
}</pre>
<p>Note that the final parameter (geometry) is actually the size of the old machine, so the one I&#8217;ll be connecting from with the VNC client.</li>
<li>I modified the /etc/services file to add this line:
<pre>&#009;vnc             5901/tcp                        # VNC with GDM</pre>
</li>
<li>I modified the gdm.conf (/etc/gdm/gdm.conf) file to have the following lines in the sections :
<pre>....
Greeter=/usr/lib/gdm/gdmgreeter
....
DisallowTCP=false
....
[xdmcp]
Enable=true
....
</pre>
</li>
<li>Finally restarting the xinetd and gdm services (sudo /etc/init.d/xinetd restart) should do the trick, but I did so many reboots, that a last one did not hurt so that&#8217;s what I did !</li>
<li>And after all that, I used TightVnc client to connect to my mew machine on port 5901 ( you can actually also use xxx:1 instead of xxx:5901) and I saw the beautiful GDM login screen ! </li>
</ul>
<p><strong>It is a warrior&#8217;s road</strong>, but there is an end to it &#8230; Keep faith, and result will come boys ! That&#8217;s always what I&#8217;m telling myself when dealing with Ubuntu&#8217;s tricky configuration problems <img src='http://www.simonsmess.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonsmess.com/2008/02/26/vnc-to-gdm-with-login-it-can-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DVD playback with Ubuntu</title>
		<link>http://www.simonsmess.com/2008/02/02/dvd-playback-with-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dvd-playback-with-ubuntu</link>
		<comments>http://www.simonsmess.com/2008/02/02/dvd-playback-with-ubuntu/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 16:40:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Bigard]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[dvd playback]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[totem]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.simonsmess.com/ubuntu/dvd-playback-with-ubuntu/</guid>
		<description><![CDATA[This was one feature I never got working until just a few minutes ago, even though I tried a couple of times ! Thanks to sebz, and a shared Google Reader item, the following article explains you how to do that ! Since it is really simple, here are the two commands you need to [...]]]></description>
			<content:encoded><![CDATA[<p>This was one feature <strong>I never got working until just a few minutes ago</strong>, even though I tried a couple of times !<br />
Thanks to sebz, and a <a href="http://googlereader.blogspot.com/2006/03/reader-learns-to-share.html">shared Google Reader item</a>, the following <a href="http://www.tech-recipes.com/rx/2765/ubuntu_enable_dvd_playback">article </a>explains you how to do that !<br />
Since it is <strong>really simple</strong>, here are the two commands you need to type in a terminal to get your DVDs running :<br />
<span style='border:1px'><code>sudo apt-get install totem-xine libxine1-ffmpeg libdvdread3<br />
sudo /usr/share/doc/libdvdread3/install-css.sh</code></span></p>
<p>Right after that, insert your DVD in your drive, and you should be on the road for some classic DVD watching on your favorite free open-source OS !<br />
For the record, I even <strong>successfully played the DVD from french comic Jean Marie Bigard</strong>, which was impossible on Windows XP !<br />
<u>PS: Sorry Vince, </u>you were right, it <strong>IS </strong>simple to play DVD &#8230; Once you know the correct configuration <img src='http://www.simonsmess.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonsmess.com/2008/02/02/dvd-playback-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the default language with Ubuntu</title>
		<link>http://www.simonsmess.com/2007/11/27/changing-the-default-language-with-ubuntu/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=changing-the-default-language-with-ubuntu</link>
		<comments>http://www.simonsmess.com/2007/11/27/changing-the-default-language-with-ubuntu/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 15:04:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[internationalization]]></category>
		<category><![CDATA[language support]]></category>

		<guid isPermaLink="false">http://www.simonsmess.com/ubuntu/changing-the-default-language-with-ubuntu/</guid>
		<description><![CDATA[On the request of a friend, here is how one can change the default language in Ubuntu Gutsy (7.10). It is actually a pretty simple action, but no one seems to remember how it&#8217;s actually being done ! So just go in the System/Administration/Language Support. A window will open, and you can here select the [...]]]></description>
			<content:encoded><![CDATA[<p>On the request of a friend, here is <strong>how one can change the default language in Ubuntu Gutsy</strong> (7.10).</p>
<p>It is actually a <u>pretty simple action</u>, but no one seems to remember how it&#8217;s actually being done ! So just go in the System/Administration/Language Support. A window will open, and you can here select the languages that you want your OS to support, and which one you want to make the default one.</p>
<p>The actual pretty slick thing about this, is that<strong> all the applications</strong> (actually the one supported, but that&#8217;s most of them) <strong>will reflect this change</strong>. So if you made the mistake of installing Ubuntu in French and you&#8217;re wife is not happy with it &#8230; <u>You have a two clicks exit <img src='http://www.simonsmess.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </u></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonsmess.com/2007/11/27/changing-the-default-language-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

