Hello,
I upgraded FreeBSD 9.2 to 10.0 with following https://www.freebsd.org/releases/10.0R/ ... ation.html.
First I did:
And
Logged in init 3 run-level (did I make a mistake ?), I did twice
Reboot again, but impossible to boot with
and further:
So I uninstalled old nVidia driver (with
Still same messages.
I verified etc/rc.conf, I still have
In xorg.conf, in driver it is still written nvidia.
Where is the problem ? Thank you.
I upgraded FreeBSD 9.2 to 10.0 with following https://www.freebsd.org/releases/10.0R/ ... ation.html.
First I did:
Code:
# freebsd-update fetch
# freebsd-update install
Code:
# freebsd-update upgrade -r 10.0-RELEASE
# freebsd-update install
# shutdown -r now
Code:
# freebsd-update install
startx, I get
Code:
xauth: file /home/jbeziat/.serverauth.1248 does not exist
Code:
Share object 'libcrypto.so.6" not found, required by "X"
make deinstall), installed new one with:
Code:
# cd /usr/ports/x11/nvidia-driver
# make install clean
I verified etc/rc.conf, I still have
Code:
hald_enable="YES"
dbus_enable="YES"
Where is the problem ? Thank you.