[ubuntu-studio-users] Kernel updates not giving me a GUI

David King linuxman at avoura.com
Fri Feb 5 10:03:18 UTC 2016


I am attaching the log file as requested, I hope you can see the problem 
and thanks for your help.

David

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-studio-users/attachments/20160205/a9ead7d7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ubuntu_studio_20160205_095904.log
Type: text/x-log
Size: 7540 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-studio-users/attachments/20160205/a9ead7d7/attachment.bin>


More information about the ubuntu-studio-users mailing list