Motherboard: DFI Lanparty UT NForce4 Ultra- D
Video card: Evga Geforce 7600 GS PCI-E
Processor: AMD 64 Opteron
Fedora Core 5 x86 64 with all updates and new kernel
After downloading "NVIDIA-Linux-x86_64-1.0-8762-pkg2.run" and installing it according to notes I found on this site.
When I startx it does not start, because it says it could not find nvidia module.
Here are some information that might help you to help me.
A snippet of xorg.conf:
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
# Start edit ---- Changed HorizSync and VertRefresh values to match the monitor
# End edit ----
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 31.0 - 107.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation Unknown device 0392"
EndSection
Section "Screen"
# Start edit ---- Added the following
# End edit ----
# Start edit ---- added this section
# End edit ----
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
DefaultFbBPP 32
SubSection "Display"
The pertinent part of /var/log/Xorg.0.log:
(II) Loading font Type1
(II) LoadModule: "nvidia" <======== Here is the problem
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.4
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(EE) No drivers available.
Fatal server error:
no screens found
And /etc/modprobe.conf:
alias eth0 skge
alias eth1 forcedeth
alias scsi_hostadapter sata_nv
alias snd-card-0 snd-intel8x0
alias char-major-195 nvidia
options snd-card-0 index=0
options snd-intel8x0 index=0
remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
lsmod|grep nvidia returns:
nvidia 5464564 0
I did find nvidia.ko kernel module under proproper section for the video drivers for the kernel version in use.
BTW: on the nvidia site there is another application that installs sound and network drivers for this chipset that I did not install, because those thing worked out of the box for my motherboard.
I hope someone can help me with this.
Masoud