X problems in debian 3.0r1

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

  1. #1

    Default X problems in debian 3.0r1

    Hi All,

    I've just installed debian and am having problems with the startx, it
    flashes as if trying to go in from the console then I get the following
    output, here's the tail of the XFree86.0 log.
    "Module class: XFree86 XInput Driver
    ABI class: XFree86 XInput driver, version 0.2
    (EE) No drivers available.

    Fatal server error:
    no screens found"

    However I set the screen and graphics card (Nvidia Geforce 2 MX) up using
    xf86cfg. A friend said that xf86cfg doesn't insert the BusID "PCI:1:1:0"
    line into XF86CONFIG and he was right so I added it, but that too hasn't
    helped. Here's an extract from my XF86CONFIG.

    Section "Monitor"
    Identifier "Monitor1"
    HorizSync 31.5 - 57.0
    VertRefresh 40.0 - 150.0
    EndSection

    Section "Device"
    Identifier "Card0"
    Driver "nv"
    BusID "PCI:1:1:0"
    ChipSet "GeForce"
    Card "NVIDIA GeForce"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor1"
    DefaultDepth 24
    SubSection "Display"
    Depth 8
    Modes "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "800x600" "640x480"
    EndSubSection
    EndSection

    Section "DRI"
    Mode 0666
    EndSection


    Any ideas what's going on?

    John Talbott

    [email]talbott@talk21.com[/email]




    John Talbott Guest

  2. Similar Questions and Discussions

    1. Setting up Debian: XServer problems and Gnome doesn't start
      Hello Robert Bamler (<robert.bamler@gmx.de>) wrote: Looks like you chose the wrong driver for your card (the vga driver). Try ...
    2. install&configure debian - problems
      Hi! I am trying to install Debian-Woody bf flavour.... trying... and trying...and trying... ( This is my first time with Debian, so... ) First...
    3. Cisco logs to Debian-3.0 server problems..
      Hello Family, Been having a hell of a time trying to figure out why a (x86) Debian-3.0 box will do remote logging for other Linux boxes but will...
    4. Problems with Webmin M4 on Debian 3.0
      I am running Debian 3.0r1 on several boxes and administer them using Webmin. I have tried to use the Webmin module to use M4 to add features to...
    5. Problems installing debian 3.0
      Installing debian is giving me trouble on a Dell OptiPlex GXa (which has previously run RH 6.2, 7.x and 8.0). I can't seem to install (or load...
  3. #2

    Default Re: X problems in debian 3.0r1

    Hello

    John Talbott (<talbott@talk21.com>) wrote:
    > I've just installed debian and am having problems with the startx, it
    > flashes as if trying to go in from the console then I get the
    > following output, here's the tail of the XFree86.0 log.
    > "Module class: XFree86 XInput Driver
    > ABI class: XFree86 XInput driver, version 0.2
    > (EE) No drivers available.
    >
    > Fatal server error:
    > no screens found"
    >
    > However I set the screen and graphics card (Nvidia Geforce 2 MX) up
    > using
    > xf86cfg. A friend said that xf86cfg doesn't insert the BusID
    > "PCI:1:1:0" line into XF86CONFIG and he was right so I added it, but
    > that too hasn't helped. Here's an extract from my XF86CONFIG.
    Another way to configure XFree is using:

    dpkg-reconfigure xserver-xfree86

    If you want to use it, say "no" when it asks if you want to use the
    Kernel framebuffer.
    > Section "Monitor"
    > Identifier "Monitor1"
    > HorizSync 31.5 - 57.0
    > VertRefresh 40.0 - 150.0
    > EndSection
    >
    > Section "Device"
    > Identifier "Card0"
    > Driver "nv"
    > BusID "PCI:1:1:0"
    > ChipSet "GeForce"
    > Card "NVIDIA GeForce"
    > EndSection
    >
    > Section "Screen"
    > Identifier "Screen0"
    > Device "Card0"
    > Monitor "Monitor1"
    > DefaultDepth 24
    > SubSection "Display"
    > Depth 8
    > Modes "640x480"
    > EndSubSection
    > SubSection "Display"
    > Depth 24
    > Modes "800x600" "640x480"
    > EndSubSection
    > EndSection
    Do you have all necessary packages installed (try apt-get install
    x-window-system-core)?

    What about the input devices? Are your keyboard and mouse configured
    properly?

    best regards
    Andreas Janssen

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

  4. #3

    Default Re: X problems in debian 3.0r1

    >
    > Another way to configure XFree is using:
    >
    > dpkg-reconfigure xserver-xfree86
    >
    Or try "XFree86 -configure" and then "XFree86 -xf86config /root
    XF86Config.new" (hit CTRL-ALT-BACKPSACE to shut down X again). If this
    works copy /root/XF86Config.new to /etc/X11/XF86Config-4 and try again
    startx ...

    Kind regards, Joerg.

    Joerg Morbitzer 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