<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div class="h5">
&gt;<br>
&gt; I encountered/figured this out just the other day.  See my last few posts<br>
&gt; here:<br>
&gt;<br>
&gt; <a href="http://ubuntuforums.org/showthread.php?t=1312985&amp;page=5" target="_blank">http://ubuntuforums.org/showthread.php?t=1312985&amp;page=5</a><br>
&gt;<br>
&gt; Basically, just force the version on 3 packages and THEN follow JYAs<br>
&gt; instructions.<br>
&gt;<br>
<br>
</div></div>Thanks Jack,<br>
I came across that post, in fact it was the *only* return I got in<br>
google from my query :)<br>
I tried forcing but I&#39;m not sure I was doing it right, can you supply<br>
the command please for the<br>
packages I need to force upgrade?<br>
<br>
I tried:-<br>
 apt-get install nvidia-glx-185 -f<br>
<div class="im">Reading package lists... Done<br>
Building dependency tree<br>
Reading state information... Done<br>
</div>nvidia-glx-185 is already the newest version.<br>
You might want to run &#39;apt-get -f install&#39; to correct these:<br>
<div class="im">The following packages have unmet dependencies.<br>
</div>  libmyth-0.22-0: Depends: libvdpau1 (&gt;= 0.3) but it is not going to<br>
be installed<br>
  mplayer: Depends: libvdpau1 (&gt;= 0.3) but it is not going to be installed<br>
E: Unmet dependencies. Try &#39;apt-get -f install&#39; with no packages (or<br>
specify a solution).<br></blockquote></div><br>I used synaptic.  Just selected the package (like nvidia-glx-185), then clicked the package menu option.  About halfway down was a &quot;force version&quot; option.  I clicked it and it let me choose the version I wanted.  After I did that for all three packages and &quot;apply&quot;ed them I went to the same packages menu and selected &quot;lock version&quot;.  Synaptic wanted to upgrade them again right after I downgraded (since I was now using &quot;out-of-date&quot; packages), but that would have just put me back to square one :)<br>
<br>I don&#39;t use the apt-get command line very often, but it looks like from the man page you can do something like this:<br><br>apt-get install nvidia-glx-185=185.18.36-0ubuntu3<br><br>I&#39;ve never tried it, but the man page says it should work:<br>
<br>&quot;A specific version of a package can be selected for installation by<br>           following the package name with an equals and the version of the<br>           package to select. This will cause that version to be located and<br>
           selected for install&quot;<br><br>Good luck,<br><br>--Jack<br>