|
|
#1 | |
|
Registered User
Join Date: Apr 2010
Posts: 2
|
Hello,
Sorry i don,'t speak very well English. I try to install PC-BSD 8.0 (based on FreeBSD 8.0) on Dell Inspiron 2650 (nVidia GeForce 2 graphic card), with 96.43.13 driver but i have black screen. I try to compile 96.43.16 but i have this error: Code:
In file included from nvidia_ctl.c:14: nv-freebsd.h:25:2: error: #error This driver does not support FreeBSD 8.x/-CURRENT! *** Error code 1 Stop in /usr/home/serge/NVIDIA-FreeBSD-x86-96.43.16/src. *** Error code 1 Stop in /usr/home/serge/NVIDIA-FreeBSD-x86-96.43.16. Best regards. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jan 2010
Location: south florida
Posts: 887
|
someone needs help guys
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Apr 2010
Posts: 2
|
Hello,
It work fine !!! I have download ftp://download.nvidia.com/freebsd/96...6.43.16.tar.gz I have edit nv-freebsd.h and removed: Code:
#if __FreeBSD_version >= 800000 #error This driver does not support FreeBSD 8.x/-CURRENT! #endif #if __FreeBSD_version >= 700000 && __FreeBSD_version < 700055 #error This driver does not support FreeBSD 7.x/-CURRENT! #endif #if __FreeBSD_version >= 600000 && __FreeBSD_version < 600034 #error This driver does not support FreeBSD 6.x/-CURRENT! #endif #if __FreeBSD_version < 503000 #error This driver requires FreeBSD 5.3 or later! #endif Code:
static uint32_t NVreg_SoftEDIDs = 0; Code:
static uint32_t NVreg_Mobile = 1; I have compiled and installed this driver Code:
make make install Code:
Load "glx" Code:
Driver "nvidia" I have reboot and it's work !!! Best Regards |
|
|
|
![]() |
| Thread Tools | |
|
|