Quote: |
Originally Posted by nickos99 When I install the driver I get a message saying that it can't find the kernel. I am presuming it is talking about a nvidia kernel as I have checked that the main kernel for the system has been install from the DVD I downloaded fedora core 5 from. Any ideas on what I have to do? | Its not that it can't find your Linux kernel, its that it can't find the "right" Linux kernel on your system. You'll need to install the nvidia driver that matches the kernel version you are currently using. The easiest (but not necessarily the most elegant) way for you to do this would be the following:
1. First make sure you have the most recent kernel. Go to Applications > System Tools > Software Updater. When the list of packages appears, there should be something along the lines of "Updated kernel packages available". If there isn't, it means you already have the most recent kernel and can skip down to step 2 below. If there is, make sure that's checked, then click Apply Updates, then reboot when done.
2. Open up a terminal and type "yum -y --enablerepo livna install kmod-nvidia". This should download and install the right driver package for you automatically. When done, you'll have to kill x and start x to use the driver. If you know how to do this, go for it. If not, just reboot again. |