Hello all
So i did upgrade from 7.2-STABLE to 8.0-RC1 with buildworld and co
Then of course , nvidia proprietary driver was not working.
I did download latest nvidia driver 190.32 and try to make install but i have following message
nv-freebsd.h:25:2:error:#error This driver dos not support FreeBSD 8.x/-CURRENT
What should i do to install it , do i have to comment those lines
in nv-freebsd.h ? And is it enought ?
Thanks for any answer
So i did upgrade from 7.2-STABLE to 8.0-RC1 with buildworld and co
Then of course , nvidia proprietary driver was not working.
I did download latest nvidia driver 190.32 and try to make install but i have following message
nv-freebsd.h:25:2:error:#error This driver dos not support FreeBSD 8.x/-CURRENT
What should i do to install it , do i have to comment those lines
in nv-freebsd.h ? And is it enought ?
Code:
#if __FreeBSD_version >= 800000
#error This driver does not support FreeBSD 8.x/-CURRENT!
#endif