From: Alexey Dokuchaev on 22 Jun 2010 21:07 On Tue, Jun 22, 2010 at 10:06:51PM +0200, Rene Ladan wrote: > On 22-06-2010 21:35, Emanuel Haupt wrote: > > Nvidia released version 256.35 of their FreeBSD driver today: > > > > http://www.nvidia.com/object/freebsd-x86-256.35-driver.html > > http://www.nvidia.com/object/freebsd-x64-256.35-driver.html > > > > I just compiled the the 64bit version on 8.1-RC1 and watched a few > > youtube videos, ran glxgears and played games/nexuiz for a few minutes > > w/o any issues. > > > > If you want to test the new driver, just bump PORTVERSION of > > x11/nvidia-driver to 256.35 and run "make makesum". > > > Doesn't this imply repocopy'ing the current port to > x11/nvidia-driver-195 and _then_ updating this port to 256.35 ? At this point there are no plans to repocopy for a yet another version of nvidia driver other than three legacy versions we already have. Master port will be updated to the latest stable version once people who had original problems with anything >195.22 (dougb@ et al) would test any latest version nVidia has for us and confirm their stability issues are indeed gone. ../danfe _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Alexey Dokuchaev on 22 Jun 2010 21:09 On Tue, Jun 22, 2010 at 10:23:51PM +0200, Rene Ladan wrote: > On 22-06-2010 22:15, Micka?l Maillot wrote: > > libGLcore.so is rename to libnvidia-glcore.so > > so you need to update pkg-plist to > > and these files don't exist any longer: > pkg_info: /compat/linux/usr/lib/libnvidia-glcore.so.1 doesn't exist > pkg_info: /compat/linux/usr/lib/libnvidia-tls.so.1 doesn't exist Sure, I will take care of plist issues upon the upgrade. What is more important right now is driver stability issues people had been having. I must rely on other people testing since I was not able to reproduce most of them in my local environment. ../danfe _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: "Sam Fourman Jr." on 22 Jun 2010 21:30 2010/6/22 Alexey Dokuchaev <danfe(a)freebsd.org>: > On Tue, Jun 22, 2010 at 10:23:51PM +0200, Rene Ladan wrote: >> On 22-06-2010 22:15, Micka?l Maillot wrote: >> > libGLcore.so is rename to libnvidia-glcore.so >> > so you need to update pkg-plist to >> >> and these files don't exist any longer: >> pkg_info: /compat/linux/usr/lib/libnvidia-glcore.so.1 doesn't exist >> pkg_info: /compat/linux/usr/lib/libnvidia-tls.so.1 doesn't exist > > Sure, I will take care of plist issues upon the upgrade. What is more > important right now is driver stability issues people had been having. > I must rely on other people testing since I was not able to reproduce > most of them in my local environment. > > ./danfe So what exactly do I have to do to test this? in the Makefile just -DISTVERSION?= 195.36.24 +DISTVERSION?= 256.35 make makesum && make deinstall && make install or will I have to change the plist somewhere Sam Fourman Jr. Fourman Networks http://www.fourmannetworks.com _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Max Laier on 22 Jun 2010 22:54 On Wednesday 23 June 2010 03:09:34 Alexey Dokuchaev wrote: > On Tue, Jun 22, 2010 at 10:23:51PM +0200, Rene Ladan wrote: > > On 22-06-2010 22:15, Micka?l Maillot wrote: > > > libGLcore.so is rename to libnvidia-glcore.so > > > so you need to update pkg-plist to > > > > and these files don't exist any longer: > > pkg_info: /compat/linux/usr/lib/libnvidia-glcore.so.1 doesn't exist > > pkg_info: /compat/linux/usr/lib/libnvidia-tls.so.1 doesn't exist > > Sure, I will take care of plist issues upon the upgrade. What is more > important right now is driver stability issues people had been having. > I must rely on other people testing since I was not able to reproduce > most of them in my local environment. FWIW, my problem with 195.36.15 has disappeared. I still can't figure out what changed. I'll give the 2^8 version a spin later this week. Thanks, Max _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
From: Alexey Dokuchaev on 22 Jun 2010 23:43 On Tue, Jun 22, 2010 at 08:30:54PM -0500, Sam Fourman Jr. wrote: > 2010/6/22 Alexey Dokuchaev <danfe(a)freebsd.org>: > > On Tue, Jun 22, 2010 at 10:23:51PM +0200, Rene Ladan wrote: > >> On 22-06-2010 22:15, Micka?l Maillot wrote: > >> > libGLcore.so is rename to libnvidia-glcore.so > >> > so you need to update pkg-plist to > >> > >> and these files don't exist any longer: > >> pkg_info: /compat/linux/usr/lib/libnvidia-glcore.so.1 doesn't exist > >> pkg_info: /compat/linux/usr/lib/libnvidia-tls.so.1 doesn't exist > > > > Sure, I will take care of plist issues upon the upgrade. �What is more > > important right now is driver stability issues people had been having. > > I must rely on other people testing since I was not able to reproduce > > most of them in my local environment. > > So what exactly do I have to do to test this? > in the Makefile just > > -DISTVERSION?= 195.36.24 > +DISTVERSION?= 256.35 I would suggest to start with 195.36.31, as 256.xx are early betas. Ideally, I want a stable version in 195.36.yy series before start looking at upcoming 256 ones. > make makesum && make deinstall && make install > > or will I have to change the plist somewhere Yes, plist changes are required to make the port deinstall itself cleanly. It won't affect driver stability in any way though. :-) ../danfe _______________________________________________ freebsd-ports(a)freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: GSoC: Ports and clang: PORTS_CC Next: [INFO] Current nvidia-driver 195.36.15 |