<?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>Plugable &#187; UD-160-A</title>
	<atom:link href="http://plugable.com/category/product/ud-160-a-product/feed/" rel="self" type="application/rss+xml" />
	<link>http://plugable.com</link>
	<description>USB Devices - Hubs, Cables, Graphics, Video, Docking, SATA, Keyboards, more</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:57:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Howto: DisplayLink USB Single Monitor on Linux</title>
		<link>http://plugable.com/2011/12/23/usb-graphics-and-linux/</link>
		<comments>http://plugable.com/2011/12/23/usb-graphics-and-linux/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 23:23:27 +0000</pubDate>
		<dc:creator>jerome</dc:creator>
				<category><![CDATA[DC-125]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[udlfb]]></category>
		<category><![CDATA[UGA-165]]></category>
		<category><![CDATA[USB-VGA-165]]></category>
		<category><![CDATA[USB2-HDMI-165]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[amazon:asin=B0038P1TP4]]></category>
		<category><![CDATA[amazon:asin=B004AIJE9G]]></category>
		<category><![CDATA[amazon:asin=B004PXPPNA]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=3540</guid>
		<description><![CDATA[Unfortunately, Linux doesn&#8217;t support multiple graphics adapters the way Windows does, which means you can&#8217;t just plug in USB graphics adapters and expect them to extend your desktop (the good news is there is progress on this support). What is possible, however, is running a single DisplayLink adapter, or several with a Xinerama or multiseat [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, Linux doesn&#8217;t support multiple graphics adapters the way Windows does, which means you can&#8217;t just plug in USB graphics adapters and expect them to extend your desktop (the good news is <a href="http://www.phoronix.com/scan.php?page=news_item&#038;px=MTAzMjM" target="_blank">there is progress</a> on this support).</p>
<p>What is possible, however, is running a single DisplayLink adapter, or several with a Xinerama or multiseat configuration &#8212; just as long as you don&#8217;t expect to use your main GPU at the same time.</p>
<p>The single-display case is relatively easy to set up, and we&#8217;ll cover that here.</p>
<p>First, make sure you&#8217;re running kernel version 2.6.35 or later (Ubuntu 10.10 or later).  For older kernel versions, you&#8217;ll need to update udlfb and run a modified fbdev X server (not covered in this post).  On these kernel versions, when you plug in your DisplayLink-based USB graphics device, you should get a green screen. This means that at the driver built into the Linux kernel is happy, healthy, and talking to the device.</p>
<p>Second, if you are running Unity Desktop in Ubuntu 11.04 or later, you&#8217;ll need to switch back to Classic Mode so you&#8217;re running straight X.  Here&#8217;s how on Ubuntu: </p>
<p>Click on the power button in the upper right corner (mine looks like a light switch) and choose the last option, System Settings.  Search for Login Screen, Double-click to display, Choose Unlock and enter your password, Select Ubuntu Classic as default session.  </p>
<p>Third, if you&#8217;re running kernel versions between 2.6.35 to 3.1, enable the fb_defio option of udlfb. To do this, create or edit a file like<br />
/etc/modprobe.d/50-displaylink.conf</p>
<p>and add the single line</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">options udlfb <span style="color: #007800;">fb_defio</span>=<span style="color: #000000;">1</span></pre></div></div>

<p>And reboot (or run &#8220;sudo depmod -a&#8221; and unplug/replug your adapter). This will turn on defio (page fault change detection) support. This option is already enabled by default in kernels 3.2+.</p>
<p>Lastly, create an X config file called 60-plugable.conf (or similar) with the following contents and place it in /usr/share/X11/xorg.conf.d (on recent distros; on older distros, make this your xorg.conf):</p>

<div class="wp_syntax"><div class="code"><pre class="xorg_conf" style="font-family:monospace;">&nbsp;
<span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;Device&quot;</span> 
  <span style="color: #990000;">Identifier</span> <span style="color: #0000ff;">&quot;uga&quot;</span> 
  <span style="color: #990000;">driver</span> <span style="color: #0000ff;">&quot;fbdev&quot;</span> 
  <span style="color: #990000;">Option</span> <span style="color: #0000ff;">&quot;fbdev&quot;</span> <span style="color: #0000ff;">&quot;/dev/fb0&quot;</span> 
<span style="color: #b1b100;">EndSection</span> 
&nbsp;
<span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;Monitor&quot;</span> 
  <span style="color: #990000;">Identifier</span> <span style="color: #0000ff;">&quot;monitor&quot;</span> 
<span style="color: #b1b100;">EndSection</span> 
&nbsp;
<span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;Screen&quot;</span> 
  <span style="color: #990000;">Identifier</span> <span style="color: #0000ff;">&quot;screen&quot;</span> 
  <span style="color: #990000;">Device</span> <span style="color: #0000ff;">&quot;uga&quot;</span> 
  <span style="color: #990000;">Monitor</span> <span style="color: #0000ff;">&quot;monitor&quot;</span> 
<span style="color: #b1b100;">EndSection</span> 
&nbsp;
<span style="color: #b1b100;">Section</span> <span style="color: #0000ff;">&quot;ServerLayout&quot;</span> 
  <span style="color: #990000;">Identifier</span> <span style="color: #0000ff;">&quot;default&quot;</span> 
  <span style="color: #990000;">Screen</span> <span style="color: #cc66cc;">0</span> <span style="color: #0000ff;">&quot;screen&quot;</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> 
<span style="color: #b1b100;">EndSection</span></pre></div></div>

<p>Note: if your main GPU creates a /dev/fb0 even when the USB display is not attached, then your USB display is probably getting assigned to /dev/fb1. In that case, change /dev/fb0 in the &#8220;Device&#8221; section above to /dev/fb1</p>
<p>Now, on reboot, you should (hopefully!) see your login come up on your DisplayLink USB attached display!</p>
<p>This kind of simple setup is useful for:</p>
<ul>
<li>Testing or playing with your USB graphics adatper on Linux.</li>
<li>Embedded systems with USB but no GPU.</li>
<li>As a backup method when the main GPU or its driver isn&#8217;t available or working.</li>
<li>Systems where a USB graphics adapter enables higher modes (up to 2048&#215;1152) than the main GPU screen.</li>
</ul>
<p>Please comment if you have any trouble with this single display case.  See our <a href="http://plugable.com/category/project/udlfb/">past posts</a> for additional information about the DisplayLink Linux kernel driver and some more involved setups.</p>
<p>The instructed here work on all <a href="http://plugable.com/products/graphics-adapters/">Plugable USB 2.0 graphics adapters</a> and <a href="http://plugable.com/products/laptop-docking/">Plugable USB 2.0 docking stations and thin clients</a> (and should also generally work on all DisplayLink based products).</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/12/23/usb-graphics-and-linux/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>DisplayLink&#8217;s Latest Windows Drivers (6.1 M0)</title>
		<link>http://plugable.com/2011/12/17/displaylinks-latest-windows-drivers-6-1-m0/</link>
		<comments>http://plugable.com/2011/12/17/displaylinks-latest-windows-drivers-6-1-m0/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 00:21:27 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[DC-125]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-165]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[USB-VGA-165]]></category>
		<category><![CDATA[USB2-HDMI-165]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B002PONXAI]]></category>
		<category><![CDATA[amazon:asin=B0038P1TP4]]></category>
		<category><![CDATA[amazon:asin=B004D0QC0A]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=3528</guid>
		<description><![CDATA[DisplayLink has had two major updates to their Windows driver package this fall: 6.0 M1 and the newly released 6.1 M0. For Plugable&#8217;s USB 2.0 products with DisplayLink chips, however, we&#8217;re still recommending earlier DisplayLink Windows driver version 5.6 M1 (5.6.31870.0), because of its proven stability. For now, Windows Update will still deliver 5.6 M1 [...]]]></description>
			<content:encoded><![CDATA[<p>DisplayLink has had two major updates to their Windows driver package this fall: 6.0 M1 and the newly released 6.1 M0. </p>
<p>For Plugable&#8217;s USB 2.0 products with DisplayLink chips, however, we&#8217;re still recommending earlier <a href="http://displaylink.com/support/sla.php?fileid=39">DisplayLink Windows driver version 5.6 M1 (5.6.31870.0)</a>, because of its proven stability.  For now, Windows Update will still deliver 5.6 M1 automatically when you plug a Plugable device in.  </p>
<p>Here&#8217;s a little background on why:</p>
<p>DisplayLink&#8217;s newest 6.x drivers work with all DisplayLink chips (USB 2.0 and the coming USB 3.0 generation), but the primary development focus of version 6.x has been on enabling the coming USB 3.0 generation of products.  Perhaps as a result, there are some minor tradeoffs for USB 2.0 generation devices.</p>
<p>Here are the tradeoffs we&#8217;re following:</p>
<p>1) On a few systems, screens may go blank after returning from a reboot or power event. The cause appears to be changes in the way display configuration information is stored with the 6.0 and 6.1 drivers &#8211; Windows and the drivers can get confused, and that confusion will persist across unplugs, reboots, etc (going back to 5.6 M1 is the solution in these cases)<br />
2) The uninstaller on version 6.1 fails to uninstall from Windows&#8217; Programs and Features (as a workaround, you can use the <a href="http://www.displaylink.com/support/ticket.php?id=297">DisplayLink &#8220;cleaner&#8221; utility</a>).<br />
3) 5.6 M1 is the last release where DisplayLink&#8217;s logs are readable. When we hit any strange problems on a customer&#8217;s system, our ability to analyze the logs to find the underlying problems (and solutions) is one of the ways we try to provide better support for Plugable brand devices.</p>
<p>All that said, we run the latest drivers on nearly all of our own systems (so we can stay up to date with the latest developments), and generally they&#8217;re great. So if there are any 6.x features or fixes that are relevant to you, feel free to download and install 6.1 M0 or later to give it a try.  You can always <a href="http://displaylink.com/support/downloads.php">download the latest DisplayLink driver here</a>. And we expect that with one of the coming releases, we&#8217;ll push forward our recommendation to the latest version.</p>
<p>For those considering the latest versions, here&#8217;s the features and fixes DisplayLink has delivered since 5.6 M1 (as of version 6.1 M0). We&#8217;ve cut down the list to just those appear to be relevant to USB 2.0 devices.</p>
<p><strong>New features since 5.6 M1 (as of 6.1 M0): </strong></p>
<p>- Improved video smoothness for DL-1&#215;0, DL-1&#215;5 and DL-3&#215;00 series<br />
- Improved frame rate<br />
- Reduced CPU utilization<br />
- DisplayLink Tray applet enhancements</p>
<p>(Note these are generally subtle improvements)</p>
<p><strong>New fixes since 5.6 M1 (as of 6.1 M0):</strong></p>
<p>Sometimes the DisplayLink screen will remain blank when the device is<br />
re-plugged after having been disconnected during power save. (11708)</p>
<p>Moving a mouse over full-screen video playback causes quality to drop. (12409)</p>
<p>Sometimes DisplayLink screen comes on in clone mode instead of extending when<br />
connecting the device for the very first time. (10217)</p>
<p>Sometimes video may freeze on DisplayLink monitor. (11333)</p>
<p>Other miscellaneous fixes</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/12/17/displaylinks-latest-windows-drivers-6-1-m0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DisplayLink 5.6 M1 Driver on Windows Update</title>
		<link>http://plugable.com/2011/06/24/displaylink-5-6-m1-driver-on-windows-update/</link>
		<comments>http://plugable.com/2011/06/24/displaylink-5-6-m1-driver-on-windows-update/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 21:14:34 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Laptop Dock]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-165]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[USB-VGA-165]]></category>
		<category><![CDATA[USB2-HDMI-165]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B004AIJE9G]]></category>
		<category><![CDATA[amazon:asin=B004D0QC0A]]></category>
		<category><![CDATA[amazon:asin=B004PXPPNA]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=2731</guid>
		<description><![CDATA[Microsoft&#8217;s Windows Update system has been updated to the latest DisplayLink 5.6 M1 Driver (5.6.31854.0 dated 2011/04/18). If you used Windows Update previously to get your driver, you were getting version 5.5. This update is compatible with and applies to all Plugable USB graphics adapters and docks. This is great news, as this new version [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s Windows Update system has been updated to the latest DisplayLink 5.6 M1 Driver (5.6.31854.0 dated 2011/04/18).  If you used Windows Update previously to get your driver, you were getting version 5.5.</p>
<p>This update is compatible with and applies to all Plugable USB graphics adapters and docks.</p>
<p>This is great news, as this new version includes a few important fixes and features, and many small ones.  Details below.</p>
<h3>Notes</h3>
<ul>
<li>Windows 7 makes Windows Update for hardware automatic, but it can be enabled for Vista and XP also</li>
<li>The update will automatically be triggered by Windows when it sees a new device.  Or for an existing device, you can trigger Windows Update manually, and look for DisplayLink&#8217;s drivers among the &#8220;Optional&#8221; updates.</li>
</ul>
<h3>Important Features/Fixes from 5.5 to 5.6 M1</h3>
<ul>
<li>Fix for software-triggered screen freezes (which required system reboot or service restart)</li>
<li>Support for Windows Server SKUs (with Aero installed and enabled)</li>
<li>Better compatibility with nVidia and ATI GPUs</li>
<li>Improved compatibility with newer DirectX apps</li>
</ul>
<h3>Full changelist from DisplayLink</h3>
<p><img src="http://displaylink.com/images/nav_logo.gif" style="float:right; padding: 10px"/>C1. Fixed issues between R5.6 (5.6.31721.0) and R5.6 M1 (5.6.31854.0)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>If the reboot prompt after install is ignored on Windows XP, then the<br />
DisplayLink monitor set to mirror may display corrupted data. (10953)</p>
<p>After installing DisplayLink software on some systems with switchable graphics<br />
architectures, the main monitor may be dimmed and not responsive until reboot.<br />
(10534)</p>
<p>Monitor details were not being updated in &#8220;Devices and Printers&#8221; folder when<br />
changing the monitors connected to DisplayLink device. (9917)</p>
<p>DisplayLink monitors may flash occasionally when playing fullscreen videos on<br />
several stations. (11173)</p>
<p>On Windows XP after installing DisplayLink drivers several reboot cycles may be<br />
requested. (11079)</p>
<p>C1. Fixed issues between R5.5 (5.5.27797) and R5.6 (5.6.31721.0)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
DisplayLink Software upgraded through Windows Update will not work correctly<br />
after rebooting the system (issue affecting releases R5.3 to R5.4 on Windows<br />
update). (9658)</p>
<p>Blue screen on Windows 7 on some platforms when rebooting after having applied<br />
layout changes. (9631)</p>
<p>The DisplayLink GUI stops functioning correctly after switching GPU on some<br />
ATI/Intel hybrid systems. (10065, 10106)</p>
<p>Sometimes there are two DisplayLink icons present in the system tray. (9807)</p>
<p>Sometimes the DisplayLink icon is missing in the system tray. (9545, 9837)</p>
<p>Video in Basic Mode not working with the latest Windows updates on both Windows<br />
Vista and Windows 7. (1609)</p>
<p>Video playback issues on Microsoft Windows 7 with the latest NVIDIA Drivers.<br />
(10061)</p>
<p>A DisplayLink USB monitor could occasionally remain blank after a PC reboot.<br />
(9622)</p>
<p>DirectX 9 games could crash when running on a primary, non DisplayLink, screen.<br />
(10027)</p>
<p>DisplayLink software fails to install on NVidia Quadro FX 880M graphics card.<br />
(9637)</p>
<p>On Windows 7 Windows Photo Viewer may show corruption when a DisplayLink<br />
monitor is mirroring the main screen. (9612)</p>
<p>On some systems with switchable graphics architectures disconnecting<br />
a DisplayLink monitor may cause main monitor to be switched off. (9750, 9747)</p>
<p>Screen corruption while performing the Aero 3D flip (Windows+tab) interface<br />
effect. (10425)</p>
<p>Blue screen when restarting with a connected DisplayLink screen in Projector<br />
Only mode. (10457)</p>
<p>After a series of layout changes the DisplayLink screens can sometimes freeze<br />
while the DisplayLink GUI loses functionality. (10489)</p>
<p>2 DisplayLink GUIs are shown in the system tray after installation. (10504)</p>
<p>Blue screen when using a DisplayLink device for the first time on some Optimus<br />
configurations. (10700)</p>
<p>On some Optimus configurations, rebooting with a DisplayLink device connected<br />
causes the DisplayLink screens to remain black with a blinking mouse pointer.<br />
(10701, 10702)</p>
<p>Screen corruption when using 3D GUI effects on DisplayLink screens in some<br />
display configurations. (9611, 10425)</p>
<p>Screen corruption on DisplayLink screens while using some applications after a<br />
transition from projector mode to duplicate. (9612)</p>
<p>Video in Basic Mode not working with the latest Windows updates on both Windows<br />
Vista and Windows 7. (1609)</p>
<p>In rare scenarios a DisplayLink monitor may freeze. (10230)</p>
<p>DisplayLink USB monitor could occasionally remain blank after a PC reboot.<br />
(9622)</p>
<p>Blue screen when playing video on multiple clients. (6309, 9442)</p>
<p>SRC Shell application crashed when playing video clip. (10212)</p>
<p>When the logon screen is displayed, occasionally the DisplayLink displays are<br />
frozen and only updated by the mouse pointer. (10044)</p>
<p>On some switchable systems the main screen flashes continuously after<br />
installing the DisplayLink driver or after connecting the DisplayLink device.<br />
(10653)</p>
<p>Corruption is shown while moving the cursor near the edge of a window on top of<br />
 a Windows Media Player window. (10752)</p>
<p>Incorrect/missing Windows Update error reporting from the DisplayLink GUI.<br />
(10523)</p>
<p>Sometimes a Windows XP computer with DisplayLink drivers installed will hang<br />
while starting. (9607)</p>
<p>On some nVidia Optimus systems the DisplayLink display will remain black<br />
immediately after installing the DisplayLink drivers. A reboot recovers from<br />
this issue. (10785)</p>
<p>On some machines Windows falls into endless reboot loop after installation of<br />
DisplayLink drivers. (10918)</p>
<p>Timing not compliant with the CEA861D specification. (10952)</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/06/24/displaylink-5-6-m1-driver-on-windows-update/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New DisplayLink Driver Released for Mac OS X Lion (10.7)</title>
		<link>http://plugable.com/2011/06/06/new-displaylink-driver-released-for-mac-os-x-lion-10-7/</link>
		<comments>http://plugable.com/2011/06/06/new-displaylink-driver-released-for-mac-os-x-lion-10-7/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 18:59:34 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Laptop Dock]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-165]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[USB-VGA-165]]></category>
		<category><![CDATA[amazon:asin=B002PONXAI]]></category>
		<category><![CDATA[amazon:asin=B004AIJE9G]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=2484</guid>
		<description><![CDATA[[Update July 2011: Lion is now out! And DisplayLink has an updated beta 3 driver available at the same location as below. The final version of Lion unfortunately has introduced several significant issues with USB graphics. For the most up to date information, see our support forum at http://support.plugable.com/plugable/topics/osx_lion_and_usb_2_0_display_adapter] DisplayLink has released an updated Mac [...]]]></description>
			<content:encoded><![CDATA[<p>[Update July 2011:  Lion is now out!  And DisplayLink has an updated beta 3 driver available at the same location as below.  The final version of Lion unfortunately has introduced several significant issues with USB graphics.  For the most up to date information, see our support forum at http://support.plugable.com/plugable/topics/osx_lion_and_usb_2_0_display_adapter]</p>
<p>DisplayLink has released an updated Mac driver (1.7 beta 1) with support for Mac OX 10.7 &#8220;Lion&#8221; (both 32 and 64 bit kernels).</p>
<p>The driver is available for download now at <a href="http://displaylink.com/support/mac_downloads.php">http://displaylink.com/support/mac_downloads.php</a> and is compatible with all Plugable USB graphics adapters and docking stations, such as the <a href="http://plugable.com/products/uga-2k-a/">Plugable UGA-2K-A</a>. </p>
<p>DisplayLink&#8217;s release coincided with Apple&#8217;s announcement today at WWDC that the Lion update will be available for purchase next month for $29.  Driver updates from DisplayLink are free.</p>
<p>This new line of DisplayLink drivers (1.7 and later) is critical for all DisplayLink Mac users looking to upgrade to Lion, as the new OS release breaks all older USB graphics drivers.</p>
<p>The new DisplayLink driver release includes other fixes, but retains the same high-level characteristics and limitations of prior Mac driver versions (displays up to 2048&#215;1152 on high-end USB adapters; limit of 4 additional displays via 4 USB adapters; no Quartz Extreme/OpenGL support).</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2011/06/06/new-displaylink-driver-released-for-mac-os-x-lion-10-7/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>DisplayLink Releases New 5.5 M1 Windows Driver</title>
		<link>http://plugable.com/2010/12/03/displaylink-releases-new-5-5-m1-windows-driver/</link>
		<comments>http://plugable.com/2010/12/03/displaylink-releases-new-5-5-m1-windows-driver/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 02:24:04 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-165]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[USB-VGA-165]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B002PONXAI]]></category>
		<category><![CDATA[amazon:asin=B003IE49T8]]></category>
		<category><![CDATA[amazon:asin=B004AIJE9G]]></category>
		<category><![CDATA[amazon:asin=B004D0QC0A]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=1752</guid>
		<description><![CDATA[This release is especially important for users of the latest nVidia drivers (versions later than 258.96) on Windows 7 and Vista, because these recent nVidia drivers conflict with earlier DisplayLink drivers in the area of DirectX functionality. We&#8217;re recommending that affected users download this latest DisplayLink 5.5 M1 (Dec 3, 2010) release or any later [...]]]></description>
			<content:encoded><![CDATA[<p>This release is especially important for users of the latest nVidia drivers (versions later than 258.96) on Windows 7 and Vista, because these recent nVidia drivers <a href="http://plugable.com/2010/11/15/displaylink-and-nvidia-driver-compatibility-update/">conflict with earlier DisplayLink drivers</a> in the area of DirectX functionality.</p>
<p>We&#8217;re recommending that affected users download this latest DisplayLink 5.5 M1 (Dec 3, 2010) release or any later version, available at <a href="http://displaylink.com/support/downloads.php">http://displaylink.com/support/downloads.php</a>  </p>
<p>Note a reboot may be required as the installer removes the prior version, and installs the new.  Please feel free to comment with any experience reports or problems.</p>
<p>Here&#8217;s a rundown of important problems that are intended to be fixed from 5.5 (Sept 29, 2010) to 5.5 M1 (Dec 3, 2010) from the <a href="http://www.displaylink.com/filestore/release_note/DisplayLink-5.5.29194-release_notes.txt">DisplayLink 5.5 M1 release notes</a>. We have some notes from us [in brackets] based on what we&#8217;ve seen from Plugable customers.</p>
<p>These issues have complete or partial fixes in 5.5. M1:</p>
<ul>
<li>Video playback issues on Microsoft Windows 7 with the latest NVIDIA Drivers.  [This is the big incompatibility where nVidia drivers after 258.96 broke DirectX functionality on systems with DisplayLink drivers installed]</li>
<li>DisplayLink Software upgraded through Windows Update will not work correctly after rebooting the system (issue affecting releases R5.3 to R5.4 on Windows update). [This problem has kept the DisplayLink version on Microsoft's Windows Update system to the older version 5.2, meaning that users who simply plug in their device without a manual driver download have been missing fixes for a number of serious known issues.  Now DisplayLink should be able to resume delivering the very latest drivers via Windows Update]</li>
<li>DisplayLink USB monitor could occasionally remain blank after a PC reboot. [we've seen this problem intermittently from several customers. We suspect multiple causes, but hope this resolves most]</li>
<li>Sometimes the DisplayLink icon is missing in the system tray. [this had previously been a sign of larger problems]</li>
</ul>
<p>And other important problems DisplayLink reports fixed, that we haven&#8217;t specifically run across:</p>
<ul>
<li>Blue screen on Windows 7 on some platforms when rebooting after having applied layout changes.</li>
<li>The DisplayLink GUI stops functioning correctly after switching GPU on some ATI/Intel hybrid systems.</li>
<li>Sometimes there are two DisplayLink icons present in the system tray.</li>
<li>Video in Basic Mode not working with the latest Windows updates on both Windows Vista and Windows 7.</li>
</ul>
<p>5.5 M1 is compatible with all Plugable USB graphics devices. Generally DisplayLink does a good regression testing so we&#8217;ve generally had a good experience being aggressive about upgrading to get the latest fixes (when things break, they break more often between DisplayLink releases because of external OS or other main GPU driver changes). So we&#8217;re recommending this release to all Plugable users who are experiencing any of the problems above.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/12/03/displaylink-releases-new-5-5-m1-windows-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DisplayLink and nVidia Driver Compatibility Update</title>
		<link>http://plugable.com/2010/11/15/displaylink-and-nvidia-driver-compatibility-update/</link>
		<comments>http://plugable.com/2010/11/15/displaylink-and-nvidia-driver-compatibility-update/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 01:55:09 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Laptop Dock]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-165]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B002PONXAI]]></category>
		<category><![CDATA[amazon:asin=B0038P1TP4]]></category>
		<category><![CDATA[amazon:asin=B003IE49T8]]></category>
		<category><![CDATA[amazon:asin=B004AIJE9G]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=1582</guid>
		<description><![CDATA[[updated 12/3 - DisplayLink has released driver version 5.5 M1 (Dec 3, 2010) which appears to resolve all these outstanding nVidia issues. See details ... ] nVidia&#8217;s latest Win7/Vista drivers (October 18, 2010 and later) conflict with existing DisplayLink drivers (version 5.5 Sept 29th and earlier), causing video playback and some 3D applications to not [...]]]></description>
			<content:encoded><![CDATA[<p>[updated 12/3 - DisplayLink has released driver version 5.5 M1 (Dec 3, 2010) which appears to resolve all these outstanding nVidia issues.  <a href="http://plugable.com/2010/12/03/displaylink-releases-new-5-5-m1-windows-driver/">See details ...</a> ]</p>
<p>nVidia&#8217;s latest Win7/Vista drivers (October 18, 2010 and later) conflict with existing DisplayLink drivers (version 5.5 Sept 29th and earlier), causing video playback and some 3D applications to not function. These problems apply to all DisplayLink-based USB graphics products, including ours.</p>
<p>DisplayLink is working to fix the conflicts.  They&#8217;re trying to roll out updated drivers as quickly as possible, but have some work to do yet.</p>
<p>On Nov 15 they made available a maintenance release of the older DisplayLink driver version 5.4, called &#8220;5.4 M1&#8243;, which resolves some of the conflict, but not enough to make the solution workable.</p>
<p>Our recommended solution for now is to use the latest DisplayLink drivers, and stay on or move back to nVidia drivers version 258 or earlier.  For <a href="http://www.nvidia.com/object/win7-winvista-32bit-258.96-whql-driver.html">Windows 7 and Vista 32-bit, you can find the nVidia drivers here</a>. <a href="http://www.nvidia.com/object/win7-winvista-64bit-258.96-whql-driver.html">For 64-bit, find them here</a>.   These drivers do not have any of these these 3D &#038; video playback conflicts.</p>
<p>Our apologies to users affected by these conflicting drivers.  We hope this information helps. Feel free to email support@plugable.com or visit <a href="http://plugable.com/support/">http://plugable.com/support/</a> and post a question if you have any remaining problems. Again, thank you!</p>
<p>[updated 11/23]</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/11/15/displaylink-and-nvidia-driver-compatibility-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto: Adjusting C-Media USB Audio Volume in Windows 7</title>
		<link>http://plugable.com/2010/10/28/howto-adjusting-c-media-usb-audio-volume-in-windows-7/</link>
		<comments>http://plugable.com/2010/10/28/howto-adjusting-c-media-usb-audio-volume-in-windows-7/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 22:01:43 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Laptop Dock]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B002PONXAI]]></category>
		<category><![CDATA[amazon:asin=B004PXPPNA]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=1516</guid>
		<description><![CDATA[The Plugable UD-160-A Universal Docking Station and the Plubable DC-125 Zero Client Docking Station provide 2 channel USB audio via a CM-6300 chip. The CM-6300 is a &#8220;driverless&#8221; solution in that it complies with the USB audio class standard, and uses Microsoft&#8217;s own drivers provided in Windows 7. That also means that the software options [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://plugable.com/products/ud-160-a/">Plugable UD-160-A Universal Docking Station</a> and the <a href="http://plugable.com/products/dc-125/">Plubable DC-125 Zero Client Docking Station</a> provide 2 channel USB audio via a <a href="http://www.cmedia.com.tw/ProductsDetail.aspx?page=p&#038;C1Serno=25&#038;C2Serno=26&#038;C3Serno=0&#038;PSerno=22">CM-6300 chip</a>.  The CM-6300 is a &#8220;driverless&#8221; solution in that it complies with the USB audio class standard, and uses Microsoft&#8217;s own drivers provided in Windows 7.  That also means that the software options for controlling the device are all in the hands of Windows 7 itself.</p>
<p>The UD-160-A and other powered CM-6300 devices can be configured in hardware to deliver high power audio output, so it&#8217;s great even with unpowered speakers.  But for headsets and self-powered speakers, the defaults may be too loud. </p>
<p>For those cases and others, here are some details and tips for adjusting the volume in Windows 7 with USB audio.</p>
<p><a href="http://plugable.com/wp-content/uploads/2010/10/win7-libraries-music-sample-music.png"><img src="http://plugable.com/wp-content/uploads/2010/10/win7-libraries-music-sample-music-300x141.png" alt="" title="win7-libraries-music-sample-music" width="300" height="141" class="alignnone size-medium wp-image-1522" /></a></p>
<p>First off, it helps to bring up some music in Windows Media player so you can hear the affect of your settings changes.  Most Windows 7 installs will have some sample music to play in Libraries->Music->Sample Music</p>
<p><a href="http://plugable.com/wp-content/uploads/2010/10/win7-control-panel-sound-icon.png"><img src="http://plugable.com/wp-content/uploads/2010/10/win7-control-panel-sound-icon-300x188.png" alt="" title="win7-control-panel-sound-icon" width="300" height="188" class="alignnone size-medium wp-image-1517" /></a></p>
<p>Then, go to where the settings are collected &#8212; in the &#8220;Sound&#8221; settings from the Windows 7 Control Panel.</p>
<p><a href="http://plugable.com/wp-content/uploads/2010/10/win7-sound-control-panel-default.png"><img src="http://plugable.com/wp-content/uploads/2010/10/win7-sound-control-panel-default-269x300.png" alt="" title="win7-sound-control-panel-default" width="269" height="300" class="alignnone size-medium wp-image-1518" /></a></p>
<p>This will bring up the list of available audio devices, one of which should be your USB audio device.  By default, Windows 7 makes a new USB audio device the default &#8212; even if it doesn&#8217;t have any speakers attached!  So this is also the place where, if you&#8217;re not actually using your USB or docking station audio, you can select a different audio output (e.g. your laptop&#8217;s built-in audio) and click &#8220;Set Default&#8221; to make it the default for new default sound output and/or for communications (messenger/skype/voip).  Windows will persist this setting.</p>
<p><a href="http://plugable.com/wp-content/uploads/2010/10/win7-control-panel-sound-properties-menu.png"><img src="http://plugable.com/wp-content/uploads/2010/10/win7-control-panel-sound-properties-menu-277x300.png" alt="" title="win7-control-panel-sound-properties-menu" width="277" height="300" class="alignnone size-medium wp-image-1519" /></a></p>
<p>For adjusting the USB audio level, right click on the USB audio device to bring up the context menu and select &#8220;Properties&#8221;.</p>
<p><a href="http://plugable.com/wp-content/uploads/2010/10/win7-sound-properties-levels.png"><img src="http://plugable.com/wp-content/uploads/2010/10/win7-sound-properties-levels-269x300.png" alt="" title="win7-sound-properties-levels" width="269" height="300" class="alignnone size-medium wp-image-1520" /></a></p>
<p>The main volume for the device is in the &#8220;Levels&#8221; tab.  When this audio device is the default device, this level is the same as the Windows master audio volume controls (the one you adjust from the sound icon in the Windows system tray) &#8212; adjusting one will adjust the other.  The default in Windows is a max volume of &#8220;100&#8243;.</p>
<p>For the high-power audio of the Plugable dock, combined with powered speakers, &#8220;100&#8243; is often too loud, and you may find that even setting the level to &#8220;1&#8243; is still too loud.</p>
<p><a href="http://plugable.com/wp-content/uploads/2010/10/win7-sound-properties-custom-loudness.png"><img src="http://plugable.com/wp-content/uploads/2010/10/win7-sound-properties-custom-loudness-269x300.png" alt="" title="win7-sound-properties-custom-loudness" width="269" height="300" class="alignnone size-medium wp-image-1521" /></a></p>
<p>The solution is the &#8220;Custom&#8221; tab which has an optional &#8220;Loudness&#8221; checkbox (provided by the Microsoft USB audio class drivers).  Windows 7 sets this on by default, but in most cases it should be unchecked.  Then, go back to your levels tab and re-adjust the volume to the right and comfortable level.  </p>
<p>For most speaker combinations, you should no longer be having to peg the volume down at &#8220;1&#8243;.</p>
<p>And once you have master volume at a comfortable level &#8211; you also have another means of control. Each application has its own volume, which acts in combination with the Windows master settings.  So if system sounds or media playback are still to loud or not the right relative volume, look within the particular application for its own sound slider (and most applications will persist this setting).</p>
<p>We hope this helps for anyone experiencing audio which is too loud or too quiet with any Plugable or other USB audio devices on Win 7.  Please feel free to comment with any questions or other suggestions.</p>
<p><strong>[Update March 2, 2011]</strong></p>
<p>If you&#8217;re on Windows, and the above steps don&#8217;t help enough, there is a Windows driver solution to bump the volume down further.</p>
<p>This driver replaces Windows&#8217; default USB audio driver, it&#8217;s compatible with the CM6300 in the Plugable Universal Dock. Most functionality doesn&#8217;t apply to the CM6300, but the fine grained control over volume is better and helpful.</p>
<p>Here&#8217;s where you can <a href="http://plugable.com/public/drivers/C-Media-CM6300-Windows-Speaker_-6dB.zip">download the lower-volume CM6300 driver</a>.   Please let us know in the comments if you have any problems or feedback.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/10/28/howto-adjusting-c-media-usb-audio-volume-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>DisplayLink Releases Updated Windows Driver (version 5.5)</title>
		<link>http://plugable.com/2010/10/01/displaylink-releases-updated-windows-driver-version-5-5/</link>
		<comments>http://plugable.com/2010/10/01/displaylink-releases-updated-windows-driver-version-5-5/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 00:07:55 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[Using]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[amazon:asin=B002PONXAI]]></category>
		<category><![CDATA[amazon:asin=B003IE49T8]]></category>
		<category><![CDATA[amazon:asin=B004AIJE9G]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=1459</guid>
		<description><![CDATA[DisplayLink has released an updated Windows Driver (version 5.5, dated September 29th, 2010), which is available for download here. This update is compatible with all of Plugable&#8217;s products with DisplayLink-based USB graphics. This is a must-have update for all with machines with ATI/AMD as their primary graphics controller, as it works around serious issues introduced [...]]]></description>
			<content:encoded><![CDATA[<p>DisplayLink has released an updated Windows Driver (version 5.5, dated September 29th, 2010), which is <a href="http://www.displaylink.com/support/downloads.php">available for download here</a>. </p>
<p>This update is compatible with all of Plugable&#8217;s products with DisplayLink-based USB graphics.</p>
<p>This is a must-have update for all with machines with ATI/AMD as their primary graphics controller, as it works around <a href="http://www.displaylink.org/forum/showthread.php?t=429&#038;highlight=Catalyst">serious issues</a> introduced with ATI&#8217;s Catalyst&trade; 10.8 driver release.  <a href="http://blogs.amd.com/play/2010/08/26/ati-catalyst%E2%84%A2-10-8-driver-%E2%80%93-what%E2%80%99s-new/">ATI&#8217;s driver was released just recently (August)</a>. ATI has not pushed this update widely, but over time we expect more ATI/AMD users will need to make sure they&#8217;re running DisplayLink driver version 5.5 or later.</p>
<p>In terms of new features, DisplayLink&#8217;s version 5.5 driver also includes:</p>
<ul>
<li>Windows Presentation Foundation compatibility on Windows XP &#8212; a big deal for XP users who use Visual Studio 2010 or any of the other (limited but growing) list of applications built on WPF</li>
<li>&#8216;Fit to TV&#8217; functionality for HDMI TVs</li>
<li>GUI menu enhancements</li>
<li>Some improvements in motion video playback performance on Windows 7 and Vista</li>
</ul>
<p>See the <a href="http://www.displaylink.com/filestore/release_note/DisplayLink-5.5.27797-release_notes.txt">5.5 release notes</a> for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/10/01/displaylink-releases-updated-windows-driver-version-5-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DisplayLink Releases New Mac Driver Beta (1.6 Beta 3)</title>
		<link>http://plugable.com/2010/09/29/displaylink-release-new-mac-driver-beta-1-6-beta-3/</link>
		<comments>http://plugable.com/2010/09/29/displaylink-release-new-mac-driver-beta-1-6-beta-3/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 00:00:57 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Installing]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[amazon:asin=B002PONXAI]]></category>
		<category><![CDATA[amazon:asin=B003IE49T8]]></category>
		<category><![CDATA[amazon:asin=B004AIJE9G]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=1454</guid>
		<description><![CDATA[DisplayLink has released an updated beta of their version 1.6 Mac drivers, available for download from their Mac forums. This is the first update in quite a few months, so it&#8217;s a good sign for Mac users. The main feature of the new beta are fixes for some problems experienced on resume from sleep. In [...]]]></description>
			<content:encoded><![CDATA[<p>DisplayLink has released an updated beta of their version 1.6 Mac drivers, <a href="http://www.displaylink.org/forum/showthread.php?t=468">available for download from their Mac forums</a>.  This is the first update in quite a few months, so it&#8217;s a good sign for Mac users.</p>
<p>The main feature of the new beta are fixes for some problems experienced on resume from sleep.</p>
<p>In terms of our general recommendations for Macs and Plugable&#8217;s DisplayLink-based products, we still want to emphasize that all Mac drivers are of a beta/pre-release level of quality compared to the Windows products.  They still 1) are incompatible with recent MacBook Pros with switching graphics 2) disable the USB ethernet interface on docking stations like our Plugable dock. 3) are too frequently broken or fixed by Apple&#8217;s OS X updates &#8212; Apple often seems to be changing driver interfaces in subtle ways that affect USB graphics.</p>
<p>We expect and hope that support from both DisplayLink and Apple will improve in time, and we&#8217;ll be able to recommend the combination without qualification.  Until then, it&#8217;s good to see releases like this for incremental progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/09/29/displaylink-release-new-mac-driver-beta-1-6-beta-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DisplayLink Linux kernel driver (udlfb) updates slated for 2.6.37</title>
		<link>http://plugable.com/2010/08/18/displaylink-linux-kernel-driver-udlfb-updates-slated-for-2-6-37/</link>
		<comments>http://plugable.com/2010/08/18/displaylink-linux-kernel-driver-udlfb-updates-slated-for-2-6-37/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 05:28:20 +0000</pubDate>
		<dc:creator>Bernie Thompson</dc:creator>
				<category><![CDATA[Display]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[UD-160-A]]></category>
		<category><![CDATA[udlfb]]></category>
		<category><![CDATA[UGA-125]]></category>
		<category><![CDATA[UGA-2K-A]]></category>
		<category><![CDATA[UT-1]]></category>
		<category><![CDATA[amazon:asin=B002PONXAI]]></category>
		<category><![CDATA[amazon:asin=B0038P1TP4]]></category>
		<category><![CDATA[amazon:asin=B003IE49T8]]></category>

		<guid isPermaLink="false">http://plugable.com/?p=1271</guid>
		<description><![CDATA[The latest set of patches for udlfb, the Linux kernel framebuffer driver for DisplayLink chips, has been submitted and looks on track for kernel 2.6.37. This will catch the kernel up to everything on http://git.plugable.com/ Linux is a big and constantly shifting platform. With our USB graphics products (and generally for DisplayLink based products, since [...]]]></description>
			<content:encoded><![CDATA[<p>The latest set of patches for udlfb, the Linux kernel framebuffer driver for DisplayLink chips, has been submitted and looks on track for kernel 2.6.37.  This will catch the kernel up to everything on <a href="http://git.plugable.com/">http://git.plugable.com/</a></p>
<p>Linux is a big and constantly shifting platform. With our USB graphics products (and generally for DisplayLink based products, since we try to make them work for all devices), it&#8217;s easy to output a few pixels, but configuring a USB display as an X terminal, or certainly for an extended desktop, is still a process on Linux that requires manual xorg.conf editing and is for very advanced users only.  But we try to contribute what we can at Plugable, and that has meant focusing on making the kernel driver that actually talks to the hardware and everything else builds on, as solid as possible.</p>
<p>The contributed patches start with <a href="http://driverdev.linuxdriverproject.org/pipermail/devel/2010-August/008147.html">this post to the linux driver project list</a>.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;<br />
To: devel-request@linuxdriverproject.org<br />
[PATCH 0/11] staging: udlfb: patches from udlfb development branch (Bernie Thompson)</p>
<p>This patch series contains all current fixes and features from<br />
the udlfb development branch.</p>
<p>udlfb is a framebuffer driver for DisplayLink USB 2.0 era chips.</p>
<p>Diffstat of this 11 part patch series:</p>
<p> udlfb.c |  989 +++++++++++++++++++++++++++++++++++++++++&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
 udlfb.h |   41 +-<br />
 2 files changed, 664 insertions(+), 366 deletions(-)</p>
<p>Major changes:</p>
<p>* Added summary documentation for users of udlfb<br />
* Added logic to query DisplayLink chip for max area mode,<br />
so low-end chips on high-end monitors no longer get black screen<br />
* Added support for DPMS. X servers now control monitor<br />
power with existing standard interface<br />
* Added back in support for char interface (e.g. cat file > /dev/fb0)<br />
* Systems without EDID or with failing EDID can now supply fixed<br />
EDID to sysfs interface, also avoiding black screen<br />
* Fixed big-endian (PowerPC) rendering<br />
* Fixed teardown race conditions that could result in shutdown hang<br />
* Added fb_defio and fb console module options (default off)<br />
* Fixed udlfb&#8217;s fb_defio client code so no longer incorrectly shares<br />
state across udlfb device instances &#8211; fixes hangs and errant rendering<br />
* Removed IFDEFs for building against older kernels &#8211; those will<br />
be retained in the udlfb development branches at git.plugable.com</p>
<p>Todo:</p>
<p>There have been no additional reported bugs in the last few months,<br />
although there are several wishlist features.  Udlfb may be ready<br />
to move out of staging at this point.</p>
<p>Patches are against Linus&#8217; latest 2.6 tree.</p>
<p>This complete quilt patch series can be downloaded from <a href="http://plugable.com/udlfb-patches-2.6.35-v2.tgz">http://plugable.com/udlfb-patches-2.6.35-v2.tgz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://plugable.com/2010/08/18/displaylink-linux-kernel-driver-udlfb-updates-slated-for-2-6-37/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

