<?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>Ubuntu For Free &#187; TV</title>
	<atom:link href="http://www.forwardyouth.com/ubuntu/category/tv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forwardyouth.com/ubuntu</link>
	<description>A blog covering the Ubuntu Linux distro for you and your wallet.</description>
	<lastBuildDate>Thu, 04 Mar 2010 01:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>nVidia TwinView Dual Display Monitor Orientation Configuration and Setup</title>
		<link>http://www.forwardyouth.com/ubuntu/nvidia-twinview-dual-display-monitor-orientation-configuration-and-setup/</link>
		<comments>http://www.forwardyouth.com/ubuntu/nvidia-twinview-dual-display-monitor-orientation-configuration-and-setup/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 04:57:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DemocracyTV Player]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[TwinView]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/nvidia-twinview-dual-display-monitor-orientation-configuration-and-setup/</guid>
		<description><![CDATA[Was a real pain. The nvidia-settings program has always crashed on me, with two different video cards. I finally got it the way I wanted. One big large desktop/screen across my LCD and my TV. My LCD is on the right of my TV, and the orientation was the most troublesome for me. It seems [...]]]></description>
			<content:encoded><![CDATA[<p>Was a real pain. The <strong>nvidia-settings</strong> program has always crashed on me, with two different video cards. I finally got it the way I wanted. One big large desktop/screen across my LCD and my TV. My LCD is on the right of my TV, and the orientation was the most troublesome for me. It seems that xorg.conf is rather forgiving, and literally allows us to describe the arrangement. I did so such as:</p>
<p><code><br />
Option         "TwinViewOrientation" "CRT-0 RightOf TV"<br />
</code></p>
<p>The best source of information is <a href="http://http.download.nvidia.com/solaris/1.0-8762/README/appendix-o.html">here</a> and <a href="http://http.download.nvidia.com/solaris/1.0-8762/README/appendix-g.html">here</a>. All of the other forums posts are pages upon pages of people struggling with other problems. Fortunately the official TwinView documentation is top-notch.</p>
<p>Below are the contents of my entire xorg.conf now:</p>
<p><code><br />
# nvidia-xconfig: X configuration file generated by nvidia-xconfig<br />
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:29:35 PDT 2007</code></p>
<p># /etc/X11/xorg.conf (xorg X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf(5) manual page.<br />
# (Type &#8220;man xorg.conf&#8221; at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section &#8220;ServerLayout&#8221;<br />
Identifier     &#8220;Default Layout&#8221;<br />
Screen      0  &#8220;Default Screen&#8221; 0 0<br />
InputDevice    &#8220;Generic Keyboard&#8221;<br />
InputDevice    &#8220;Configured Mouse&#8221;<br />
InputDevice    &#8220;stylus&#8221; &#8220;SendCoreEvents&#8221;<br />
InputDevice    &#8220;cursor&#8221; &#8220;SendCoreEvents&#8221;<br />
InputDevice    &#8220;eraser&#8221; &#8220;SendCoreEvents&#8221;<br />
EndSection</p>
<p>Section &#8220;Files&#8221;</p>
<p># path to defoma fonts<br />
FontPath        &#8220;/usr/share/fonts/X11/misc&#8221;<br />
FontPath        &#8220;/usr/share/fonts/X11/cyrillic&#8221;<br />
FontPath        &#8220;/usr/share/fonts/X11/100dpi/:unscaled&#8221;<br />
FontPath        &#8220;/usr/share/fonts/X11/75dpi/:unscaled&#8221;<br />
FontPath        &#8220;/usr/share/fonts/X11/Type1&#8243;<br />
FontPath        &#8220;/usr/share/fonts/X11/100dpi&#8221;<br />
FontPath        &#8220;/usr/share/fonts/X11/75dpi&#8221;<br />
FontPath        &#8220;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&#8221;<br />
EndSection</p>
<p>Section &#8220;Module&#8221;<br />
Load           &#8220;i2c&#8221;<br />
Load           &#8220;bitmap&#8221;<br />
Load           &#8220;ddc&#8221;<br />
Load           &#8220;extmod&#8221;<br />
Load           &#8220;freetype&#8221;<br />
Load           &#8220;int10&#8243;<br />
Load           &#8220;vbe&#8221;<br />
Load           &#8220;glx&#8221;<br />
Load           &#8220;v4l&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier     &#8220;Generic Keyboard&#8221;<br />
Driver         &#8220;kbd&#8221;<br />
Option         &#8220;CoreKeyboard&#8221;<br />
Option         &#8220;XkbRules&#8221; &#8220;xorg&#8221;<br />
Option         &#8220;XkbModel&#8221; &#8220;pc105&#8243;<br />
Option         &#8220;XkbLayout&#8221; &#8220;us&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier     &#8220;Configured Mouse&#8221;<br />
Driver         &#8220;mouse&#8221;<br />
Option         &#8220;CorePointer&#8221;<br />
Option         &#8220;Device&#8221; &#8220;/dev/input/mice&#8221;<br />
Option         &#8220;Protocol&#8221; &#8220;ImPS/2&#8243;<br />
Option         &#8220;ZAxisMapping&#8221; &#8220;4 5&#8243;<br />
Option         &#8220;Emulate3Buttons&#8221; &#8220;true&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier     &#8220;stylus&#8221;<br />
Driver         &#8220;wacom&#8221;<br />
Option         &#8220;Device&#8221; &#8220;/dev/input/wacom&#8221;<br />
Option         &#8220;Type&#8221; &#8220;stylus&#8221;<br />
Option         &#8220;ForceDevice&#8221; &#8220;ISDV4&#8243;# Tablet PC ONLY<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier     &#8220;eraser&#8221;<br />
Driver         &#8220;wacom&#8221;<br />
Option         &#8220;Device&#8221; &#8220;/dev/input/wacom&#8221;<br />
Option         &#8220;Type&#8221; &#8220;eraser&#8221;<br />
Option         &#8220;ForceDevice&#8221; &#8220;ISDV4&#8243;# Tablet PC ONLY<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier     &#8220;cursor&#8221;<br />
Driver         &#8220;wacom&#8221;<br />
Option         &#8220;Device&#8221; &#8220;/dev/input/wacom&#8221;<br />
Option         &#8220;Type&#8221; &#8220;cursor&#8221;<br />
Option         &#8220;ForceDevice&#8221; &#8220;ISDV4&#8243;# Tablet PC ONLY<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
Identifier     &#8220;VA1912wb&#8221;<br />
DisplaySize     1440    900<br />
HorizSync       30.0 &#8211; 82.0<br />
VertRefresh     50.0 &#8211; 85.0<br />
ModeLine       &#8220;1440&#215;900_70.00&#8243; 127.0 1440 1536 1688 1936 900 901 904 937 -hsync +vsync<br />
ModeLine       &#8220;1440&#215;900_60.00&#8243; 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync<br />
Option         &#8220;DPMS&#8221;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
#<br />
Identifier     &#8220;monitor1&#8243;<br />
Gamma           1<br />
EndSection</p>
<p>Section &#8220;Device&#8221;<br />
Identifier     &#8220;Generic Video Card&#8221;<br />
Driver         &#8220;nvidia&#8221;<br />
VendorName     &#8220;NVIDIA&#8221;<br />
BoardName      &#8220;NVIDIA GeForce 6 Series&#8221;<br />
BusID          &#8220;PCI:1:0:0&#8243;<br />
Screen          0<br />
Option &#8220;ConnectedMonitor&#8221; &#8220;TV,CRT&#8221;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
Identifier     &#8220;Default Screen&#8221;<br />
Device         &#8220;Generic Video Card&#8221;<br />
Monitor        &#8220;VA1912wb&#8221;<br />
DefaultDepth    24<br />
Option         &#8220;TwinView&#8221;<br />
Option         &#8220;TwinViewOrientation&#8221; &#8220;CRT-0 RightOf TV&#8221;<br />
Option         &#8220;TVOutFormat&#8221; &#8220;SVIDEO&#8221;<br />
Option         &#8220;TVStandard&#8221; &#8220;NTSC-M&#8221;<br />
Option         &#8220;MetaModes&#8221; &#8220;1440&#215;900,640&#215;480; 1440&#215;900,NULL; 1024&#215;768,NULL; 800&#215;600,NULL; 640&#215;480,NULL&#8221;<br />
SubSection     &#8220;Display&#8221;<br />
Depth       24<br />
Modes      &#8220;1440&#215;900_70.00&#8243; &#8220;1440&#215;900_60.00&#8243;<br />
EndSubSection<br />
EndSection</p>
<p>Section &#8220;Extensions&#8221;<br />
Option         &#8220;Composite&#8221; &#8220;Enable&#8221;<br />
EndSection<br />
</code></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/nvidia-twinview-dual-display-monitor-orientation-configuration-and-setup/&title=nVidia+TwinView+Dual+Display+Monitor+Orientation+Configuration+and+Setup&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/nvidia-twinview-dual-display-monitor-orientation-configuration-and-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch Internet TV using Miro on Ubuntu Feisty Fawn</title>
		<link>http://www.forwardyouth.com/ubuntu/watch-internet-tv-using-miro-on-ubuntu-feisty-fawn/</link>
		<comments>http://www.forwardyouth.com/ubuntu/watch-internet-tv-using-miro-on-ubuntu-feisty-fawn/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 15:08:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DemocracyTV Player]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Miro]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/watch-internet-tv-using-miro-on-ubuntu-feisty-fawn/</guid>
		<description><![CDATA[A great application to watch Internet TV, Miro, has provided the Ubuntu community with instructions on how to install Miro in Feisty Fawn. I&#8217;ve used the software for a while now, since it was previously called DemocracyTV Player. It requires a lot of resources to use, but the output is excellent. The best part is [...]]]></description>
			<content:encoded><![CDATA[<p>A great application to watch Internet TV, Miro, has provided the Ubuntu community with instructions on <a href="http://www.getmiro.com/download/ubuntu.php">how to install Miro in Feisty Fawn</a>. I&#8217;ve used the software for a while now, since it was previously called DemocracyTV Player. It requires a lot of resources to use, but the output is excellent. The best part is the ease of use. I was able to install, open, and subscribe to Pal Van Dyk&#8217;s Fast Tracks in a matter of minutes. It integrates with Google Video, YouTube, Bit Torrent, and many different services to allow you to view and save video content and has quickly become a favorite of mine.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/watch-internet-tv-using-miro-on-ubuntu-feisty-fawn/&title=Watch+Internet+TV+using+Miro+on+Ubuntu+Feisty+Fawn&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/watch-internet-tv-using-miro-on-ubuntu-feisty-fawn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems Burning a DVD using DeVeDe</title>
		<link>http://www.forwardyouth.com/ubuntu/problems-burning-a-dvd-using-devede/</link>
		<comments>http://www.forwardyouth.com/ubuntu/problems-burning-a-dvd-using-devede/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 03:03:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software Reviews]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/problems-burning-a-dvd-using-devede/</guid>
		<description><![CDATA[I burn a few DVDs, and I&#8217;ve tried a few programs for turning a movie (.mpg, etc) into a DVD video structure. The latest disappointment so far has been DeVeDe.
It looks wonderful. It seems to support every feature I need. This includes permitting the user to define pan and scan versus letterboxing options, even skewing [...]]]></description>
			<content:encoded><![CDATA[<p>I burn a few DVDs, and I&#8217;ve tried a few programs for turning a movie (.mpg, etc) into a DVD video structure. The latest disappointment so far has been <a href="http://www.rastersoft.com/programas/devede.html">DeVeDe</a>.</p>
<p>It looks wonderful. It seems to support every feature I need. This includes permitting the user to define pan and scan versus letterboxing options, even skewing the aspect ratio for the very sick and twisted.</p>
<p>It allowed me use multiple video files to create one title. That&#8217;s important. Unfortunately, I was never able to view the output.</p>
<p>I forced a re-encode, which was a nice option, hoping to get an idea of the encoding quality, speed, and to thoroughly test it. Here&#8217;s where DeVeDe failed. Upon the 4th file of 5 it became <em>stuck</em> encoding at 76%.</p>
<p>I tried again using the same source .mpg files, and this time it became stuck at a different percentage in a different file. To me, that seems like a programming logic issue, and not a problem with the source data. I haven&#8217;t found a solution yet, but with so many alternatives I&#8217;m not spending much time on it, considering that while it was working, it seemed slow in comparison to others.</p>
<p>Check back for more <a href="http://www.forwardyouth.com/ubuntu/july-is-multimedia-month/">multimedia</a> related reviews.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/problems-burning-a-dvd-using-devede/&title=Problems+Burning+a+DVD+using+DeVeDe&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/problems-burning-a-dvd-using-devede/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Shoutcast Software &#8211; TunaPie</title>
		<link>http://www.forwardyouth.com/ubuntu/ubuntu-shoutcast-software-tunapie/</link>
		<comments>http://www.forwardyouth.com/ubuntu/ubuntu-shoutcast-software-tunapie/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 03:59:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/ubuntu-shoutcast-software-tunapie/</guid>
		<description><![CDATA[My friend&#8217;s ZeroXR and schpenke recommended a nice application called Tunapie when I queried for a suitable application to watch Internet TV and Radio via Shoutcast streams.

Version 1.3 is available for install via the Ubuntu repositories using
sudo apt-get install tunapie
I suggest installing it first, and then upgrading to v2.0
To do that, download the tarball from [...]]]></description>
			<content:encoded><![CDATA[<p>My friend&#8217;s <a href="http://zeroxr.vox.com/">ZeroXR </a>and schpenke recommended a nice application called Tunapie when I queried for a suitable application to watch Internet TV and Radio via Shoutcast streams.</p>
<p align="center"><a href="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/tunapie21.png" title="tunapie screenshot"><img src="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/tunapie21.thumbnail.png" alt="tunapie screenshot" /></a></p>
<p>Version 1.3 is available for install via the Ubuntu repositories using</p>
<p><code>sudo apt-get install tunapie</code></p>
<p>I suggest installing it first, and then upgrading to v2.0</p>
<p>To do that, download the tarball from <a href="http://sourceforge.net/project/showfiles.php?group_id=132284">SourceForge</a> and then extract it.</p>
<p>From the shell&#8217;s prompt in the downloaded folder, issue the following commands to finish the upgrade:<br />
<code><br />
sudo sh install.sh --adult<br />
sudo cp tunapie /usr/bin/tunapie<br />
</code></p>
<p>You&#8217;ll then find it in the Multimedia folder on your menu.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/ubuntu-shoutcast-software-tunapie/&title=Ubuntu+Shoutcast+Software+&#8211;+TunaPie&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/ubuntu-shoutcast-software-tunapie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
