<?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>WiredRevolution.com &#187; video</title>
	<atom:link href="http://www.wiredrevolution.com/tag/video/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Install FFmpeg on RHEL 5 or CentOS 5</title>
		<link>http://www.wiredrevolution.com/red-hat/install-ffmpeg-on-rhel-5-or-centos-5?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-ffmpeg-on-rhel-5-or-centos-5</link>
		<comments>http://www.wiredrevolution.com/red-hat/install-ffmpeg-on-rhel-5-or-centos-5#comments</comments>
		<pubDate>Wed, 18 Jan 2012 22:45:50 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[red hat]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[DAG]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[RPM]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1927</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/redhat_icon.png" width="80" height="88" alt="" title="red hat" /><br/>FFmpeg contains a number of tools to record, convert, stream and play multimedia content. The following tutorial will guide you through the installation of FFmpeg on either RHEL 5 or CentOS 5. I have chosen running on CentOS but it shouldn&#8217;t make a difference either way. Lets get started! Adding the DAG repository The first [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/suse/install-git-on-suse-11' rel='bookmark' title='Permanent Link: Install git on SUSE 11'>Install git on SUSE 11</a></li>
<li><a href='http://www.wiredrevolution.com/red-hat/rpm-cheat-sheet' rel='bookmark' title='Permanent Link: RPM Cheat Sheet'>RPM Cheat Sheet</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install Unity on Ubuntu 10.10 Maverick'>Install Unity on Ubuntu 10.10 Maverick</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/redhat_icon.png" width="80" height="88" alt="" title="red hat" /><br/><p>FFmpeg contains a number of tools to record, convert, stream and play multimedia content. The following tutorial will guide you through the installation of FFmpeg on either RHEL 5 or CentOS 5. I have chosen running on CentOS but it shouldn&#8217;t make a difference either way. Lets get started!</p>
<p><strong>Adding the DAG repository</strong></p>
<p>The first thing that you need to do is set up the DAG repository.  This repository contains a large amount of very handy packages not available in the default repositories.</p>
<p>Add the following lines to: <strong>/etc/yum.repos.d/CentOS-Base.repo</strong><br />
<code>[dag]<br />
name=DAG RPM Repository<br />
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag<br />
gpgcheck=1<br />
enabled=1</code></p>
<p>Now you need to add DAG’s GPG key. Without this you will get the following error message when attempting to use it with yum.</p>
<p><code>warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 6b8d79e6<br />
Public key for faac.x86_64.1.26-1.el5.rf.rpm is not installed</code></p>
<p>Import the GPG key:<br />
<code>rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt</code></p>
<p>This next step is not necessary, but if you encounter any problems you may want to try updating your system.<br />
<code>$ sudo yum update</code></p>
<p><strong>Install FFmpeg</strong></p>
<p><code>$ sudo yum install ffmpeg</code></p>
<p>That should be it. </p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/suse/install-git-on-suse-11' rel='bookmark' title='Permanent Link: Install git on SUSE 11'>Install git on SUSE 11</a></li>
<li><a href='http://www.wiredrevolution.com/red-hat/rpm-cheat-sheet' rel='bookmark' title='Permanent Link: RPM Cheat Sheet'>RPM Cheat Sheet</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/install-unity-on-ubuntu-10-10-maverick' rel='bookmark' title='Permanent Link: Install Unity on Ubuntu 10.10 Maverick'>Install Unity on Ubuntu 10.10 Maverick</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/red-hat/install-ffmpeg-on-rhel-5-or-centos-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouTube Begins Transcoding All Video to WEBM</title>
		<link>http://www.wiredrevolution.com/linux-news/youtube-begins-transcoding-all-video-to-webm?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=youtube-begins-transcoding-all-video-to-webm</link>
		<comments>http://www.wiredrevolution.com/linux-news/youtube-begins-transcoding-all-video-to-webm#comments</comments>
		<pubDate>Wed, 20 Apr 2011 15:28:16 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[linux news]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[codec]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[transcoded]]></category>
		<category><![CDATA[uploaded]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vp8]]></category>
		<category><![CDATA[webm]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1693</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/>According to the YouTube official blog post. All new videos uploaded to YouTube are now transcoded into WebM. To put that in perspective, nearly 6 years of video is uploaded to YouTube every day. So far they have already transcoded videos that make up 99% of views on their site or nearly 30% of all [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/fix-blue-tinted-video-in-ubuntu' rel='bookmark' title='Permanent Link: Fix blue tinted video in Ubuntu'>Fix blue tinted video in Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/how-to-fix-unresponsive-flash-player-on-ubuntu' rel='bookmark' title='Permanent Link: How to fix unresponsive Flash player on Ubuntu'>How to fix unresponsive Flash player on Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/linux_news.png" width="100" height="99" alt="" title="linux news" /><br/><p>According to the <a href="http://youtube-global.blogspot.com/2011/04/mmm-mmm-good-youtube-videos-now-served.html">YouTube official blog post</a>. All new videos uploaded to YouTube are now transcoded into WebM. To put that in perspective, nearly 6 years of video is uploaded to YouTube every day. So far they have already transcoded videos that make up 99% of views on their site or nearly 30% of all videos into WebM. </p>
<p>From the offical blog post:<br />
<code>To that end, all new videos uploaded to YouTube are now transcoded into WebM. WebM is an open media file format for video and audio on the web. Its openness allows anyone to improve the format and its integrations, resulting in a better experience for you in the long-term. As we work to transcode more videos into WebM, we hope to reduce the technical incompatibilities that prevent you from accessing video while improving the overall online video landscape. </code></p>
<p>YouTube will continue to support the H.264 codec and Adobe Flash player, but they are committed to developing their own HTML5 video player.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/fix-blue-tinted-video-in-ubuntu' rel='bookmark' title='Permanent Link: Fix blue tinted video in Ubuntu'>Fix blue tinted video in Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/how-to-fix-unresponsive-flash-player-on-ubuntu' rel='bookmark' title='Permanent Link: How to fix unresponsive Flash player on Ubuntu'>How to fix unresponsive Flash player on Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/linux-news/youtube-begins-transcoding-all-video-to-webm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu 9.10 on the Dell Zino HD</title>
		<link>http://www.wiredrevolution.com/ubuntu/installing-ubuntu-910-on-the-dell-zino-hd?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-ubuntu-910-on-the-dell-zino-hd</link>
		<comments>http://www.wiredrevolution.com/ubuntu/installing-ubuntu-910-on-the-dell-zino-hd#comments</comments>
		<pubDate>Wed, 30 Dec 2009 15:46:24 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[broadcom]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[FGLRX]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[HDMI]]></category>
		<category><![CDATA[HTPC]]></category>
		<category><![CDATA[inspiron]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[koala]]></category>
		<category><![CDATA[mythtv]]></category>
		<category><![CDATA[STA]]></category>
		<category><![CDATA[VGA]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[zino]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=1136</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>The Dell Inspiron Zino HD is the perfect machine if you are looking to build an Ubuntu Linux based HTPC. At the time of this post the Zino can be purchased with either Windows 7 or Ubuntu linux 9.04. I decided to go with Windows 7 and install Ubuntu 9.10 64-bit karmic on my own [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Build the perfect HTPC with Boxee and the Dell Zino HD'>Build the perfect HTPC with Boxee and the Dell Zino HD</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/enable-hdmi-output-on-dell-xps-m1530m1330-with-ubuntu' rel='bookmark' title='Permanent Link: Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu'>Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/fix-skype-audio-on-ubuntu-with-dell-xps-m1530m1330' rel='bookmark' title='Permanent Link: Fix Skype audio on Ubuntu with Dell XPS M1530/M1330'>Fix Skype audio on Ubuntu with Dell XPS M1530/M1330</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/><p>The Dell Inspiron Zino HD is the perfect machine if you are looking to build an Ubuntu Linux based HTPC.  At the time of this post the Zino can be purchased with either Windows 7 or Ubuntu linux 9.04. I decided to go with Windows 7 and install Ubuntu 9.10 64-bit karmic on my own in a dual boot configuration. This article will cover all the steps necessary to get Ubuntu up and running.</p>
<p><a href="http://www.wiredrevolution.com/wp-content/uploads/2009/12/dell_zino.jpg"><img src="http://www.wiredrevolution.com/wp-content/uploads/2009/12/dell_zino.jpg" alt="dell_zino" title="dell_zino" width="539" height="424" class="aligncenter size-full wp-image-1141" /></a></p>
<p>The easiest way to setup a dual boot configuration is to reinstall Windows 7 first with the included OS DVD and then Ubuntu second. When installing Windows 7 make sure to leave space for your Ubuntu installation. Repartition the drive so that Windows 7 only uses a small chuck and leave the rest of the space unallocated. The good thing about reinstalling Windows is that it gets rid of all the extra 3rd party junk that comes preinstalled.</p>
<p>You can install Ubuntu through the HDMI but on some TVs the HDMI port may display incorrectly until the ATI drivers are correctly installed. If this occurs to you switch over the the VGA port until you have completed the installation.</p>
<p>The only other pitfall of this installation is that the default Ubuntu installation doesn&#8217;t recognize the wireless card (in my build it was the Broadcom wireless b/g card). All this means is that you need to have the wired ethernet connection until you update the system and download the appropriate wireless driver.</p>
<p>Once you have completed the initial installation and made sure you have a working network connection you should update your system.</p>
<pre>$ sudo apt-get update &#038;&#038; sudo apt-get -y upgrade</pre>
<p>Next you need to find and install your hardware drivers. Go here:<br />
<strong>System -> Administration -> Hardware Drivers</strong></p>
<p>It should find the Broadcom STA wireless driver for your wireless, and the FGLRX ATI/AMD driver for your video card. Download and activate both of them. You should now be able to connect with wireless and use the HDMI port if you experienced display issues with it during the installation.</p>
<p>If your display resolution if incorrect. Go here:<br />
<strong>System -> Administration -> Display</strong></p>
<p>Configure your sound to work over HDMI. Go here:<br />
<strong>System -> Administration -> Sound</strong></p>
<p>In the Output tab select HDMI. You can go to the Sound Effects tab and select a sound to test that it works.</p>
<p>You should now a fully functional system up and running with Ubuntu, but you may want to install some packages that will make your make your life easier. Here are my suggestions:</p>
<p>ubuntu-restricted-formats<br />
ssh<br />
nfs-common<br />
sshfs<br />
vim</p>
<p>mythtv<br />
boxee<br />
xbmc</p>
<p>Enjoy your new Zino HTPC!</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/guides/build-the-perfect-htpc-with-boxee-and-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Build the perfect HTPC with Boxee and the Dell Zino HD'>Build the perfect HTPC with Boxee and the Dell Zino HD</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/enable-hdmi-output-on-dell-xps-m1530m1330-with-ubuntu' rel='bookmark' title='Permanent Link: Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu'>Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/fix-skype-audio-on-ubuntu-with-dell-xps-m1530m1330' rel='bookmark' title='Permanent Link: Fix Skype audio on Ubuntu with Dell XPS M1530/M1330'>Fix Skype audio on Ubuntu with Dell XPS M1530/M1330</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/installing-ubuntu-910-on-the-dell-zino-hd/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Fix blue tinted video in Ubuntu</title>
		<link>http://www.wiredrevolution.com/ubuntu/fix-blue-tinted-video-in-ubuntu?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-blue-tinted-video-in-ubuntu</link>
		<comments>http://www.wiredrevolution.com/ubuntu/fix-blue-tinted-video-in-ubuntu#comments</comments>
		<pubDate>Thu, 12 Mar 2009 19:20:05 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[gstreamer]]></category>
		<category><![CDATA[gstreamer-properies]]></category>
		<category><![CDATA[hue]]></category>
		<category><![CDATA[Mplayer]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[tint]]></category>
		<category><![CDATA[totem]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[VLC]]></category>
		<category><![CDATA[xine]]></category>
		<category><![CDATA[Xv]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=895</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>A strange issue has been identified in Ubuntu where video takes on a blue colored tint. Other descriptions of the problem include inverted colors, blue skin tones, or distorted video hues. The problems have been reproduced with Totem (Gstreamer), Totem (Xine), Mplayer, as well as VLC and other players. The common theme with this bug [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/enable-hdmi-output-on-dell-xps-m1530m1330-with-ubuntu' rel='bookmark' title='Permanent Link: Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu'>Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/gnome/fix-slow-animations-in-gnome-shell-for-nvidia-graphics-cards' rel='bookmark' title='Permanent Link: Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards'>Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/youtube-begins-transcoding-all-video-to-webm' rel='bookmark' title='Permanent Link: YouTube Begins Transcoding All Video to WEBM'>YouTube Begins Transcoding All Video to WEBM</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/><p>A strange issue has been identified in Ubuntu where video takes on a blue colored tint.  Other descriptions of the problem include inverted colors, blue skin tones, or distorted video hues. The problems have been reproduced with Totem (Gstreamer), Totem (Xine), Mplayer, as well as VLC and other players.</p>
<p>The common theme with this bug seems to be the use of the Nvidia closed source drivers.</p>
<p><strong>Update 3/11/2011</strong>: The problem has been isolated to the interaction between the proprietary NVIDIA driver and the X video extension. The fix should now restore correct video color to all players.</p>
<p>Here is an example showing the blue tint problem.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1000" title="blue_tint_totem" src="http://www.wiredrevolution.com/wp-content/uploads/2009/03/blue_tint_totem.gif" alt="blue_tint_totem" width="500" height="429" /></p>
<p>There are 3 fixes you can try. I have listed them from best to worst.</p>
<h2>Fix 1: Install the recomended NVIDIA drivers</h2>
<p>Change to the recommended drivers.</p>
<p><strong>System</strong> -> <strong>Administration</strong> -> <strong>Additional Drivers</strong></p>
<p>You should have 2 proprietary drivers available. Choose the recommended driver which should be your second option. Restart your system and you should be good to go!</p>
<h2>Fix 2: Create a custom setting in gstreamer-properties</h2>
<p>Make a change to <strong>gstreamer-properties</strong>.</p>
<p>Open gstreamer-properties from within a terminal.</p>
<pre>$ gstreamer-properties</pre>
<p>Now click on the <strong>Video</strong> tab. From the <strong>Plugin</strong> dropdown box select <strong>Custom</strong>. Finally add the following line to the <strong>Pipeline</strong> box.</p>
<pre>videobalance hue=-1 ! autovideosink</pre>
<p>The window should look like this.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1002" title="gstreamer_properties" src="http://www.wiredrevolution.com/wp-content/uploads/2009/03/gstreamer_properties.gif" alt="gstreamer_properties" width="455" height="439" /></p>
<h2>Fix 3: Turn off Xv optimizations</h2>
<p>This is basically your last resort. This will fix your issues for all video players but will result in higher CPU utilization.</p>
<p>Make a change to <strong>gstreamer-properties</strong>.</p>
<p>Open gstreamer-properties from within a terminal.</p>
<pre>$ gstreamer-properties</pre>
<p>Now click on the <strong>Video</strong> tab. From the <strong>Plugin</strong> dropdown box select <strong>X Window System (No Xv)</strong>.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/enable-hdmi-output-on-dell-xps-m1530m1330-with-ubuntu' rel='bookmark' title='Permanent Link: Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu'>Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu</a></li>
<li><a href='http://www.wiredrevolution.com/gnome/fix-slow-animations-in-gnome-shell-for-nvidia-graphics-cards' rel='bookmark' title='Permanent Link: Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards'>Fix Slow Animations in GNOME Shell for NVIDIA Graphics Cards</a></li>
<li><a href='http://www.wiredrevolution.com/linux-news/youtube-begins-transcoding-all-video-to-webm' rel='bookmark' title='Permanent Link: YouTube Begins Transcoding All Video to WEBM'>YouTube Begins Transcoding All Video to WEBM</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/fix-blue-tinted-video-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Enable HDMI output on Dell XPS M1530/M1330 with Ubuntu</title>
		<link>http://www.wiredrevolution.com/ubuntu/enable-hdmi-output-on-dell-xps-m1530m1330-with-ubuntu?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-hdmi-output-on-dell-xps-m1530m1330-with-ubuntu</link>
		<comments>http://www.wiredrevolution.com/ubuntu/enable-hdmi-output-on-dell-xps-m1530m1330-with-ubuntu#comments</comments>
		<pubDate>Sat, 24 Jan 2009 14:45:15 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[8.10]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[HDMI]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[m1330]]></category>
		<category><![CDATA[m1530]]></category>
		<category><![CDATA[output]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[xps]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=940</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/>Hardware support in Linux, specifically Ubuntu 8.10 (Intrepid Ibex) for the Dell XPS M1530 and M1330 is very impressive. However in certain cases the process is not as straight forward as it could be, and it takes a bit of tinkering in order to get it to work. In this article I will go through [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/fix-skype-audio-on-ubuntu-with-dell-xps-m1530m1330' rel='bookmark' title='Permanent Link: Fix Skype audio on Ubuntu with Dell XPS M1530/M1330'>Fix Skype audio on Ubuntu with Dell XPS M1530/M1330</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/installing-ubuntu-910-on-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Installing Ubuntu 9.10 on the Dell Zino HD'>Installing Ubuntu 9.10 on the Dell Zino HD</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/fix-blue-tinted-video-in-ubuntu' rel='bookmark' title='Permanent Link: Fix blue tinted video in Ubuntu'>Fix blue tinted video in Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/ubuntu_icon.png" width="80" height="78" alt="" title="ubuntu" /><br/><p>Hardware support in Linux, specifically Ubuntu 8.10 (Intrepid Ibex) for the Dell XPS M1530 and M1330 is very impressive. However in certain cases the process is not as straight forward as it could be, and it takes a bit of tinkering in order to get it to work. In this article I will go through how to enable audio and video through the HDMI output.</p>
<p>The first step is making sure that the HDMI cable is connected between the computer and external monitor, HDTV, etc.</p>
<h3>Video Support</h3>
<p></p>
<p>To enable the video you need to go to your <strong>NVIDIA X Server Settings</strong> manager. This of course assumes you are using the NVIDIA driver on your system.</p>
<p><strong>System -> Administration ->  NVIDIA X Server Settings</strong></p>
<p>Select the <strong>X Server Display Configuration</strong>.  Click the <strong>Detect Displays</strong> button and you external monitor should be displayed. Click on the external screen so that it becomes selected and click the <strong>Configure</strong> button and select the <strong>TwinView</strong> option.</p>
<p>Once this monitor is enabled a <strong>Position</strong> dropdown box should appear. It is best in most cases to select <strong>Clones</strong>.The screen output will be duplicated on both devices. </p>
<p>Select the <strong>Apply</strong> button for these changes to take effect.</p>
<p>If your external monitor has a lower resolution than your laptop screen it may help to disable the laptop screen so that maximized video won&#8217;t go beyond the borders of your external monitor. To do this click the laptop screen so that it becomes selected, click the <strong>Configure</strong> button, and select <strong>Disabled</strong>.</p>
<h3>Audio Support</h3>
<p></p>
<p>Open the <strong>Volume Control</strong> manager, usually ou can click on the volume applet on the top GNOME panel.</p>
<p>Make sure your device is set to <strong>HDA Intel (Alsa Mixer).</strong></p>
<p>Select the <strong>Switches</strong> tab and put a check mark next to <strong>IEC958</strong>. Selecting this enables audio output over the HDMI connection. </p>
<p>If you want to disable audio output through your laptop speakers you can disable them. Go back to the <strong>Playback</strong> tab and mute the <strong>Front</strong> channel.</p>
<h3>Bugs</h3>
<p></p>
<p>1) Enabling the laptop screen as well an external monitor through HDMI can cause X to freeze with certain Compiz-Fusion effects such as desktop switching. Disabling Compiz-Fusion or disabling the laptop screen while operating in this mode fixes this issue.</p>
<p>2) Disabling the laptop monitor will not correctly resize the GNOME desktop to match the resolution of the external monitor over HDMI. However video playback will still be correctly maximized.</p>
<p>3) Audio output over HDMI connection may not work for a specific program even if everything has been configured correctly. Restarting this program usually fixes this issue.</p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/ubuntu/fix-skype-audio-on-ubuntu-with-dell-xps-m1530m1330' rel='bookmark' title='Permanent Link: Fix Skype audio on Ubuntu with Dell XPS M1530/M1330'>Fix Skype audio on Ubuntu with Dell XPS M1530/M1330</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/installing-ubuntu-910-on-the-dell-zino-hd' rel='bookmark' title='Permanent Link: Installing Ubuntu 9.10 on the Dell Zino HD'>Installing Ubuntu 9.10 on the Dell Zino HD</a></li>
<li><a href='http://www.wiredrevolution.com/ubuntu/fix-blue-tinted-video-in-ubuntu' rel='bookmark' title='Permanent Link: Fix blue tinted video in Ubuntu'>Fix blue tinted video in Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/ubuntu/enable-hdmi-output-on-dell-xps-m1530m1330-with-ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

