<?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>How To Ubuntu &#187; screensaver</title>
	<atom:link href="http://howto-ubuntu.net/tag/screensaver/feed/" rel="self" type="application/rss+xml" />
	<link>http://howto-ubuntu.net</link>
	<description>Focusing on the Long Term Support release -- Lucid 10.04</description>
	<lastBuildDate>Fri, 30 Jul 2010 12:30:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to lock your screen from the command line</title>
		<link>http://howto-ubuntu.net/how-to-lock-your-screen-from-the-command-line/</link>
		<comments>http://howto-ubuntu.net/how-to-lock-your-screen-from-the-command-line/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 23:35:29 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[alias]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[screensaver]]></category>

		<guid isPermaLink="false">http://howto-ubuntu.com/?p=185</guid>
		<description><![CDATA[<p>This could be very useful to you if you&#8217;re working in the terminal and need to step away for a moment. You can achieve a locked screen, just like when you do it the graphical way, with this command entered at the command line, or cli&#8230;


gnome-screensaver-command --lock

This will instantly launch your screensaver, and lock your [...]]]></description>
			<content:encoded><![CDATA[<p>This could be very useful to you if you&#8217;re working in the terminal and need to step away for a moment. You can achieve a locked screen, just like when you do it <a href="http://howto-ubuntu.com/2008/11/20/how-to-lock-your-screen/">the graphical way</a>, with this command entered at the command line, or cli&#8230;<br />
<span id="more-185"></span><br />
<br clear="none" /><br />
<code>gnome-screensaver-command --lock</code><br />
<br clear="none" /><br />
This will instantly launch your screensaver, and lock your computer&#8217;s screen. Your password will be required to gain access to your system once this is activated.</p>
<p>That command is pretty long, and typing it out would probably get on my nerves. You can use an alias to effectively shorten it. Here&#8217;s how we&#8217;ll do that, also at the command line&#8230;</p>
<p>Let&#8217;s say we want to be able to type in <em><strong>lock</strong></em>, to lock the screen. If I just type in lock, I get nothing. So I need to create an alias for this command. An alias is just like what it sounds like. It&#8217;s assigning another name to a certain command. At the command line enter&#8230;</p>
<p><code>gedit .bashrc</code><br />
<br clear="none" /><br />
There&#8217;s a certain section of this file that talks about aliases. You can add this line of text to that section of the file&#8230;<br />
<br clear="none" /><br />
<code>alias lock='gnome-screensaver-command --lock'</code><br />
<br clear="none" /><br />
This tells Ubuntu that when you type in <em><strong>lock</strong></em>, it executes <em><strong>gnome-screensaver-command &#8211;lock</strong></em>. Click the Save button and close the text editor. The next time you login, the change will have taken effect. Try it out and see how you like it.</p>
<p>Here&#8217;s what it should look like&#8230;</p>
<p><img class="alignleft size-full wp-image-192" title="screenshot-bashrc-gedit" src="http://howtoubuntu.files.wordpress.com/2008/12/screenshot-bashrc-gedit.png" alt="screenshot-bashrc-gedit" width="500" height="322" /></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-lock-your-screen-from-the-command-line%2F&amp;linkname=How%20to%20lock%20your%20screen%20from%20the%20command%20line"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-lock-your-screen-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>How to lock your screen</title>
		<link>http://howto-ubuntu.net/how-to-lock-your-screen/</link>
		<comments>http://howto-ubuntu.net/how-to-lock-your-screen/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 04:30:41 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[screensaver]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=92</guid>
		<description><![CDATA[<p>Locking your screen when you&#8217;re away from your computer is very important when there are other people around. You don&#8217;t want anyone messing around on your computer. In Ubuntu you can lock your screen very easily. Once your screen is locked, it will immediately start the screensaver. When someone tries to use the mouse or [...]]]></description>
			<content:encoded><![CDATA[<p>Locking your screen when you&#8217;re away from your computer is very important when there are other people around. You don&#8217;t want anyone messing around on your computer. In Ubuntu you can lock your screen very easily. Once your screen is locked, it will immediately start the screensaver. When someone tries to use the mouse or keyboard they are prompted for a password. If they don&#8217;t have the password, they can&#8217;t access your machine. This password is the same one you use to login with. Here&#8217;s how to lock your screen&#8230;</p>
<p><span id="more-92"></span></p>
<p>The quickest and easiest way to do this is to simply hit <strong>CTRL+ALT+L</strong>. This will automatically lock your screen, and start the screensaver. If, however, you don&#8217;t want to use that keyboard combination, there are other ways to do this. In this case, you&#8217;ll need to bring up this box, and choose the <strong>Lock Screen</strong> option.</p>
<p><a href="http://howtoubuntu.files.wordpress.com/2008/11/screenshot.png"><img class="alignnone size-medium wp-image-93" title="screenshot" src="http://howtoubuntu.files.wordpress.com/2008/11/screenshot.png?w=300" alt="screenshot" width="300" height="203" /></a></p>
<p>You can bring this box up a few different ways. You can also hit <strong>CTRL+ALT+DEL</strong>, or you can go to the <strong>System </strong>menu and select<strong> Quit</strong>, or you can click on the Exit icon on the taskbar. If someone tries to wake your computer up from the screensaver, this is what they&#8217;ll see&#8230;</p>
<p><a href="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-1.png"><img class="alignnone size-medium wp-image-94" title="screenshot-1" src="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-1.png?w=300" alt="screenshot-1" width="300" height="209" /></a></p>
<p>If they don&#8217;t have your password, they won&#8217;t get into your system. They can login as a different user, and this won&#8217;t affect what you&#8217;re doing. When that other user logs out, the machine will just go back to yourscreensaver. Another nice little feature is the ability for someone to leave you a message when your machine is locked. All they have to do is click the <strong>Leave Message</strong> box after they wake it from the screensaver. They type their message, hit <strong>Save</strong>, and leave. When you come back &amp; login, that message is displayed in the lower right hand corner of the screen until you close it. Very cool!</p>
<p><a href="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-3.png"><img class="alignnone size-full wp-image-95" title="screenshot-3" src="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-3.png" alt="screenshot-3" width="500" height="312" /> Notice the non-darkened area</a></p>
<p><a href="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-3.png"></a><a href="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-4.png"><img class="alignnone size-full wp-image-98" title="screenshot-41" src="http://howtoubuntu.files.wordpress.com/2008/11/screenshot-41.png" alt="screenshot-41" width="310" height="61" />Zoomed in view</a></p>
<p>[digg=http://digg.com/linux_unix/How_to_lock_your_screen_in_Ubuntu]</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fhow-to-lock-your-screen%2F&amp;linkname=How%20to%20lock%20your%20screen"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/how-to-lock-your-screen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xubuntu screensaver fix</title>
		<link>http://howto-ubuntu.net/xubuntu-screensaver-fix/</link>
		<comments>http://howto-ubuntu.net/xubuntu-screensaver-fix/#comments</comments>
		<pubDate>Wed, 28 May 2008 22:38:23 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[Utility]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[Xubuntu]]></category>

		<guid isPermaLink="false">http://howtoubuntu.wordpress.com/?p=10</guid>
		<description><![CDATA[<p>There are 2 ways of doing this.  One uses the already installed gnome-screensaver, and the other uses xscreensaver, which you&#8217;ll have to install.</p>
<p> </p>
<p>First option &#8212; gnome-screensaver</p>
<p> </p>
<p>Go to Applications &#62; Settings &#62; Settings Manager &#62; Autostarted apps</p>
<p> </p>
<p>Click on Add, and enter whatever name &#38; description you like, but enter gnome-screensaver in the [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#000000;">There are 2 ways of doing this.  One uses the already installed </span><em><span style="color:#000000;">gnome-screensaver</span></em><span style="color:#000000;">, and the other uses </span><em><strong><span style="color:#000000;">xscreensaver</span></strong></em><span style="color:#000000;">, which you&#8217;ll have to install.</span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="text-decoration:underline;"><strong><span style="color:#000000;">First option</span></strong></span><span style="color:#000000;"> &#8212; </span><em><span style="color:#000000;">gnome-screensaver</span></em></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">Go to </span><strong><span style="color:#000000;">Applications &gt; Settings &gt; Settings Manager &gt; Autostarted apps</span></strong></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">Click on </span><strong><span style="color:#000000;">Add</span></strong><span style="color:#000000;">, and enter whatever name &amp; description you like, but enter </span><strong><em><span style="color:#000000;">gnome-screensaver</span></em></strong><span style="color:#000000;"> in the command box.  This fixes the problem of the screensaver not starting when it should.  This makes the screensaver app start when the computer boots up so that it will function correctly.</span></p>
<p><span style="color:#000000;"> </span><span id="more-10"></span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="text-decoration:underline;"><strong><span style="color:#000000;">Second option &#8211;</span></strong></span><strong><span style="color:#000000;"> xscreensaver</span></strong></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">Open a terminal and enter</span></p>
<p><span style="color:#000000;"> </span></p>
<p><em><strong><span style="color:#000000;">sudo apt-get install xscreensaver</span></strong></em></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">This will install a screensaver application.  Now you must repeat the steps in the first option to make this thing start when the computer boots up.</span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">Go to </span><strong><span style="color:#000000;">Applications &gt; Settings &gt; Settings Manager &gt; Autostarted apps</span></strong></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">Click on </span><strong><span style="color:#000000;">Add</span></strong><span style="color:#000000;">, and enter whatever name &amp; description you like, but enter </span><strong><em><span style="color:#000000;">xscreensaver</span></em></strong><span style="color:#000000;"> in the command box.</span></p>
<p><span style="color:#000000;"> </span></p>
<p><span style="color:#000000;">This was a very frustrating problem that shouldn&#8217;t exist, but does. Xubuntu has so many benefits that I think I can deal with this one little, easily fixed, bug just fine.</span></p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fhowto-ubuntu.net%2Fxubuntu-screensaver-fix%2F&amp;linkname=Xubuntu%20screensaver%20fix"><img src="http://howto-ubuntu.net/wp-content/plugins/add-to-any/share_save_256_24.png" width="256" height="24" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://howto-ubuntu.net/xubuntu-screensaver-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
