Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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...

  2. #2
    Just Joined! kapron's Avatar
    Join Date
    Aug 2008
    Location
    Toruń, Poland
    Posts
    7
    log in, then type
    Code:
    startx

  3. #3
    Linux 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.

  4. #4
    Just 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

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    /sbin/lspci | grep -i vga
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Jul 2008
    Posts
    15
    01:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GT (rev a1)

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  8. #8
    Just 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" ?

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  10. #10
    Just Joined!
    Join Date
    Jul 2008
    Posts
    15
    Quote Originally Posted by devils casper View Post
    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's very appreciated

    it says "unknown video card" under administration --> hardware tab. Is that normal?

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
  •  
...