View Single Post
  #7   (View Single Post)  
Old 20th May 2008
greencross's Avatar
greencross greencross is offline
Real Name: David Gevorgyan
Fdisk Soldier
 
Join Date: May 2008
Location: Yerevan, Armenia
Posts: 58
Default

Quote:
Did you reboot after installing? Does /dev/nvidiactl exist?
I did. And /dev/nvidiactl is on its place.

Quote:
I believe that the nvidia driver will not work with 7.0 unless loaded on first boot by adding 'nvidia_load="YES"' to /boot/loader.conf...
I added nvidia_load="YES" in loader.conf. I also recompiled kernel with AGP support turned off. Isn't it similar to disabling it by device.hints?
Here:
Code:
localhost% kldstat -v | grep "agp"
localhost%
Quote:
You may also need to add 'Option "NvAGP" "3"' to /etc/X11/xorg.conf.
Should I add this in Section "Device" ?
Reply With Quote