PDA

View Full Version : I can only login in gnome on Waylands



bikerviking
June 10th, 2017, 04:55 PM
Hi

I'm pretty new to linux, in general. I don't even know the difference between on waylands or not. But I want to know why can't i Login in plain gnome.


When I try to login in plain gnome or gnome classic, i get a black screen that leads me back to login screen. Is something broken? How can I repair?

wildmanne39
June 10th, 2017, 05:10 PM
I suspect you are using a nividia card correct?, if so it is a bug but it was fixed with the new driver 375.66.

https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1559576

bikerviking
June 10th, 2017, 05:23 PM
I've installed thexserver-xorg-legacyand still happening. I'm confused with this bug report you send me, is there anything else I'm supposed to do?

wildmanne39
June 10th, 2017, 05:27 PM
You were supposed to install 375.66 driver if you are using a nividia card because as I stated the issue was fixed in this driver version according to the bug report, you were not supposed to do anything else unless that does not fix it.

bikerviking
June 10th, 2017, 05:31 PM
I am using GPU: Intel HD Graphics 5500.

wildmanne39
June 10th, 2017, 06:07 PM
Okay then this does not apply to you at all, that is why I said if you are using a nvidia card then you need the new driver, honestly I have seen a lot of these issues recently but they all used nvidia cards, I will research with your card and see if I find anything.

wildmanne39
June 10th, 2017, 06:11 PM
Do you have hybrid graphics, an intel and a nvidia card?
Please run by typing CTRL+ALT+T, and it will open a terminal then copy and paste the command into it and hit enter:

lspci | grep VGA
post the output here.
Thanks

bikerviking
June 10th, 2017, 06:22 PM
Here's the output

fredo@Renraku-Tsurugi:~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)

wildmanne39
June 10th, 2017, 08:51 PM
Are you using two monitors?

wildmanne39
June 10th, 2017, 09:09 PM
Please do:

sudo apt update
sudo apt dist-upgrade
Then reboot if you get looped back to the login screen do:

sudo rm ~/.Xauthority
does that help?