PDA

View Full Version : Nvidia GeForce FX5200 and FreeBSD 6.2-RELEASE-p3


thebrazen
04-14-07, 05:56 PM
profit not to form my 5200 FX GeForce, installs drives of port /../x11/nvidia-drivers, soon I execute Xorg -configure and, X - config xorg.conf.new

and I have video but when leaving the console I see east error

(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)


my card mother is a PCchips 935G, P4 2.8, 512 Ram, GeForcce FX 5200 256 Ram


Some Procedure Step by step so that it works?

thebrazen
04-15-07, 12:20 PM
solved, it publishes the archives of driver /NVIDIA-freeBSD-x..../x11/driver/makefile and change
DRIVERDIR= ${X11BASE}/lib/modules/drivers
by
DRIVERDIR= /usr/X11R6/lib/modules/drivers

and /NVIDIA-freeBSD-x..../x11/extension/makefile and change
LIBDIR= ${X11BASE}/lib/modules/extensions
by
LIBDIR= /usr/X11R6/lib/modules/extensions

compile again and now if I install everything what debia to install, everything worked ok.