Yestarday I made update of ports tree and I had an update for my nvidia driver.
After update my Nvidia is not working any more.
I take this error:
On /dev, nvidiactl don't exist
I use Freebsd's AGP
My loader.conf
My xorg.conf
For nvidia flags i have:
And i built the driver:
Xorg.log give me this:
Also on device.hints i have:
(Not sure what this do)
I dont know what i am doing wrong.
I use freebsd 8 amd64 and nvidia 195.36.15_1
After update my Nvidia is not working any more.
I take this error:
Code:
NVIDIA: could not open the device file /dev/nvidiactl (No such file or directory)
[...]
giving up
xinit: No such file or directory (errno2): unable to connect to X server
xinit: No such process (errno3): Server error.
On /dev, nvidiactl don't exist
I use Freebsd's AGP
My loader.conf
Code:
agp_load=yes
nvidia_load=yes
My xorg.conf
Code:
Option "NvAGP" "2"
For nvidia flags i have:
Code:
ACPI_PM
LINUX
WBINDVD
Code:
make WITH_FREEBSD_AGP=yes install clean
Xorg.log give me this:
Code:
Failed to initialize the NVIDIA kernel module. Please see the system's kernel log for additional error messages and consult the NVIDIA README for details
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
Also on device.hints i have:
Code:
hint.agp.0.disabled="1"
I dont know what i am doing wrong.
I use freebsd 8 amd64 and nvidia 195.36.15_1