I have installed Fedora Core 7. But i am not getting the GUI screen at all. I am stuck with the command prompt with the error
Code:
INIT: Id "x" respawning too fast: disabled for 5 minutes
recurring every 5 minutes.
I am not able to enter the Linux OS at all, I feel the problem is with the graphics card. Will Fedora Core 7 have inbuilt
Nvidia fx 5200 drivers ?? If not how can I download and get it.
I tried to install "Envy" as per given in some forum. Worse still, I have doubt that python is properly installed at all. Every time i give the command
I am getting the output
Code:
-bash: /usr/bin/yum: /user/bin/python: bad interpreter
But when I checked it up using the command,
Code:
ls -l /usr/bin/python*
I found there is Python version 2.5 installed
Code:
s-l /usr/bin/python
lrwxrwxrwx 1 root root 30 Dec 21 20:37 /usr/bin/python _> python2.5
Even then, I downloaded and installed Python 2.3 and patched it
Code:
[ ! -d ~/builds/work ] && mkdir -p ~/builds/work &&
cd ~/builds/work &&
wget http://www.python.org/ftp/python/2.3.4/Python-2.3.4.tar.bz2 &&
tar -jxf Python-2.3.4.tar.bz2 &&
cd Python-2.3.4 &&
./configure --prefix=/usr --with-fpectl --enable-shared \
--infodir=/usr/share/info --mandir=/usr/share/man \
--with-threads --with-cxx=no &&
make &&
su -c "make install"
Still I cannot find a proper solution.
Please help