Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
Problem, when I type X from the shell I get message Fatal server error: no screens found I am pretty sure that my problem is the video driver. I have ...
  1. #1
    Just Joined! Pirate Steve's Avatar
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    19

    ATI X850, X doesn't run

    Problem, when I type X from the shell I get message
    Fatal server error:
    no screens found

    I am pretty sure that my problem is the video driver. I have the driver I downloaded from the ATI support web site.
    *note
    this driver has dependency on
    # POSIX Shared Memory (/dev/shm) support is required for 3D apps
    # glibc version 2.2 or 2.3
    # Linux kernel 2.4 or higher
    # XOrg 6.7,6.8,6.9,7.0 or 7.1; XFree86 version 4.3

    Question 1, what is POSIX?

    Question 2, how to update glibc?
    It seems to detect that I am "running a x86 machine with glibc-2.1", but I am using Debian Sarge which I thought was glibc 2.4. Unfortunately I have no idea what that means or how to update / change it.

    I tried to run the driver but it gave me this error:
    (from the fglrx-install.log)
    [Message] Kernel Module : Trying to install a precompiled kernel module.
    [Message] Kernel Module : Precompiled kernel module version mismatched.
    [Error] Kernel Module : No kernel module build environment - please consult read me...

    Question 3, does this relate to glibc? If not, then what?
    Last edited by Pirate Steve; 09-09-2006 at 04:01 PM. Reason: critical title word missing

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    You can easily install the ATI drivers in Debian Sarge like that :
    http://www.linuxforums.org/forum/367349-post6.html

    Be sure to replace "etch" with "sarge" in this line :
    fakeroot ./ati-driver-installer-8.28.8.run --buildpkg Debian/etch
    You shouldn't have any glibc related problem if your sarge system is up-to-date :
    Code:
    apt-get update
    apt-get dist-upgrade
    "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

  3. #3
    Just Joined! Pirate Steve's Avatar
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    19
    I tried that and it didn't work.

    Problem came during
    fakeroot ./ati-driver-installer-8.28.8.run --buildpkg Debian/sarge

    It goes good for a while then there is this line

    (cd debian/fglrx-kernel-src/usr/src \
    && chown -R root:src modules \
    && tar -c modules | bzip2 > fglrx.tar.bz2 \
    && rm -rf modules)
    /bin/sh: line 1: bzip2: command not found
    make: *** [binary] Error 127
    /home/user/ATI_Download/fglrx-install
    Removing temporary directory: fglrx-install

    Is bzip2 not a debain command?

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Perhaps you need to install those packages first :
    Code:
    apt-get install bzip2 build-essential
    "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

  5. #5
    Just Joined! Pirate Steve's Avatar
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    19

    Post

    Well that was successful.

    However when I execute the following command
    apt-get install linux-headers$(uname -r)
    I get
    E: Couldn't find package linus headers-2.4.27-2-386

    What does that mean?

  6. #6
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Oups, my mistake, the line should be :
    Code:
    sudo apt-get install kernel-headers-$(uname -r)
    so the package is called "kernel-headers-2.4.27-2-386" in Debian Sarge.
    "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

  7. #7
    Just Joined! Pirate Steve's Avatar
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    19
    Just a quick note, I think that worked ok now I just need to edit my xfree86 config.

  8. #8
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Yep, that's it. You just have to add a few lines to the file /etc/X11/XF86Config-4, as mentionned here :
    http://www.stanchina.net/~flavio/deb...html#configure
    "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

  9. #9
    Just Joined! Pirate Steve's Avatar
    Join Date
    Sep 2006
    Location
    Oregon
    Posts
    19
    Is vi the only way to edit this file from the console?

  10. #10
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Quote Originally Posted by Pirate Steve
    Is vi the only way to edit this file from the console?
    If you aren't familiar with vi, you could try nano or pico.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Page 1 of 2 1 2 LastLast

Posting Permissions

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