Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
now my problem is... when I change driver to "nvidia" and switch from root to my regular user the screen just stays black no nvidia logo or anything like they say it should be.
I read on a forum that you should do
Code:
cat /proc/driver/nvidia/agp/card
It displays that my agp has
Fastwrite support and some other things like
8X
4X
Everything seems to work in #runlevel 3 that is,so it seems like the driver should be working properly But it just wont start x
Code:
lsmod
the worst thing is My log file doesn't show any Error and I get no Error message after I kill x
Has anyone had this problem before ? or does anyone know a way to fix this ?
Did you reboot after installing the driver? Is your xorg.conf still correct after reboot? What errors do you get when you type startx as a regular user from the console?
That tutorial addresses an issue in Fedora Core 3, which as far as I know (because it didn't happen for me in FC4) has already been fixed. However there is another tutorial linked on that page for Fedora Core 4 (link here). For the record, I did not need to do any of the exotic things they claim in order to get 3D working with the Nvidia drivers in FC4.
I had the EXACT same problem and finally figured it out after 5-6 hours...
You HAVE to install the updates, I just installed every update not knowing which one would fix it since i'm a Linux noob. Then...
Follow these steps after you got ALL of the updates...
1.) Download and save the Nvidia driver to somewhere...
2.) Ctrl + Alt + F2
3.) Login as Root, once logged in type...
Code:
init 3
4.) Go to the dir you saved the driver, and type...
Code:
sh nvid* --update
5.) Now you have to edit the "xorg.conf" file, so type...
Code:
vi /etc/X11/xorg.conf
Under the "Driver" "Device" you need to change "nv" to... "nvidia".
NOTE: You said you had to remove the dri under "Module"... YOU DON'T CHANGE THAT!!! I thought that too, but you don't! ONLY CHANGE THE "nv" to "nvidia" in the xorg.conf.
Now save the xorg.conf by typing
Code:
:wq
(make sure you are out of insert mode by pushing esc)
6.) Now type...
Code:
modprobe nvidia
7.) Type...
Code:
init 5
8.) Now that should be it! A reboot would be nice =)
You HAVE to install the updates, I just installed every update not knowing which one would fix it since i'm a Linux noob.
Actually, the two systems I installed FC4 on were factory installs, no updates needed. I agree with the rest of your steps though. That's the way I do it.
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe