Results 1 to 10 of 16
Hi!
Finally got that video card problem "solved"... by removing the videocard so the integrated video card could work... Linux just always seems to say "hey whoa that won't be ...
- 08-02-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 15
stuck at login "[root@localhost root]#
Hi!
Finally got that video card problem "solved"... by removing the videocard so the integrated video card could work... Linux just always seems to say "hey whoa that won't be that easy" everytime I try installing.
Now... I've got many logins that worked flawlessly, that might have been the 5th reboot I made. this time, the OS boots until I get a:
Fedora release 9 (Sulphur)
Kernel 2.6.25-14.fc9.i686 on an i686 (tty1)
Localhost login:
Why isn't the graphical loading? What do I do next
thanks...
- 08-02-2008 #2
- 08-02-2008 #3Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,939
If the "startx" command suggested by kapron works, you will need to edit the /etc/inittab file to make it permanent. Near the top of the file you will see lines that look like:
# The default runlevel is defined here
id:5:initdefault:
If you don't have a 5, change it to 5.
If the startx command doesn't work, you have a different problem.
- 08-03-2008 #4Just Joined!
- Join Date
- Jul 2008
- Posts
- 15
Wow...
Fatal server error:
no screen found (!)
giving up.
xinit: connection refused (errno 111) blabla
xinit: no such process (errno3) blabla
It seems like it won't detect me having an nvidia card installed... though all I see is in fact right on that nvidia card. I tried replacing "intel" by "nvidia" in the xorg.conf. It gave me an error saying nvidia was not found.
Also, why isn't there 2 cards showing in the xorg.conf? I installed Fedora 9 with both card plugged in.
it's getting better and better
- 08-03-2008 #5
Execute this
Post output here.Code:su - /sbin/lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-03-2008 #6Just Joined!
- Join Date
- Jul 2008
- Posts
- 15
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)
- 08-03-2008 #7
Have you installed Nvidia Driver?
Execute this
Code:su - rpm -Uhv http://rpm.livna.org/livna-release-8.rpm yum -y install kmod-nvidia init 3 nvidia-config-display enable
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-03-2008 #8Just Joined!
- Join Date
- Jul 2008
- Posts
- 15
su -
rpm -Uhv http://rpm.livna.org/livna-release-8.rpm
yum -y install kmod-nvidia
--> worked
init 3 --> init: Unable to send message : Connection refused
nvidia-config-display enable --> livnaConfigDisplay.livnaConfigDisplayError: Could not read the xorg configuration file. Please make sure the configuration exists and it is correctly installed.
That was due to me adding the horizsync value with nano text editor. Removed it and re-tried the command. It worked.
Edit: When I go to administration --> display --> hardware tab under "video card" it says "Unknown video card" is that normal?
Now rebooting.... IT WORKS!! thanks a lot!
But how in hell would a newbie like me be able to install linux... those commande you told me to type are far ahead of being "user friendly" ?
- 08-03-2008 #9
Fedora Team is working hard to make Fedora as much user friendly as they could. Ubuntu is a bit ahead of Fedora. Just one or two clicks in Ubuntu installs correct driver itself.
Glad to help you !
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-03-2008 #10Just Joined!
- Join Date
- Jul 2008
- Posts
- 15


Reply With Quote
