3

I just installed GNOME3 following the steps from another question

sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gnome-shell

then installed lightdm, tried starting it and got a blank screen, what did I do wrong?

sudo apt-get install lightdm
sudo lightdm

then blank screen (is this normal?) ... restarted (using power button, is this blank screen normal?), selected Ubuntu GNOME Shell Desktop got "Failed to load sesson Gnome" tried Ubuntu and got "Failed to load session ubuntu" ...

This is a fresh install of Ubuntu 11.04 Server on Virtual Box.

JM at Work
  • 1,965

2 Answers2

3

This may not work for Installlation and you May Receive a Black Screen. Please Feel Comfortable with using the Recover Console and other methods before attempting to install,


How to install

Source is in Launchpad (bzr clone lp:lightdm) and tarball releases. If you are using Ubuntu (Lucid or Maverick) you can install it from a PPA:

 sudo add-apt-repository ppa:robert-ancell/lightdm
 sudo apt-get update
 sudo apt-get install lightdm lightdm-theme-webkit lightdm-theme-gnome

You can test lightdm by running it in a window:

 sudo apt-get install xserver-xephyr

Create the file lightdm.conf:

 [Greeter]
  theme=webkit
  lightdm –test-mode -c lightdm.conf

LightDM

Install LightDM on Ubuntu

Uri Herrera
  • 14,866
1

after installing I tried

sudo dpkg-reconfigure gdm

selected lightdm, rebooted and it is now working.

Yes, it did show blank black screen while i was trying

sudo stop gdm
sudo start lightdm

sudo lightdm
int_ua
  • 8,574