LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   i need away to change gdm ubuntu 9.10? (https://www.linuxquestions.org/questions/linux-newbie-8/i-need-away-to-change-gdm-ubuntu-9-10-a-794322/)

try-alls 03-09-2010 06:27 PM

i need away to change gdm ubuntu 9.10?
 
hi,
i have tried several time with guides similar to this:
http://lionlix.wordpress.com/2009/10...en/#comment-19

but it ends up with me re-installin unbuntu as i get blank screens etc, does anyone know a guaranteed way to do this

mark_alfred 03-09-2010 06:56 PM

Maybe gconf-editor has a way to change the appearance of gdm.

try-alls 03-09-2010 07:23 PM

tried i miss the old gdm like on 9.04 but 9.04 doesn't come with the right kernel for my laptop

evo2 03-09-2010 08:23 PM

How about installing an older version of gdm?

http://packages.ubuntu.com/karmic/gdm-2.20

Code:

sudo apt-get install gdm-2.20
Evo2.

try-alls 03-10-2010 03:10 AM

tried, that gave me same result. i dont get why they stopped i t, i thought linux meant freedom, we'll if ubuntu keep makin it harder to ustomise the im leavin em, its starting to feel like windows anyway

evo2 03-10-2010 03:20 AM

According to packages.ubuntu.com 2.20 is also the version in ubuntu 9.04, so you should be able to set it up the same way.

You wouldn't be the first person to outgrow ubuntu. If you don't like their one size fits all philosophy you probably should move on.

Cheers,

Evo2.

ordealbyfire83 07-19-2010 10:27 PM

Downgrade to gdm-2.20 in karmic, lucid
 
I realize this thread is old. But this problem also pertains to Ubuntu 10.04 (lucid) too. I did get it working successfully in 10.04. I wanted the old gdm because it allows you to enter a user name as opposed to seeing all the users outright, plus you can suspend and hibernate from the gdm screen with no users logged in. Nice for old computers with not much RAM to go around. And it's totally customizable.

The gdm-2.20 package shipped with karmic will NOT work because for some reason Ubuntu put all of the stuff that would normally be in /usr/X11R6/bin in /usr/bin instead.

See this thread for more information. http://ubuntuforums.org/showthread.php?t=1323087

The steps in the thread are 90% true but some minor adjustments are necessary. I will list here what I did in Lucid. This should work in Karmic as well. Do this to your own delight or peril.

(-1) If you are using Lucid, you will need to add a karmic universe repository your sources list. gdm-2.20 is not in the repositories anymore. It was removed when it went beta, I think. System -> Administration -> Software Sources. Click the "Other Software" tab. Click the add button. Paste the following.

deb http://cz.archive.ubuntu.com/ubuntu karmic main universe

Then make sure to refresh the software lists before continuing.

(0) Save your work! Exit all programs. Press CTRL+ALT+F1 to get to a shell (I would strongly suggest doing this as opposed to opening up a gnome terminal.)

(1) Stop GDM. After you do this, you will not be able to get back to your graphical environment by pressing CTRL+ALT+F7 because Gnome will be shut down.
Karmic: sudo /etc/init.d/gdm stop
Lucid: sudo service gdm stop

(2) Install gdm-2.20.
sudo apt-get install gdm-2.20
This will remove gdm and gdm-guest-session, and will install gdm-2.20, libdmx1, and ubuntu-gdm-themes. You will be prompted to select gdm-2.20 as the default.

(3) Some tweaking.
cd /etc/gdm
sudo sed 's|X11R6/||' gdm.conf>/tmp/gdm.conf
sudo mv /tmp/gdm/conf .

(4) Try to start gdm.
/etc/init.d/gdm start

If (4) doesn't work, try to reboot from the command line. If you cannot, everything should boot up properly after a hard reset. If it does work, it may complain about there being another xserver already running. If that happens see post #4 on the Ubuntu forums link above. If you follow that instruction, you will need to reboot (again). When you reboot, you should see the nice old gdm.


All times are GMT -5. The time now is 11:26 AM.