3
I'm using Ubuntu 14.04 on Vmware.
After I put my password to log in, It just stuck like the screenshot below.
Any suggestions? or something to reference?
3
I'm using Ubuntu 14.04 on Vmware.
After I put my password to log in, It just stuck like the screenshot below.
Any suggestions? or something to reference?
1
If you can access the console, then you have a problem with Xorg or your window manager (lightdm? gdm? kdm?...). Login, then from the console stop the graphic session,
sudo service lightdm stop
(please correct for your WM). Now you have to troubleshoot the local problem. First, make a full system upgrade and reboot. Again from the console, start the WM and see which, if any, errors are reported.
sudo service lightdm start
Alternatively look up the /var/log/Xorg.0.log* file, and see whether any error is reported. You can take it from here.
I found an error in /var/log/Xorg.0.log file. "(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)". Cuda toolkit, I installed caused a problem. I uninstalled it and can log in successfully. – enc – 2015-06-16T10:24:36.130
@enc What exactly did you uninstall and how? can you write an answer? I have same exact problem on 16.04.3 LTS. – Shayan – 2019-06-09T23:06:23.737
1
@Shayan Removing cuda toolkit helped as I mentioned above. this may help.
– enc – 2019-06-09T23:19:16.510which nvcc
returns nothing so I guess I don't have it installed! – Shayan – 2019-06-09T23:22:02.893
0
Same problem here after fresh install of Ubuntu 14 (i386).iso on VMware 9 (32bit) on Windows 7 (32bit).
Ctrl+Alt+F3 should go back to a non-windowed console.
login <qwerty keyboard>
sudo service lightdm stop
sudo apt-get install lightdm
sudo service lightdm start
Resolved the problem. Note that if you are not in full screen with VMware, maybe you won't see the 'activities' menu.
ram available to guest (the ubuntu vm)? graphics card? (again to the vm) --can the host OS support these settings ? – linuxdev2013 – 2015-06-16T09:28:56.663
1@linuxdev2013 vm settings might not a problem. I used it until yesterday, I think some updates cause this problem. – enc – 2015-06-16T09:31:18.253
No screenshot below. Can you access one of the consoles? Host key + F1, the Host key is normally the right control key. – MariusMatutiae – 2015-06-16T09:39:36.850
@MariusMatutiae Yes, I can access the console. – enc – 2015-06-16T09:42:04.397