PDA

View Full Version : [lubuntu] desktop problems



Drenriza
July 19th, 2010, 12:28 PM
when booting up the system it promts for user and pass.

After entering username and password followed by enter the system looks like its going to start. But no, it loads a white page for a couple of seconds and then go back to the section where you enter username & password. Why? the user and pass was correct.

If i hit ctrl + alt +f1 and use the same username and password i can login with the CLI. But not in the graphical login prompt.

How does such a problem gets fixed?

mikewhatever
July 19th, 2010, 12:36 PM
Start by posting the hardware specs: CPU, RAM, graphics card model.

Drenriza
July 19th, 2010, 12:51 PM
VGA compatibe controller: VIA Technologies, inc. CX700/VX700 [S3 UniCharome Pro] (rev 03)

VIA Esther processor 1200Mhz


I had no problems after install. But then i did an
sudo apt-get autoremove
rebooted
And now :(

Drenriza
July 19th, 2010, 01:02 PM
Solved.

I had maxed out the disk with 100%. And then it was not able to load the desktop-environment.

mikewhatever
July 19th, 2010, 01:03 PM
Autoremove doesn't remove anything from the default installation. Try remembering what was removed before that.
In case removed packages are the problem, put the Ubuntu cd into cdrom, login from console, and then:

sudo apt-cdrom add
sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo reboot