<?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>Linux * Screw &#187; drivers</title>
	<atom:link href="http://www.linuxscrew.com/category/drivers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxscrew.com</link>
	<description></description>
	<lastBuildDate>Thu, 15 Jul 2010 15:44:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=953</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Watching HD Media on Linux made easy</title>
		<link>http://www.linuxscrew.com/2009/04/01/watching-hd-media-on-linux-made-easy/</link>
		<comments>http://www.linuxscrew.com/2009/04/01/watching-hd-media-on-linux-made-easy/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 07:43:04 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[docs]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/?p=694</guid>
		<description><![CDATA[<p><img class="size-full wp-image-695 alignright" title="h1_camcorder_1" src="http://www.linuxscrew.com/wp-content/uploads/2009/04/canon_xl_h1_camcorder_1.jpg" alt="h1_camcorder_1" width="200" height="160" /></p>
<p><em>This article is presented to you by LaptopLogic.com.  Go there to read the latest info on the </em><a href="http://laptoplogic.com/top-rated-laptops/"><em>top rated  laptops</em></a><em> and the </em><a href="http://laptoplogic.com/laptop-accessories"><em>best laptop  accessories</em></a><em>.</em></p>
<p>The <a href="http://en.wikipedia.org/wiki/Video_compression">High Definition</a> (<strong>HD</strong>) content is everywhere these days,  from HD and <a href="http://en.wikipedia.org/wiki/Blue_ray_disc">Blue Ray Discs</a> to streaming HD media. Although HD content gives best  picture quality, it also uses a lot of computational power to decode and  play.</p>
<p>This was made easy for Windows by the introduction of new  drivers from graphics card manufacturers, <a href="http://www.nvidia.com">Nvidia</a> and <a href="http://ati.amd.com">ATI</a>, which allowed the  whole media to be decoded on the <a href="http://en.wikipedia.org/wiki/Graphics_card">dedicated graphics card</a>, saving cost in  computational power, and the need to have a stronger processor.</p>
<p><img class="size-full wp-image-696 alignleft" title="nvidia graphics" src="http://www.linuxscrew.com/wp-content/uploads/2009/04/image-2.jpg" alt="nvidia graphics" width="250" height="188" /><strong>Nvidia</strong> recently released a new set of <a href="http://www.nvidia.com/object/unix.html">drivers for Linux</a> supporting <a href="http://www.nvidia.com/page/purevideo.html">PureVideo</a> technology for its line of graphics hardware, enabling full  hardware HD-decoding, and giving smooth HD content playback, even on less  powerful computers. The <a href="http://www.nvidia.com/object/linux_display_ia32_180.44.html">180</a> series supports PureVideo decode acceleration. These  drivers adds a new <a href="http://en.wikipedia.org/wiki/VDPAU">VDPAU API</a>, which provides PureVideo like features on Linux,  adds <a href="http://www.nvidia.com/object/cuda_home.html">CUDA</a> support, X Render optimizations, new workstation performance  optimizations and some other improvements. The new versions offer optimizations  and support for a wide range of Nvidia hardware, and is expected to improve with  future releases.</p>
<p><strong>Linux</strong> uses <a href="http://en.wikipedia.org/wiki/X_video_extension">X-Video</a> (Xv) as output extensions, where as  <a href="http://en.wikipedia.org/wiki/X-Video_Motion_Compensation">X-Video MotionCompensation</a> (XvMC) is an X-Video extension which offers some  video decoding on <a href="http://en.wikipedia.org/wiki/GPU">GPU</a>. With the new drivers, Nvidia implements <a href="http://en.wikipedia.org/wiki/VDPAU">VDPAU</a> (Video  Decode and Presentation API for UNIX).</p>
<p>VDAPU is capable of hardware acceleration and the decoding  of MPEG-1, MPEG-2, VC-1 and H.264 bit streams. It also provides an API for  post-processing of decoded video in order to apply operations such as noise  reduction and temporal and spatial de-interlacing, timestamp-based presentation  of final video frames, and compositing of sub-picture elements.</p>
<p><a href="http://www.amd.com"><strong><img class="size-full wp-image-697 alignright" title="amd-4800-series-graphic-card" src="http://www.linuxscrew.com/wp-content/uploads/2009/04/amd-4800-series-graphic-card.jpg" alt="amd-4800-series-graphic-card" width="200" height="201" />AMD</strong></a> also supports hardware acceleration through X-Video Bit  stream Acceleration or <a href="http://en.wikipedia.org/wiki/X-Video_Bitstream_Acceleration">XvBA API</a>. The recent drivers can take advantage of  <a href="http://en.wikipedia.org/wiki/Unified_Video_Decoder">Unified Video Decoder</a> (UVD2).</p>
<p>These new technologies are also supported by new video  playback softwares, which can fully utilize the Graphics Hardware for video  playback, providing smooth frames in HD and Blue-Ray movies. The VDPAU supported  players include <a href="http://en.wikipedia.org/wiki/Libavcodec">libavcodec</a>, <a href="http://www.mplayerhq.hu">mplayer</a> and <a href="http://ffmpeg.mplayerhq.hu/">ffmpeg</a>.</p>
<p>CUDA support is also provided with 180 series drivers for  Linux, and it can also be used to accelerate videos, and also to do any  processing involved, like <a href="http://blog.mymediasystem.net/avchd/coreavc-109-for-linux/">CoreAVC 1.9.0</a> is the first media player to offer this  decoding.</p>
<p>The video acceleration on Linux came late, but  certainly, with these new advancements by Graphics chips manufacturers, Linux  users will be able to experience HD media playback, even on less powerful  systems.</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-695 alignright" title="h1_camcorder_1" src="http://www.linuxscrew.com/wp-content/uploads/2009/04/canon_xl_h1_camcorder_1.jpg" alt="h1_camcorder_1" width="200" height="160" /></p>
<p><em>This article is presented to you by LaptopLogic.com.  Go there to read the latest info on the </em><a href="http://laptoplogic.com/top-rated-laptops/"><em>top rated  laptops</em></a><em> and the </em><a href="http://laptoplogic.com/laptop-accessories"><em>best laptop  accessories</em></a><em>.</em></p>
<p>The <a href="http://en.wikipedia.org/wiki/Video_compression">High Definition</a> (<strong>HD</strong>) content is everywhere these days,  from HD and <a href="http://en.wikipedia.org/wiki/Blue_ray_disc">Blue Ray Discs</a> to streaming HD media. Although HD content gives best  picture quality, it also uses a lot of computational power to decode and  play.</p>
<p>This was made easy for Windows by the introduction of new  drivers from graphics card manufacturers, <a href="http://www.nvidia.com">Nvidia</a> and <a href="http://ati.amd.com">ATI</a>, which allowed the  whole media to be decoded on the <a href="http://en.wikipedia.org/wiki/Graphics_card">dedicated graphics card</a>, saving cost in  computational power, and the need to have a stronger processor.</p>
<p><img class="size-full wp-image-696 alignleft" title="nvidia graphics" src="http://www.linuxscrew.com/wp-content/uploads/2009/04/image-2.jpg" alt="nvidia graphics" width="250" height="188" /><strong>Nvidia</strong> recently released a new set of <a href="http://www.nvidia.com/object/unix.html">drivers for Linux</a> supporting <a href="http://www.nvidia.com/page/purevideo.html">PureVideo</a> technology for its line of graphics hardware, enabling full  hardware HD-decoding, and giving smooth HD content playback, even on less  powerful computers. The <a href="http://www.nvidia.com/object/linux_display_ia32_180.44.html">180</a> series supports PureVideo decode acceleration. These  drivers adds a new <a href="http://en.wikipedia.org/wiki/VDPAU">VDPAU API</a>, which provides PureVideo like features on Linux,  adds <a href="http://www.nvidia.com/object/cuda_home.html">CUDA</a> support, X Render optimizations, new workstation performance  optimizations and some other improvements. The new versions offer optimizations  and support for a wide range of Nvidia hardware, and is expected to improve with  future releases.</p>
<p><strong>Linux</strong> uses <a href="http://en.wikipedia.org/wiki/X_video_extension">X-Video</a> (Xv) as output extensions, where as  <a href="http://en.wikipedia.org/wiki/X-Video_Motion_Compensation">X-Video MotionCompensation</a> (XvMC) is an X-Video extension which offers some  video decoding on <a href="http://en.wikipedia.org/wiki/GPU">GPU</a>. With the new drivers, Nvidia implements <a href="http://en.wikipedia.org/wiki/VDPAU">VDPAU</a> (Video  Decode and Presentation API for UNIX).</p>
<p>VDAPU is capable of hardware acceleration and the decoding  of MPEG-1, MPEG-2, VC-1 and H.264 bit streams. It also provides an API for  post-processing of decoded video in order to apply operations such as noise  reduction and temporal and spatial de-interlacing, timestamp-based presentation  of final video frames, and compositing of sub-picture elements.</p>
<p><a href="http://www.amd.com"><strong><img class="size-full wp-image-697 alignright" title="amd-4800-series-graphic-card" src="http://www.linuxscrew.com/wp-content/uploads/2009/04/amd-4800-series-graphic-card.jpg" alt="amd-4800-series-graphic-card" width="200" height="201" />AMD</strong></a> also supports hardware acceleration through X-Video Bit  stream Acceleration or <a href="http://en.wikipedia.org/wiki/X-Video_Bitstream_Acceleration">XvBA API</a>. The recent drivers can take advantage of  <a href="http://en.wikipedia.org/wiki/Unified_Video_Decoder">Unified Video Decoder</a> (UVD2).</p>
<p>These new technologies are also supported by new video  playback softwares, which can fully utilize the Graphics Hardware for video  playback, providing smooth frames in HD and Blue-Ray movies. The VDPAU supported  players include <a href="http://en.wikipedia.org/wiki/Libavcodec">libavcodec</a>, <a href="http://www.mplayerhq.hu">mplayer</a> and <a href="http://ffmpeg.mplayerhq.hu/">ffmpeg</a>.</p>
<p>CUDA support is also provided with 180 series drivers for  Linux, and it can also be used to accelerate videos, and also to do any  processing involved, like <a href="http://blog.mymediasystem.net/avchd/coreavc-109-for-linux/">CoreAVC 1.9.0</a> is the first media player to offer this  decoding.</p>
<p>The video acceleration on Linux came late, but  certainly, with these new advancements by Graphics chips manufacturers, Linux  users will be able to experience HD media playback, even on less powerful  systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2009/04/01/watching-hd-media-on-linux-made-easy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Update Dell laptop BIOS with Ubuntu</title>
		<link>http://www.linuxscrew.com/2007/12/09/update-bios-of-dell-laptop-with-ubuntu/</link>
		<comments>http://www.linuxscrew.com/2007/12/09/update-bios-of-dell-laptop-with-ubuntu/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 22:03:39 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/2007/12/09/update-bios-of-dell-laptop-with-ubuntu/</guid>
		<description><![CDATA[Good news for Dell laptops owners: latest BIOS images can be loaded with Ubuntu, Fedora or CentOS! It was announced at official Direct2Dell blog by Matt Domsch. In a nutshell to get new BIOS installed while you&#8217;re running Ubuntu 7.04 Feisty, 7.10 Gutsy, or Hardy just enable Universe repository in sources.list (System -&#62; Administration -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.linuxscrew.com/wp-content/uploads/2007/09/nb_051227_dell_logo.thumbnail.gif" title="dell logo" alt="dell logo" align="left" height="125" width="128" />Good news for Dell laptops owners: latest BIOS images can be loaded with Ubuntu, Fedora or CentOS! It was <a href="http://direct2dell.com/one2one/archive/2007/12/05/37446.aspx" target="_blank">announced</a> at official <a href="http://direct2dell.com" target="_blank">Direct2Dell</a> blog by <a href="http://www.domsch.com/linux/">Matt Domsch</a>. In a nutshell to get new BIOS installed while you&#8217;re running Ubuntu 7.04 Feisty, 7.10 Gutsy, or Hardy just enable Universe repository in sources.list (System -&gt; Administration -&gt; Software Sources) and run under root (<code>sudo -s</code>):</p>
<p><code>wget -q -O - http://linux.dell.com/repo/firmware/bootstrap.cgi | bash<br />
aptitude install firmware-addon-dell<br />
aptitude install $(bootstrap_firmware -a)<br />
update_firmware<br />
</code></p>
<p>The first command enables Dell&#8217;s Ubuntu repository as well as downloads and installs GPG key for this repository. As you might guess, restart is needed after last command is done (keep fingers crossed) <img src='http://www.linuxscrew.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Please note that detailed instructions on how to update BIOS with Ubuntu (or other Linux distro) and firmware-tools developed by Dell are <a href="http://linux.dell.com/wiki/index.php/Repository/firmware" target="_blank">here</a>:</p>
<blockquote><p>We are releasing this project in the hopes of moving the industry towards a more scalable and friendly way to update BIOS and Firmware for systems.</p></blockquote>
<p>Respect to Dell and it&#8217;s Linux engineers!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2007/12/09/update-bios-of-dell-laptop-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Creative Sound Blaster X-Fi Linux driver</title>
		<link>http://www.linuxscrew.com/2007/09/27/creative-sound-blaster-x-fi-linux-driver/</link>
		<comments>http://www.linuxscrew.com/2007/09/27/creative-sound-blaster-x-fi-linux-driver/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 12:38:04 +0000</pubDate>
		<dc:creator>artiomix</dc:creator>
				<category><![CDATA[drivers]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.linuxscrew.com/2007/09/27/creative-sound-blaster-x-fi-linux-driver/</guid>
		<description><![CDATA[Good news for owners of Creative Sound Blaster X-Fi series as manufacturer&#8217;s binary Linux drivers are available for free downloading. The driver is compatible with ALSA. Bad news: it&#8217;s available only for x86_64 Linux.
Here is the list of supported cards:

Creative Sound Blaster X-Fi Elite Pro
Creative Sound Blaster X-Fi Platinum
Creative Sound Blaster X-Fi Fatal1ty
Creative Sound Blaster [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.linuxscrew.com/wp-content/uploads/2007/09/sb_logo.gif" title="sound blaster" alt="sound blaster" align="left" />Good news for owners of <a href="http://creative.com" target="_blank"><strong>Creative</strong></a> Sound Blaster <a href="http://en.wikipedia.org/wiki/Sound_Blaster_X-Fi" target="_blank"><strong>X-Fi</strong></a> series as manufacturer&#8217;s binary <strong>Linux</strong> <strong>driver</strong>s are available for free downloading. The driver is compatible with ALSA. Bad news: it&#8217;s available only for <strong>x86_64</strong> Linux.</p>
<p>Here is the list of supported cards:</p>
<ul>
<li>Creative Sound Blaster <strong class="highlighted0">X-Fi</strong> Elite Pro</li>
<li>Creative Sound Blaster <strong class="highlighted0">X-Fi</strong> Platinum</li>
<li>Creative Sound Blaster <strong class="highlighted0">X-Fi</strong> Fatal1ty</li>
<li>Creative Sound Blaster <strong class="highlighted0">X-Fi</strong> XtremeGamer</li>
<li>Creative Sound Blaster <strong class="highlighted0">X-Fi</strong> XtremeMusic</li>
</ul>
<p>Driver is available <a href="http://ru.europe.creative.com/support/downloads/download.asp?MainCategory=209&amp;nRegionFK=&amp;nCountryFK=&amp;nLanguageFK=&amp;sOSName=Linux&amp;region=3&amp;Product_Name=X-Fi+Fatal1ty&amp;Product_ID=14000&amp;modelnumber=&amp;driverlang=1033&amp;OS=12&amp;drivertype=0&amp;x=26&amp;y=11" target="_blank">here</a>.</p>
<p style="text-align: center"><img src="http://www.linuxscrew.com/wp-content/uploads/2007/09/250px-creative_sb_x-fi_fatal1ty-ab.jpg" title="Creative Sound Blaster X-Fi" alt="Creative Sound Blaster X-Fi" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxscrew.com/2007/09/27/creative-sound-blaster-x-fi-linux-driver/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>
