• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

My attempt at getting FreeBSD 5.4 running was a failure...

I managed to figure out the install, and once that was done, I had a working FreeBSD system.

The problem is that I can't get X to work nor can I get the nVidia drivers to install.

I have a GF2 GTS.
 
*points to n0cmonkey*

edit: Well maybe i can help, bsd isn't completely different from linux. I assume you're running xorg? Try typing 'X -configure' after you've installed the driver. Or try changing the nv to nvidia in the Device Section of the config file for Xorg. Not sure where it'd be though.
 
Originally posted by: Stefan
I managed to figure out the install, and once that was done, I had a working FreeBSD system.

The problem is that I can't get X to work nor can I get the nVidia drivers to install.

I have a GF2 GTS.

Why not?
 
Originally posted by: n0cmonkey
Originally posted by: Stefan
I managed to figure out the install, and once that was done, I had a working FreeBSD system.

The problem is that I can't get X to work nor can I get the nVidia drivers to install.

I have a GF2 GTS.

Why not?

Cause I get a headache and confused RingTFM 😛
 
Please, help me help you. If you don't want to do that, I'll go back to my food which is quickly getting cold.

Did you specify that you would like to use X during the installation?
 
As root type
xorgconfig to set up x

Also as root type
cd /usr/ports/x11/nvidia-driver
then type
make install clean

lastly
cd /etc/X11/
and edit your xorg.conf file so that this part
# Device configured by xorgconfig:

Section "Device"
Identifier "** NVIDIA (generic)
[nv]"
Driver "nv"
#VideoRam 1024
# Insert Clocks lines here if appropriate
EndSection

reads

# Device configured by xorgconfig:

Section "Device"
Identifier "** NVIDIA (generic)
[nv]"
Driver "nvidia"
#VideoRam 1024
# Insert Clocks lines here if appropriate
EndSection

then reboot.

Let me know it that helps.




 
I am thinking of trying out freebsd 6 for the first time (BSD for the first time)

<---only experience with BSD's is with m0n0wall and that really doesn't count😱
 
Back
Top