Summary: | TNT2 generate too much noise in logs | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Andrew Randrianasulu <randrik> | ||||||
Component: | Driver/nouveau | Assignee: | Nouveau Project <nouveau> | ||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||
Severity: | normal | ||||||||
Priority: | medium | ||||||||
Version: | git | ||||||||
Hardware: | x86 (IA32) | ||||||||
OS: | Linux (All) | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
Andrew Randrianasulu
2008-01-10 09:30:53 UTC
Created attachment 13644 [details]
/var/log/debug, last 1000 lines
Created attachment 13645 [details]
/var/log/messages
I don't know when this behaviour started, i tried compile old nouveau from 06 aug 2007 (right after drm interface changes) - but it doesn't compiled on my too new X server, and version from around 15 Oct 2007 still have this bug. Git bisect give me bogus result (first good commit == first bad commit) if i mark non-compiled versions as 'bad' ones. And trying all individual revisions one after another is too much for me. simple fix from Ben Skeggs, works really well: diff --git a/shared-core/nv04_graph.c b/shared-core/nv04_graph.c index 81a6d5c..50ecc74 100644 --- a/shared-core/nv04_graph.c +++ b/shared-core/nv04_graph.c @@ -497,7 +497,8 @@ int nv04_graph_init(struct drm_device *d /*haiku same*/ /*NV_WRITE(NV04_PGRAPH_DEBUG_3, 0xfad4ff31);*/ - NV_WRITE(NV04_PGRAPH_DEBUG_3, 0x10d4ff31); + // NV_WRITE(NV04_PGRAPH_DEBUG_3, 0x10d4ff31); + NV_WRITE(NV04_PGRAPH_DEBUG_3, 0xf0d4ff31); /*haiku and blob 10d4*/ |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.