Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2011 15:39:44 +0300
From:      Ivan Klymenko <fidaj@ukr.net>
To:        Michal Varga <varga.michal@gmail.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: cvs commit: ports/x11/nvidia-driver Makefile distinfo
Message-ID:  <20110914153944.79fb9470@nonamehost.>
In-Reply-To: <1316001242.1747.266.camel@xenon>
References:  <201108311230.p7VCUOYO086517@repoman.freebsd.org> <20110913235252.GA90346@hades.panopticon> <4E70899E.8030307@FreeBSD.org> <20110914073813.7f586bd1@seibercom.net> <1316001242.1747.266.camel@xenon>

next in thread | previous in thread | raw e-mail | index | archive | help
=D0=92 Wed, 14 Sep 2011 13:54:02 +0200
Michal Varga <varga.michal@gmail.com> =D0=BF=D0=B8=D1=88=D0=B5=D1=82:

> I'm using 280.13 since the hour it came out (atm on <GeForce GT 240>
> 8.2-STABLE i386) for 2D and 3D graphics work, VDPAU video
> acceleration, 3D gaming, desktop effects, for about 20 hours a day on
> average.
>=20
> I have yet to see a single freeze or any other issue.

I'm using 280.13 FreeBSD 9.0-BETA2 #0 r225506M amd64.
With patch:
--- ./src/nvidia_subr.c.orig    2011-04-14 07:09:57.000000000 +0300
+++ ./src/nvidia_subr.c 2011-04-14 07:11:11.000000000 +0300
@@ -252,8 +252,8 @@
         sc->BAR_recs[i] =3D res;
     }

-    if ((rm_read_registry_dword(sp, NULL, "NVreg",
-            "EnableMSI", &enable_msi) =3D=3D RM_OK) && (enable_msi !=3D 0)=
) {
+    if ((resource_int_value(device_get_name(dev), device_get_unit(dev),
+            "msi", &enable_msi) =3D=3D 0) && (enable_msi !=3D 0)) {
         count =3D pci_msi_count(dev);
         if ((count =3D=3D 1) && (pci_alloc_msi(dev, &count) =3D=3D 0))
             sc->irq_rid =3D 1;
I use compiz.
Freezing system occurs only when playing flash with option
in /etc/adobe/mms.cfg:
OverrideGPUValidation=3Dtrue
EnableLinuxHWVideoDecode=3D1
FullScreenDisable=3Dfalse
AutoUpdateDisable=3Dtrue
The mouse pointer may move while and and after a while the system
continues to work on, but the command dmesg there are reports :
Sep 13 18:15:33 nonamehost kernel: NVRM: Xid (0000:01:00): 8, Channel
  00000004 Sep 13 18:15:45 nonamehost kernel: NVRM: Xid (0000:01:00):
  8, Channel 00000003 Sep 13 18:15:58 nonamehost kernel: NVRM: Xid
  (0000:01:00): 8, Channel 00000001 Sep 13 18:16:12 nonamehost kernel:
  NVRM: Xid (0000:01:00): 8, Channel 0000007e Sep 13 18:17:01
  nonamehost kernel: NVRM: Xid (0000:01:00): 8, Channel 0000007e

I sent an error message on freebsd-gfx-bugs at nvidia dot com created a
script nvidia-bug-report.sh - in the hope that it will fix ... :D



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110914153944.79fb9470>