Ubuntu 12.04 unstable: after sign in/w password system locks-up displays background picture

Asked by Ruben Ackerman

after sign in/w password system locks-up displays background picture but will not display desktop 12.04 lts unstable upgraded @ about 2pm was running fine before

After log in, system hangs and will not display desktop, only displays background picture. there is not keyboard response, mouse will move on screen, but system will not work - only way out is to turn off power. This is on 12.4LTS only.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu unity Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug. Precise is not stable and not ready.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2

Seems related to Unity and compiz:

A) if you have autologin not active please choose Unity-2d at login (click on the gear wheel near the user name at login)

B) if you have the user automatic login set (you can't change session preference without login first) so please turn off the automatic login for your user, how to do using terminal:

1) switch to a pseudo terminal by pressing press ctrl+alt+f1 whn the pc is strarted and you have the clear background and made login with your user and password

2) edit the file /etc/lightdm/lightdm.conf to do it type:

sudo nano /etc/lightdm/lightdm.conf

change the row:

autologin-user=yourusername

to

autologin-user=

save and exit then reboot by pressing ctrl +alt + canc or type

sudo reboot

at lightdm login please choose a different session mode foe example unity-2d

Revision history for this message
Ruben Ackerman (ackermrd) said :
#3

On 03/24/2012 09:25 AM, marcobra (Marco Braida) wrote:
> Your question #191559 on compiz in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/compiz/+question/191559
>
> marcobra (Marco Braida) proposed the following answer:
> Seems related to Unity and compiz:
>
> A) if you have autologin not active please choose Unity-2d at login (click on the gear wheel near the user name at login)
>
> B) if you have the user automatic login set (you can't change session
> preference without login first) so please turn off the automatic login
> for your user, how to do using terminal:
>
> 1) switch to a pseudo terminal by pressing press ctrl+alt+f1 whn the pc
> is strarted and you have the clear background and made login with your
> user and password
>
> 2) edit the file /etc/lightdm/lightdm.conf to do it type:
>
> sudo nano /etc/lightdm/lightdm.conf
>
> change the row:
>
> autologin-user=yourusername
>
> to
>
> autologin-user=
>
> save and exit then reboot by pressing ctrl +alt + canc or type
>
> sudo reboot
>
> at lightdm login please choose a different session mode foe example
> unity-2d
>
Did what you said with the following results:
1. got the command line as instructed
2. found the file /etc/lightdm/lightdm.conf
3. the file only had 3 lines:
         [SeatDefaults]
          greeter=session=unity-greeter
          user-session=ubuntu
4. checked the file in 11.10 and it is the same without a line that says
'autologin-user=yourusername' or any autologin line
5. did not change anything in the file i.e. exited
6. rebooted and at the sign in screen clicked on the gear and changed to
ubuntu - 2d
7. system signed in to a unbuntu desk top and works as normal (at least
lets me into the system and e-mail)
8. re booted and changed back to unbuntu and system will not work - just
the background picture as before but the ctrl+alt+f1 will give a command
line

Thanks, I can at least get in using the -2d at the sign in screen under
the gear wheel. If there is a fix I can do let me know.

Ruben Ackerman

Revision history for this message
Jeet (gour-jitendrasingh) said :
#4

Suggest you to report a bug for making Ubuntu more better !

thanks

Revision history for this message
Neil (kingfisher) said :
#5

then try:

user-session=ubuntu-2d

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

Please mark this question as solved since you are not more in trouble with this ...

Revision history for this message
Ruben Ackerman (ackermrd) said :
#7

Thanks actionparsnip, that solved my question.