<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFCC" text="#000000">
    I am attaching the log file as requested, I hope you can see the
    problem and thanks for your help.<br>
    <br>
    David<br>
    <br>
    <pre wrap="">On Wed, 3 Feb 2016 11:07:38 +0000, David King wrote:
</pre>
    <blockquote type="cite" style="color: #330000;">
      <pre wrap="">is there a problem with my Ubuntu Studio that needs fixing?
</pre>
    </blockquote>
    <pre wrap="">Hi David,

you reported a problem, right?

There's a problem with users that don't read how to troubleshoot,
provided by Ubuntu Wikis and help pages, that some of us have written.

Why do you guess the kernel does cause the issue?

Please run the following commands one after the other, they will write
a file named /var/log/ubuntu_studio_*.log (the * is for a few
numbers):

sudo -i
l=/var/log/ubuntu_studio_$(date "+%Y%m%d_%H%M%S").log
lsb_release -dc >> $l
uname -rm >> $l
printf "\n### driver Xorg.0.log ###\n" >> $l
grep -i driver /var/log/Xorg.0.log >> $l
printf "\n### EE Xorg.0.log ###\n" >> $l
grep EE /var/log/Xorg.0.log >> $l
printf "\n### lightdm x-0.log ###\n" >> $l
tail -n20 /var/log/lightdm/x-0.log >> $l
printf "\n### lightdm.log ###\n" >> $l
tail /var/log/lightdm/lightdm.log >> $l

Then attach the file /var/log/ubuntu_studio_*.log to an email.

Regards,
Ralf</pre>
    <br>
  </body>
</html>