
thor#cd /root/NVIDIA-FreeBSD-x86-1.0-7184/x11/bin
se modifica Makefile añadiendo esta linea
BINDIR= /usr/local/bin
thor#cd /root/NVIDIA-FreeBSD-x86-1.0-7184/x11/driver
se modifica Makefile añadiendo esta linea
DRIVERDIR= /usr/local/lib/xorg/modules/drivers
thor#cd /root/NVIDIA-FreeBSD-x86-1.0-7184/x11/extension
se modifica Makedile añadiendo esta linea
LIBDIR= /usr/local/lib/xorg/modules/extensions
se modifica Makefile añadiendo esta linea
BINDIR= /usr/local/bin
thor#cd /root/NVIDIA-FreeBSD-x86-1.0-7184/x11/driver
se modifica Makefile añadiendo esta linea
DRIVERDIR= /usr/local/lib/xorg/modules/drivers
thor#cd /root/NVIDIA-FreeBSD-x86-1.0-7184/x11/extension
se modifica Makedile añadiendo esta linea
LIBDIR= /usr/local/lib/xorg/modules/extensions
Lo demás en sencillo, make && make install dentro de /NVIDIA-FreeBSD-x86-1.0-7184, en el archivo xorg.conf las lineas quedan así.
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
......
# The module search path. The default path is shown here.
ModulePath "/usr/local/lib/xorg/modules"
......
Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
Option "NvAgp" "2"
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection
Bueno es todo, ya instale beryl via ports, ya veré que tal me va.
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
......
# The module search path. The default path is shown here.
ModulePath "/usr/local/lib/xorg/modules"
......
Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
Option "NvAgp" "2"
#VideoRam 131072
# Insert Clocks lines here if appropriate
EndSection
Bueno es todo, ya instale beryl via ports, ya veré que tal me va.