Results 1 to 10 of 14
Hi.
Well I've posted this before and I still havent managed to work this out. But I did some more checking out what could possibly be wrong.
Im using Fedora ...
- 06-28-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- Reykjavik,Iceland
- Posts
- 21
nVidia driver problem in FC4
Hi.
Well I've posted this before and I still havent managed to work this out. But I did some more checking out what could possibly be wrong.
Im using Fedora Core 4.
Well I've installed the new driver properly andshow's that the latest driver is installed, how ever it seems to be a problem with my xorg.conf.Code:modprobe nvidia
Theese are the modules loaded, I know I have to remove the one named "dri"
this is my Device thing.. I know I have to change the "nv" to "nvidia"Code:ection "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" # Load "dri" $EndSection
Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce FX (generic)"
EndSection
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
It displays that my agp hasCode:cat /proc/driver/nvidia/agp/card
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
the worst thing is My log file doesn't show any Error and I get no Error message after I kill xCode:lsmod
Has anyone had this problem before ? or does anyone know a way to fix this ?
With thanks in Advance *kisses*
- 06-29-2005 #2
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?
Registered Linux user #270181
TechieMoe's Tech Rants
- 06-29-2005 #3Just Joined!
- Join Date
- Apr 2005
- Location
- Atlanta
- Posts
- 55
Re:
http://fedoranews.org/contributors/s...3_note/#nVidia
Maybe this will help
- 06-29-2005 #4
Re:
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.
Originally Posted by superdan7 Registered Linux user #270181
TechieMoe's Tech Rants
- 06-29-2005 #5Just Joined!
- Join Date
- Apr 2005
- Location
- Atlanta
- Posts
- 55
Re:
Cool
- 06-29-2005 #6Linux Newbie
- Join Date
- Apr 2005
- Posts
- 110
If you're not using the latest drivers that might be you're problem - as soon as I used the latest ones it was fine. Mind you, that's with FC3...
- 06-29-2005 #7Good point. The latest (as of today) are version 7667, available here.
Originally Posted by greenpenguin Registered Linux user #270181
TechieMoe's Tech Rants
- 06-29-2005 #8Just Joined!
- Join Date
- Jun 2005
- Location
- Bulgaria, Peshtera
- Posts
- 66
yup, I agree. You shouldn't have trouble with the latest drivers. I installed them two days ago. It went quite smoothly ...
- 06-29-2005 #9Just Joined!
- Join Date
- Jun 2005
- Posts
- 40
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...4.) Go to the dir you saved the driver, and type...Code:init 3
5.) Now you have to edit the "xorg.conf" file, so type...Code:sh nvid* --update
Under the "Driver" "Device" you need to change "nv" to... "nvidia".Code:vi /etc/X11/xorg.conf
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(make sure you are out of insert mode by pushing esc)Code::wq
6.) Now type...7.) Type...Code:modprobe nvidia
8.) Now that should be it! A reboot would be nice =)Code:init 5
- 06-29-2005 #10Actually, 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.
Originally Posted by hlstriker
Registered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote