cvs commit: ports/x11/nvidia-driver Makefile distinfo

Ivan Klymenko fidaj at ukr.net
Wed Sep 14 12:39:48 UTC 2011


В Wed, 14 Sep 2011 13:54:02 +0200
Michal Varga <varga.michal at gmail.com> пишет:

> 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.
> 
> 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] = res;
     }

-    if ((rm_read_registry_dword(sp, NULL, "NVreg",
-            "EnableMSI", &enable_msi) == RM_OK) && (enable_msi != 0)) {
+    if ((resource_int_value(device_get_name(dev), device_get_unit(dev),
+            "msi", &enable_msi) == 0) && (enable_msi != 0)) {
         count = pci_msi_count(dev);
         if ((count == 1) && (pci_alloc_msi(dev, &count) == 0))
             sc->irq_rid = 1;
I use compiz.
Freezing system occurs only when playing flash with option
in /etc/adobe/mms.cfg:
OverrideGPUValidation=true
EnableLinuxHWVideoDecode=1
FullScreenDisable=false
AutoUpdateDisable=true
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


More information about the freebsd-ports mailing list