LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-29-2004, 08:55 PM   #1
Selos
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59

Rep: Reputation: 15
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
 
Old 08-29-2004, 09:30 PM   #2
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
Did you run "apt-get install gdm"? If you install a display manager (gdm, kdm, or xdm), it will open a graphical login.
 
Old 08-29-2004, 09:34 PM   #3
Selos
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59

Original Poster
Rep: Reputation: 15
hum.. no. I'll try that, console mode only is awfull
 
Old 08-29-2004, 09:51 PM   #4
Selos
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59

Original Poster
Rep: Reputation: 15
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 :/
 
Old 08-29-2004, 09:58 PM   #5
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
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.
 
Old 08-29-2004, 11:57 PM   #6
Selos
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59

Original Poster
Rep: Reputation: 15
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 :/
 
Old 08-30-2004, 12:36 AM   #7
andymadigan
Member
 
Registered: Aug 2004
Location: Rochester, NY
Distribution: Debian Sid
Posts: 59

Rep: Reputation: 15
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".
 
Old 08-30-2004, 03:29 AM   #8
Eux
Member
 
Registered: Apr 2004
Location: Spain
Distribution: Debian (Woody+Sarge)
Posts: 54

Rep: Reputation: 15
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"!
 
Old 08-30-2004, 09:48 AM   #9
Selos
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59

Original Poster
Rep: Reputation: 15
it now works, i didn't perform the necessary apt-get install x-window-system
stupid me


and thx for the help to you
 
Old 08-30-2004, 03:07 PM   #10
andymadigan
Member
 
Registered: Aug 2004
Location: Rochester, NY
Distribution: Debian Sid
Posts: 59

Rep: Reputation: 15
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.
 
Old 08-30-2004, 03:36 PM   #11
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
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"
 
Old 08-30-2004, 03:53 PM   #12
andymadigan
Member
 
Registered: Aug 2004
Location: Rochester, NY
Distribution: Debian Sid
Posts: 59

Rep: Reputation: 15
that explains it

I do have xfree86-common installed, I think I actually may have removed x-window-system when I removed xdm.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Exiting x in debian sarge-GNOME carmat06 Linux - Newbie 2 09-23-2005 02:56 AM
installed debian sarge have both kde & gnome jazztown Debian 6 07-02-2005 11:32 AM
allow export GNOME from Debian Sarge ? cccc Debian 1 06-12-2005 02:56 PM
Gnome 2.8 logout delay in Debian Sarge HalfDiminished Debian 2 04-07-2005 04:19 PM
Unable to log into Gnome or KDE using gdm (Debian sarge) anlace Debian 2 12-23-2003 12:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration