Nvidia video driver and Fb7

Daniel Bye freebsd-questions at slightlystrange.org
Wed Jan 30 05:25:53 PST 2008


On Wed, Jan 30, 2008 at 12:25:41PM +0000, Kemian Dang wrote:
> Hi, everyone,
> I have installed the FB7-rc1 and the nvidia driver from port and kept 
> update to the newest version, but when I change the xorg.conf to use the 
> "nvidia" instead of "nv", the X gave a complain about no /dev/nvidiactl 
> and stops, so I can only use nv, which seems slow on some 3d application.
> I tried to download the source from nvidia web page to compile, but it 
> said it is not for fb7 now. But, when I install from port, it did not 
> give any error or warning.
> 
> 
> So, have anyone tried nvidia driver on fb7 and succeed? Please give some 
> advice on how to solve this problem.

Yep, no problems here. Are you sure the driver is loaded into your
kernel?

 # kldstat
 Id Refs Address    Size     Name
 1   15 0xc0400000 550b18   kernel
 2    2 0xc099c000 28638    linux.ko
 ...
 5    1 0xc0a18000 693b10   nvidia.ko

You need these lines in /boot/loader.conf:

nvidia_load="YES"
linux_load="YES"

(The Linux mod is if you built the driver with support for Linux
DRI)

Dan

-- 
Daniel Bye
                                                                     _
                                              ASCII ribbon campaign ( )
                                         - against HTML, vCards and  X
                                - proprietary attachments in e-mail / \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20080130/f780f51b/attachment.pgp


More information about the freebsd-questions mailing list