Not only that, the gdm-2.20 package shipped with Ubuntu 9.10 is broken!
Check the bug from here
Note:- This procedure might break you system so use at your own risk
Procedure to Follow
1. Login in to your ubuntu 9.10 system
2. Open up a command line console (Applications->Accessories->Terminal) and enter the following command
sudo /etc/init.d/gdm stopThis will stop gdm, GUI and drop you back into a command line console. A necessary step for downgrading.
3. Login to the command line console and enter the following command
sudo apt-get install gdm-2.20This will do the necessary work of removing gdm 2.28 and replacing it with 2.20. When prompted to select the default display manager, select “gdm-2.20″.
4. Now you have to fix the broken gdm.conf. Enter
cd /etc/gdmNote:- the period character at the end of the line – you really do need it
sudo sed ’s|X11R6/||’ gdm.conf >/tmp/gdm.conf
sudo mv /tmp/gdm.conf .
This will edit out the offending entries and replace the broken gdm.conf
5. Start your gdm using the following command
sudo gdm
or
startx
Source: http://www.ubuntugeek.com/how-to-downgrade-gnome-display-manager-2-28-to-2-20-in-ubuntu-9-10-karmic.html
No comments:
Post a Comment