On Wed, 3 Feb 2016 11:07:38 +0000, David King wrote:
>is there a problem with my Ubuntu Studio that needs fixing?

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

-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users

Reply via email to