Debian This forum is for the discussion of Debian Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-29-2004, 08:55 PM
|
#1
|
Member
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59
Rep:
|
Debian Sarge Gnome issue
i installed debian sarge via net-install and ran apt-get install gnome to get gnome on my pc... well it took about half an houre to install, but when i boot, debian keeps running in console mode and i have no idea how to fix this
any help is really appreciated
|
|
|
08-29-2004, 09:30 PM
|
#2
|
Senior Member
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249
Rep:
|
Did you run "apt-get install gdm"? If you install a display manager (gdm, kdm, or xdm), it will open a graphical login.
|
|
|
08-29-2004, 09:34 PM
|
#3
|
Member
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59
Original Poster
Rep:
|
hum.. no. I'll try that, console mode only is awfull
|
|
|
08-29-2004, 09:51 PM
|
#4
|
Member
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59
Original Poster
Rep:
|
well i tried but it still does not work, it says it could not start the X something because it's not configuired correctly..
and stays in console mode
when i type gdm it says allready running, so it must be a issue with gnome configuration, but no idea how to fix it :/
|
|
|
08-29-2004, 09:58 PM
|
#5
|
Senior Member
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249
Rep:
|
It sounds like x-windows needs to be configured. You can run "xf86config" as root and follow the step by step guide here: http://www.bitbenderforums.com/vb22/...?postid=313121 I know the guide says Slackware, but it works the same in Debian.
|
|
|
08-29-2004, 11:57 PM
|
#6
|
Member
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59
Original Poster
Rep:
|
i configuired it according to the manual, but still get this error. when debian asks me to look up the error msg it displays me just an empty window in style of the installation windows. when i configuire xf86config and try to start startx it says error: file or directory not found :/
|
|
|
08-30-2004, 12:36 AM
|
#7
|
Member
Registered: Aug 2004
Location: Rochester, NY
Distribution: Debian Sid
Posts: 59
Rep:
|
You need more than xserver
"gnome" is not the package you want, you need "gnome-desktop-environment". This package provides the necessary packages to run gnome, and plenty of useful apps, including the gnome control center. Also, in my experience, running xf86config is a bad idea, what you should run is "dpkg-reconfigure xserver-xfree86". After you install gnome-desktop-environment, you will probably also want synaptic, since this can make finding other packages you need (e.g. open-office.org, galeon, etc.) easier.
Note: The reason you're having this problem is probably because gnome is not dependent on "xbase-clients" which is required to see the X server display.
P.S. If X11 fails to start and it looks like a config problem, try "dpkg-reconfigure xserver-xfree86", if that doesn't work, try "apt-get install xdebconfigurator" and then "xdebconfigurator".
|
|
|
08-30-2004, 03:29 AM
|
#8
|
Member
Registered: Apr 2004
Location: Spain
Distribution: Debian (Woody+Sarge)
Posts: 54
Rep:
|
Can you get us the error log messages you get when you try to start X ?
from: /var/log/syslog (the end section) or /var/log/XFree86.log
I had the same problem a few weeks ago when I upgraded from Woody to Sarge and, consequently, upgranding the Desktop environment.
You have to make sure that you have installed ALL the components / progs / and files that GNOME needs - make sure there are no dependencies lying around or not fully installed / configured and, of course, you must have one of the desktop managers ( gdm - xdm - kdm ).
It sounds like is a plain simple config problem - specifically what can cause this is either the Graphics card or the Mouse ( yeah - the mouse is a device complicated enough to prevent from the X window to loading"! ).
It also seemed to me that when in older desktop environments ( KDE - GNOME from Woody ) you could get away with a 'half-OK-configured' desktop by in newer versions you HAVE TO HAVE a spotless configuration.
So try those steps and see what happens......
Max
=====================
May the God Linux light your path"!
|
|
|
08-30-2004, 09:48 AM
|
#9
|
Member
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59
Original Poster
Rep:
|
it now works, i didn't perform the necessary apt-get install x-window-system
stupid me
and thx for the help to you
|
|
|
08-30-2004, 03:07 PM
|
#10
|
Member
Registered: Aug 2004
Location: Rochester, NY
Distribution: Debian Sid
Posts: 59
Rep:
|
weird
That's weird, I don't have x-window-system installed, and Gnome runs fine.
Last edited by andymadigan; 08-30-2004 at 03:09 PM.
|
|
|
08-30-2004, 03:36 PM
|
#11
|
Senior Member
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249
Rep:
|
The x-window-system package installs all the xfree86 stuff, and you have to have xfree86 installed to run gnome. I think you can install "xfree86-common" and acheive the same thing as installing "x-window-system"
|
|
|
08-30-2004, 03:53 PM
|
#12
|
Member
Registered: Aug 2004
Location: Rochester, NY
Distribution: Debian Sid
Posts: 59
Rep:
|
that explains it
I do have xfree86-common installed, I think I actually may have removed x-window-system when I removed xdm.
|
|
|
All times are GMT -5. The time now is 03:48 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|