Re: Nvidia problems



Andrew wrote:
Jörn Rink wrote:
Am Fri, 07 Apr 2006 23:07:44 -0600
hat andrew <fedora@xxxxxxxxxx> (andrew) folgendes geschrieben:

My xorg.conf is using nvidia for the device driver and I have Load
"glx" and Load "dri" in my modules section (among other things).
Here is the odd part and maybe this is the root of the problem but I
had to symlink /usr/X11R6/lib/modules/drivers/nvidia_drv.so to /usr/lib/xorg/modules/drivers/nvidia_drv.so to just get X to start
up. But still no glx support.


Hi,
first of all, have you compiled the NVidia driver? and which driver?

Here i compiled the 8178 driver. I have to compile it, that means,
download the driver, change the file to 777 and execute it.

The driver itself compiles and installs, and as i remember correctly,
it changes the xorg.conf.

After compiling it, there must be a nvidia.ko module
under /lib/modules/yourkernel/extra/nvidia
and an entry in /etc/modprobe.conf.

The module has to be loaded, you can check this with lsmod | grep -i
nvidia.


Your xorg.conf file must have these entries:

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
Load "glx"
EndSection

AND NO DRI ENTRY !!!

and this entry:
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "nVidia Corporation NV40 [GeForce 6800 GT]"
EndSection

The driver has to be nvidia, not nv

Remember, the nvidia driver only compiles in runlevel 3, no X should
run.

Good Luck
Jörn Rink

Thx! I forgot about the modprobe.conf however lsmod does not work. What package does that come in?

Thanks
Andrew

module-init-tools . It's in /sbin, so you need to be root (not sudo either).
-Dan

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: [opensuse] booting to command line instead of desktop
    ... i was brought to the command line instead of the desktop. ... to continue getting the nvidia driver working, keep reading, if you just want ... see what module it will try to load and then load ...
    (SuSE)
  • RE: Nvidia troubles again.....
    ... Uninstall Nvidia driver: $nvidia-installer --uninstall ... Subject: Nvidia troubles again..... ... NVIDIA: Failed to load GLX ... Feb 15 22:10:38 mailgate modprobe: modprobe: Can't locate module ...
    (Fedora)
  • Re: Nvidia problems
    ... My xorg.conf is using nvidia for the device driver and I have Load ... The driver itself compiles and installs, and as i remember correctly, ...
    (Fedora)
  • nvidia-drivers crash computer on X start
    ... load the drivers installed from the latest nvidia-drivers port. ... It then switches display mode or something like that. ... X.Org XInput driver: 2.1 ... LoadModule: "nvidia" ...
    (freebsd-questions)
  • Re: Xorg 6.7/MSI nVidia 5500/Widescreen LCD problem
    ... And the latest nVidia on Linux with Xorg ... in 16:10 format and the driver rejected them *all*. ... Identifier "X.org Configured" ... Load "extmod" ...
    (comp.os.linux.hardware)

Loading