Hello,
I can't get the proprietary NVIDIA drivers to work with FreeBSD 10-CURRENT. I'm always getting
and X.Org exits. Xorg.0.log doesn't give any useful hints besides that.
What I've already tried:
1) GENERIC (r250582) instead of custom kernel (r250824): same result.
2) Tried x11-drivers/xf86-video-vesa: X.Org gives the error message
Changing machdep.disable_mtrrs didn't help.
3) Compiled x11/nvidia-driver with GCC instead of Clang: same result as with Clang.
After googling a bit, I found a thread in a Russian BSD forum where someone saw the same error in 9.1-BETA, unfortunately without any posted solution.
The kernel modules nvidia and linux are kldload'ed and dbus and hald are running. The graphics card is a GeForce 8800 GTS 512.
Any hints?
Thanks in advance!
Thomas
Edit: I fixed it! Compiled x11-servers/xorg-server with GCC instead of Clang and suddenly X.Org starts without problems.
Looks like x11-servers/xorg-server depends on some GCC feature...
I can't get the proprietary NVIDIA drivers to work with FreeBSD 10-CURRENT. I'm always getting
Code:
(EE) May 22 01:42:14 NVIDIA(0): Failed to initialize default colormap
and X.Org exits. Xorg.0.log doesn't give any useful hints besides that.
What I've already tried:
1) GENERIC (r250582) instead of custom kernel (r250824): same result.
2) Tried x11-drivers/xf86-video-vesa: X.Org gives the error message
Code:
failed to set mtrr: Operation not supported
3) Compiled x11/nvidia-driver with GCC instead of Clang: same result as with Clang.
After googling a bit, I found a thread in a Russian BSD forum where someone saw the same error in 9.1-BETA, unfortunately without any posted solution.
The kernel modules nvidia and linux are kldload'ed and dbus and hald are running. The graphics card is a GeForce 8800 GTS 512.
Any hints?
Thanks in advance!

Thomas
Edit: I fixed it! Compiled x11-servers/xorg-server with GCC instead of Clang and suddenly X.Org starts without problems.
