<div dir="ltr"><div>Ubuntu 17.xx and 18.xx have been unusable for me on an Athlon II x2 280, but run perfectly on my Intel i3. The symptoms I was experiencing were cursor lagging so far behind the mouse that it was a challenge even to shut the system down, let alone use it. Interestingly, LinuxMint 19 based on Ubuntu 18.04 works fine on both of my computers.<br></div> <br></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Dec 7, 2018 at 2:54 PM Erich Eickmeyer <<a href="mailto:erich@ericheickmeyer.com">erich@ericheickmeyer.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Friday, December 7, 2018 2:42:07 PM PST Mike Squires wrote:<br>
> On 12/5/18 5:56 PM, Ralf Mardorf wrote:<br>
> > Hi,<br>
> > <br>
> > the described performance issues could also happen, if a disc drive is<br>
> > broken. Sometimes strange things also happen, if the CMOS<br>
> > battery is getting low.<br>
> <br>
> I ran the "unixbench" benchmark as a quick-and-dirty test of the system's<br>
> overall performance under Ubuntu Studio 16.04.  The "System Score" was<br>
> 562.5 for a single CPU, 2289 for all 8.  The specific test numbers were<br>
> what I'd expect from a system with 8 2 GHz Xeon cores (File copy 4096 was<br>
> 568018 KBps single CPU, 975956 KBps with all 8).  I did notice that the<br>
> percent of time in wait states was always well below 1%, usually 0.2% or<br>
> less.<br>
> <br>
> I will be shortly upgrading memory to 20GB and CPUs to 3 GHz quad core.  I<br>
> will have to reorganize the drive array in order to be able to set up a<br>
> test system, that may happen after New Year's.<br>
> <br>
> 16.04 is working well for me, but I'd like to figure out why 18.xx and my<br>
> hardware don't want to coexist.<br>
> <br>
<br>
Hi Mike,<br>
<br>
I have a theory on this one since I saw that you're using an AMD graphics <br>
card. Between 16.04 and 18.04, the open source AMD driver was changed from the <br>
"radeon" to the "amdgraphics" driver.  With my machine, which has AMD <br>
graphics, I had some intermittent slowness especially with 18.10. I ended up <br>
fixing it by adding this to the GRUB_CMDLINE_LINUX line in /etc/default/grub:<br>
<br>
radeon.cik_support=0 radeon.si_support=0 amdgpu.dc=1 amdgpu.cik_support=1 <br>
amdgpu.si_support=1 amdgpu.dpm=0<br>
<br>
The key was the "amdgpu.dpm" line, which, with the 0, disables the dynamic <br>
power management module. The dynamic power management was causing my graphics <br>
to crash if I so much as coughed.<br>
<br>
I hope this helps. At least it's worth a shot.<br>
<br>
Erich<br>
-- <br>
ubuntu-studio-devel mailing list<br>
<a href="mailto:ubuntu-studio-devel@lists.ubuntu.com" target="_blank">ubuntu-studio-devel@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel" rel="noreferrer" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel</a><br>
</blockquote></div>