Find the answer to your Linux question:
Results 1 to 6 of 6
Hi all, I'm very new to linux and plan on building a mail server but for now all I want to do is have a working debian installing on my ...
  1. #1
    Just Joined!
    Join Date
    Feb 2007
    Posts
    18

    Driver can't Support Depth 24 Error - Need help

    Hi all, I'm very new to linux and plan on building a mail server but for now all I want to do is have a working debian installing on my home pc with a desktop environment. I'm using Debian Sarge and the installation went well but after using base-config to install the 'desktop environment' I get this error:

    (EE) (VGA:0) Driver can't support depth 24
    Screens found, but none have a usable configuration

    I have a Geforce FX5200
    Have tried changing the depth using fx86config but I continue to get the same error.

    Would appreciate any help, I'm a real new user so asking the obvious is fine.

  2. #2
    Just Joined!
    Join Date
    Feb 2007
    Posts
    18
    After 5 hours of working on this, I've got things working after using:

    dpkg-reconfigure xserver-xfree86

    and selecting a different driver.
    The depth is only 8 and every looks pretty bad but it's working and onto a starting point here

  3. #3
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by Blueberry
    (EE) (VGA:0) Driver can't support depth 24
    Screens found, but none have a usable configuration

    I have a Geforce FX5200
    This is one of the most Linux friendly video cards out there. With the proper driver, it can support 24 bit colors no problem.

    Just run :
    Code:
    dpkg-reconfigure xserver-xfree86
    and choose nv as the driver, and 16 (or 24 if you want to, but it will be slower) color depth.

    If that doesn't do it, then just install the latest NVIDIA proprietary driver, using those instructions :
    http://technowizah.com/2006/11/debia...a-drivers.html
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  4. #4
    Just Joined!
    Join Date
    Feb 2007
    Posts
    18
    Thanks for the help, can you tell me where to find out the 'video card bus identifier' for the card?

  5. #5
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by Blueberry
    Thanks for the help, can you tell me where to find out the 'video card bus identifier' for the card?
    That is completely optional : you can leave this field blank.

    But if you want to know, the output of
    Code:
    lspci | grep -i vga
    will tell you.

    For example, this output :
    00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
    Means that the bus id is 0:2:0 :
    BusID "PCI:0:2:0"
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  6. #6
    Just Joined!
    Join Date
    Feb 2007
    Posts
    18
    Thanks for the help, I entered PCI:1:0:0 which worked
    I'll run that code to double check anyway

    I'm now running at 24, feels great
    Been wanting to use linux for at least the last 2 years ...
    thought I'd come into a lot more trouble.

    ... Although now I want to set up a mail server

Posting Permissions

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