Results 1 to 10 of 13
issue #1
somehow in the process of trying to get wireless connection, gdm on start-up now fails. i'm stuck in commandline and i have to manually specify startx everytime.
how ...
- 03-07-2011 #1Linux Newbie
- Join Date
- May 2010
- Posts
- 125
gnome issues
issue #1
somehow in the process of trying to get wireless connection, gdm on start-up now fails. i'm stuck in commandline and i have to manually specify startx everytime.
how to i restore debian back to default starting up in gdm?
---
issue #2
i've lost my shutdown button, it just disappeared!
how do i restore it?
- 03-07-2011 #2
Try entering the commands below as root,
I think the shutdown button only appears if you have logged in using a login manager, so it should return once you fix the gdm issue.Code:update-rc.d -f gdm defaults
- 03-07-2011 #3Linux Newbie
- Join Date
- May 2010
- Posts
- 125
- 03-07-2011 #4
I'm not sure why update-rc.d would not be able to read /etc/init.d/gdm. Try reinstalling gdm using apt and then run the commands I posted above and see if that makes any difference.
- 03-08-2011 #5Linux Newbie
- Join Date
- May 2010
- Posts
- 125
- 03-08-2011 #6
Is /etc/init.d/gdm present on the system? If not try uninstalling gdm with the purge option and reinstalling it e.g.
Code:apt-get --purge remove gdm apt-get install gdm update-rc.d -f gdm defaults
- 03-08-2011 #7Linux Newbie
- Join Date
- May 2010
- Posts
- 125
- 03-08-2011 #8Linux Newbie
- Join Date
- May 2010
- Posts
- 125
i repeated your original instructions with gdm3. whilst the error has gone away, i don't think the resulting changes did anything.
there is some error encountered during the boot stage, something to do with "invalid table". do u know a way i can copy a record of the boot's logs/activities so i can paste it here to show you?Code:root@debian-peter:/home/peter# update-rc.d -f gdm3 defaults update-rc.d: using dependency based boot sequencing
- 03-08-2011 #9Linux Newbie
- Join Date
- May 2010
- Posts
- 125
I checked /var/log/boot - and it doesn't contain the error i saw at startup. the error may not even be relevant, but its timing occurs around the time when gdm normally is entered into. if you feel i should pursue this further, please suggest how to go about next.
Let me rearticulate the problem to refocus our efforts:
The bottom line: gdm3 is listed as the choice of display manager. i have not personally changed any settings and before it was automatically loading the gdm login manager fine at start up. now it starts up in command line. what could be wrong?
this first happened when i disconnected all my peripherals and reconnected with another monitor in another room. suddenly its booting behaviour changed and it no longer boots into gdm3. help!
- 03-12-2011 #10Just Joined!
- Join Date
- Sep 2008
- Posts
- 73
Is it giving you display mode options?
It might be defaulting to a safe display mode due to the monitor change.
Linux can be finicky. Even Debian.
As a long shot you could try plugging the old monitor back in.
Or install KDE using apt. If you don't like it just install gnome and use GDM instead of KDM as the default.


Reply With Quote

