Jump to content

Howto install nvidia > Fedora Core 6


striker

Recommended Posts

disclaimer: how I did it and it worked OK for me. So don't kill me if it does not work for you.I'm not resonsible for your machine or skills.! Add the below commands in a console: (it will place the livna repos on your system)

$ su$ password# rpm -ivh http://rpm.livna.org/livna-release-6.rpm

Open up Konqueror and navigate to /etc/yum.repos.d:There should be three new repos now:livna-devel.repo , livna.repo and livna-testing.repo.Check each one of these three repo files by opening them one at a time : only the livna.repo should show:

enabled=1gpgcheck=1

which would indicate this repo is enabled. The other two should show a disabled state, so:

enabled=0gpgcheck=1

Fire up your browser of choice and take a look here:for i386:http://rpm.livna.org/fedora/6/i386/repodata/for x86_64:http://rpm.livna.org/fedora/6/x86_64/repodata/Jot down the driver you need on a piece of paper.First back up the xorg conf file in your /home dir:Adapt the username below to your usename before copying and pasting the command.

# cp /etc/X11/xorg.conf /home/username/xorg.conf~

Now through a console enter yum: (the driver showed below is just an example, it's the one I used and not necessarily the one you need.)

# yum install kmod-nvidia-1.0.8776-1.2.6.18_1.2798.fc6

You'll see:

============================================================================Package				 Arch	   Version		  Repository		Size============================================================================Installing:kmod-nvidia			 i686	   1.0.8776-1.2.6.18_1.2798.fc6  livna			 1.6 MInstalling for dependencies:xorg-x11-drv-nvidia	 i386	   1.0.8776-3.lvn6  livna			 4.0 M

Click y and hit ENTER.This should be the result shown in the console:

Downloading Packages:warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID a109b1ecImporting GPG key 0xA109B1EC "Livna.org rpms <rpm-key@livna.org>"Is this ok [y/N]: y <================= answer y to import livnas GPG keyRunning Transaction TestFinished Transaction TestTransaction Test SucceededRunning Transaction Installing: kmod-nvidia ######################### [1/2] Installing: xorg-x11-drv-nvidia ######################### [2/2]Installed: kmod-nvidia.i686 0:1.0.8776-1.2.6.18_1.2798.fc6Dependency Installed: xorg-x11-drv-nvidia.i386 0:1.0.8776-3.lvn6Complete!
NOW BEFORE YOU REBOOT MAKE SURE YOU HAVE EDITED THE /etc/inittab file to be set to runlevel 3.
# Default runlevel. The runlevels used by RHS are:#   0 - halt (Do NOT set initdefault to this)#   1 - Single user mode#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)#   3 - Full multiuser mode#   4 - unused#   5 - X11#   6 - reboot (Do NOT set initdefault to this)#id:3:initdefault:

If something goes awry you'll be thrown back to text mode login: from there you might be able to correct things in /etc/X11/xorg.conf or restore the backup you made above.NOW the big moment ... reboot. sweatingbullets.gifAfter the initial restart you should see the nvidia splash screen like I did. w00t.gifOpen up a console and type:

glxinfo

You should see:

direct rendering: Yes

Now type:

glxgears

If you're lucky you might see some nice read out there, mine showed up approx. 13557 frames in 5.0 seconds = 2711.239 FPSHere's a screenshot of my Desktop:fed61cq7.th.pngNot bad! :whistling:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...