LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot Load X Server XFS Error (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-load-x-server-xfs-error-394702/)

CrimsonSkyZS 12-19-2005 08:26 PM

Cannot Load X Server XFS Error
 
Starting xfs: /etc/init.d/functions: line 148: xfs: command not found
[FAILED]

I am getting that everytime I try to load the x server in Fedora Core 4.
This is around line 148:
Code:

146 # And start it up.
147        if [ -z "$user" ]; then
148            $nice $*
149        else
150            $nice runuser -s /bin/bash - $user -c "$*"
151        fi
152        [ "$?" -eq 0 ] && success $"$base startup" || failure $"$base startup"

I made a backup of /etc/X11 (to /etc/X11-old) then restored it just now because: I tired installing the latest cvs of xorg but that failed, then the latest stable and that failed. Now im in runlevel 3. Should I be trying to install xfree86 or something? My goal is to get hardware acceration working. What xserver does fedora core 4 use or does that not matter?

Tinkster 12-19-2005 09:02 PM

Hardware acceleration for what card?

If Xorg didn't have it (and you failed to compile it) I don't
think xfree86 will be any better for you.


Cheers,
Tink

raskin 12-20-2005 03:53 AM

Does xfs executable exist on your system? Did you try to correct the /etc/init.d/xfs to use full path to xfs in the first call to 'daemon xfs ...'?

CrimsonSkyZS 12-20-2005 06:46 AM

Yes the xfs executable is located on my system. And I have tired calling it from its full path.

raskin 12-20-2005 11:51 AM

When you start it by the full path, does it launch succuessfully? When you place the full path instewad of just 'xfs' in /etc/init.d/xfs does it help to launch it (does the error message change)?

CrimsonSkyZS 12-20-2005 02:42 PM

No matter how I launch it, gives me the same error message. Does anyone know what Xserver I should be trying to compile on Fedora Core 4?

Tinkster 12-20-2005 03:25 PM

You still didn't tell us what card you're using, and why you
feel that you NEED to compile one yourself ...


Cheers,
Tink

Tinkster 12-20-2005 03:25 PM

You still didn't tell us what card you're using, and why you
feel that you NEED to compile one yourself ...


Cheers,
Tink

CrimsonSkyZS 12-21-2005 08:39 AM

I am using a GeForce 2 MX (Generic), I just thought thats how I need to do it (compile it from src). I was following the DRI wiki. Now this it what I have done in order:

-created backups of /etc/X11 and /usr/X11R6
-tried to compile cvs version of X11 and failed
-tried to compile stable (6.8.2) version of X11 and failed
-restored just the X11 dir from back up (forgot about the X11R6)
-still didnt start so I found out about the up2date feature and tried that still didnt start
-restored the backup of X11R6 (rememmbered)
-still didn't start, giving me and error saying that it can not find default fonts or such
-after up2date ran, the xfs process will now load correctly but the xserver will not start, oh and the xorg.conf file I am using has the nvidia drivers installed (from the nvidia site)
-also used up2date to download and install Mesa libs and font-utils


All times are GMT -5. The time now is 11:34 PM.