FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
The only access that I have to the internet is a wireless option silver streak wireless modem on windows. I am trying to install drivers for the Nvidia video card that I downloaded to a cd. I went into /etc/yum.repos.d and 0 all the enables and created a new directory as:
Your repo won't work because there is no repo. Just because you call it a repo doesn't make it so. There is a special tool for creating repos and without using that then you don't have the correct files in place.
If you download the nvidia drivers from nvidia, you don't need a repo, you just run the binary file they provide from run level 3.
Type man createrepo to see if it's on your system. But with only 1 file then it's not a repo anyway, as it will have no way of fulfilling dependencies.
also THERE IS NO nvidia 3d driver on the install cd/dvd -- there NEVER will be there is a 2 d ONLY nv driver that will be auto installed and will let gnome or kde run
The only internet access I have is a windows machine. John I downloaded the two 96xx drivers (free and non free)you had listed and burned them to a cd. I do not know how to get this modem to work with fedora in a text only. All I want is to get xorg going. Would it be easier to download a driver from nvidia to install? I was trying to get yum to install from the cd but can not get the right commands.
I also tried
yum install //media/cd/My/kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs.i686
You have something terribly wrong if you can not use "nv" pre-installed drivers to run GUI. Your problem then is not nVidia drivers but X-server problem. google little and try to fix it.
You have something terribly wrong if you can not use "nv" pre-installed drivers to run GUI. Your problem then is not nVidia drivers but X-server problem. google little and try to fix it.
Not getting smart but I have wore the google button out. This problem only occurs with the latest kernels. I have installed an older version of Freespire and Tiny Me with no problems.
if you are using the nvidia.run driver AND NOT the one made for fedora in the fedora repos
then you need to reinstall the .run EVERY TIME there is a kernel,X11,xorg update
seeing is the .run for the 96 driver dose not change save it to /
and do not delete it
but just to boot into the gui just remove the xorg.conf and fedora will auto use the nv driver
text boot and run this in the text only terminal
-- log in as ROOT --
Code:
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
or
edit the xorg.conf with " nano" and change
driver " nvidia"
-- to --
driver "nv"
OP actually only said that that problem is happening on newest kernels.
OP does not know the difference between install/update from repository and from binary file.
OP does not have internet connection on the Fedora box in question.
Larry, I suggest you follow post #8 so you can get working GUI with 2d incorporated drivers, and then use crossover LAN cable to connect windows and Fedora, if you do not have them connected to a LAN switch, and then in windows create Internet Connection Sharing so Fedora can access the internet via windows box.
Then use Fedora repositories where nVidia drivers are already present, rpmfusion maybe, and you will no longer have problems with those drivers AND you will be able to update Fedora anytime you want.
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia-96xx xorg-x11-drv-nvidia-96xx-libs.i686
and blacklist nouveau
( this is what i used on fedora 11 ( and current arch and cent )
but it is also just as easy to use the nvidia.run ( seeing as it is about to hit end of life and will not be changing much just reinstall ALL of mesa , and mesa-devel if the run driver is used
Search the web for info on how to configure X system on fedora 12 and do so by selecting VESA mode. That should let you run X. Short of recommending CentOS 5.5 that is just out with additional repositories for bundle of desktop software like Skype 2.1.0.81 beta, I do not know what to say. I tried Fedora only once or twice and saw it as irritatingly lacking full control. So I am sticking with CentOS 5.x until CEntOS 6.0 based on Fedora 12 comes out an the end of the year.
Just to inform anyone else with an intel D865 GLC motherboard with a nvidia video card that the video card may not be the reason your fedora 12 will not boot. I found an error 111 IO report and that according to fedora is with the kernel usb routing and that I should try and upgrade or use an older version. I am not giving up, will post more when I have a workable solution other than older.
I have blacklisted the noveau driver.
Last edited by Larry Webb; 06-01-2010 at 11:29 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.