Setting up Debian: XServer problems and Gnome doesn't start

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default Re: Setting up Debian: XServer problems and Gnome doesn't start

    Hello

    Robert Bamler (<robert.bamler@gmx.de>) wrote:
    > I have some problems with my Debian system I've just set up. After
    > booting Debian, the monitor keeps switching between displaying the
    > login prompt and a black screen for some seconds and then a message
    > appears saying that the X Server is not set up properly. It provides
    > some more detailed information which I unfortunately do not
    > understand. The last lines are:
    >
    > (EE) VGA(0): Driver can't support depth 24
    > (EE) Screen(s) found, but none have a usable configuration
    >
    >
    > (My graphic device does certainly support 24 bit color depth. Besides,
    > I sadly do not know how to chose another color depth.)
    Looks like you chose the wrong driver for your card (the vga driver).
    Try

    dpkg-reconfigure xserver-xfree86

    and choose the right one. Take a look at the documentation on
    <http://www.xfree86.org> to find out if you don't know. Debian 3.0
    (Woody) comes with XFree 4.1 (and also 3.3.6). You can also try the
    vesa driver, which should work with all modern cards.
    > When I abort the error message I can login at the prompt. After
    > logging in, Gnome does not start though I'm quite sure I've installed
    > it when setting up the Debian system.
    You cannot run Gnome if your X server does not startup.
    > When trying to start it manually
    > by typing "gdm" as root, I get the following error message: "gdm
    > already running. Aborting!"
    gdm is a graphical login manager. You don't want to start gdm if you are
    already logged in, instead you want to start Gnome. However, neither
    Gnome or gmd can be used if your X server does not work. And because
    the system probably tried to load gdm at boottime, but loading was not
    finished because your not-working X server, the system /thinks/ it is
    running.

    best regards
    Andreas Janssen

    --
    Andreas Janssen
    [email]andreas.janssen@bigfoot.com[/email]
    PGP-Key-ID: 0xDC801674
    Registered Linux User #267976
    Andreas Janssen Guest

  2. Similar Questions and Discussions

    1. RH 7.2 Gnome - How to Start
      I've installed what I think is Gnome from the disk distribution of RH 7.2 that I have. I installed the gdm rpm. I got a long list of dependencies....
    2. Setting Gnome preferences system wide
      On Mon, 2003-08-04 at 19:31, Mark C wrote: The Gnome Desktop System Administrators Guide is a very helpful tool:...
    3. setting window manager in Gnome 2.2 (on woody)
      How does one change the window manager in the Gnome 2.2 backport for woody? I couldn't find anything relevant in the Desktop Preferences. ...
    4. Gnome Panel and Gnome 2 migration in sarge; user problems
      Hi all, I'm running testing and update every couple of days. For my desktop I use WindowMaker and the Gnome panel to launch apps and have some...
    5. Building FVWM 2.5.7 for Debian testing / Gnome 2
      On Mon, Jul 14, 2003 at 04:45:07PM -0400, Paul Smith wrote: Try apt-get install libdb3-dev. It'll probably fail, but at least apt-get will tell...
  3. #2

    Default Re: Setting up Debian: XServer problems and Gnome doesn't start

    Hello,
    > Looks like you chose the wrong driver for your card (the vga driver).
    > Try
    >
    > dpkg-reconfigure xserver-xfree86
    >
    > and choose the right one. Take a look at the documentation on
    > <http://www.xfree86.org> to find out if you don't know. Debian 3.0
    > (Woody) comes with XFree 4.1 (and also 3.3.6). You can also try the
    > vesa driver, which should work with all modern cards.

    Thank you for your help. I have a card wich is not supported by the
    xserver, so I had to download the driver. It works now.

    Robert
    Robert Bamler Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139