Displaying 20 results from an estimated 9000 matches similar to: "Suspend to disk with nvidia NV40/NV46 (Geforce Go 7400)"
2015 Jul 23
4
[PATCH] nouveau: nv46: Change mc subdev oclass from nv44 to nv4c
MSI interrupts appear to not work for nv46 based cards. Change the mc
subdev oclass for these cards from nv44 to nv4c, the nv4c mc code is
identical to the nv44 mc code except that it does not use msi
(it does not define a msi_rearm callback).
BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=90435
Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
2015 Jul 27
4
[PATCH] nouveau: nv46: Change mc subdev oclass from nv44 to nv4c
Hi,
On 24-07-15 04:32, Ben Skeggs wrote:
> On 24 July 2015 at 01:20, Hans de Goede <hdegoede at redhat.com> wrote:
>> MSI interrupts appear to not work for nv46 based cards. Change the mc
>> subdev oclass for these cards from nv44 to nv4c, the nv4c mc code is
>> identical to the nv44 mc code except that it does not use msi
>> (it does not define a msi_rearm
2016 May 16
7
[Bug 95429] New: NV46 G72M picture is always distorted on VGA output
https://bugs.freedesktop.org/show_bug.cgi?id=95429
            Bug ID: 95429
           Summary: NV46 G72M picture is always distorted on VGA output
           Product: xorg
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
         
2009 Dec 15
2
[TEST REQUEST] nv40 "firmware" replacement
So, I've spent the last few days messing around with replacing our use
of NVIDIA's context programs on GeForce 6/7 hardware and have something
that works on the 4 (2xNV44, NV46, NV4B) cards I have.
The context programs are *much* less complex than NVIDIA's and don't
handle nearly everything NVIDIA's do, however they do work for our
needs, and it's as good a starting point
2016 Jan 21
0
Issues with GeForce 6800 Ultra (NV40) and nouveau on linux 4.4 (powerpc)
I recently acquired an old PowerMac G5 that has an AGP GeForce 6800 Ultra
(NV40) in it. I put debian stretch (testing) on it and am having issues
getting the 6800 Ultra working with nouveau.
Software versions:
linux: 4.4.0 (powerpc)
libdrm: 2.4.65
mesa: 11.0.8
nouveau: 1.0.12
On boot when the system starts Xorg I get an initially black screen that
finally changes to a screen that has distorted
2014 Feb 13
0
nouveau init unknown opcode error, when CONFIG_DRM_NOUVEAU=y
On Thu, Feb 13, 2014 at 2:15 AM, Kui Zhang <kuizhang at gmail.com> wrote:
> Hello,
>
> When CONFIG_DRM_NOUVEAU=y, I get following error. Blank screen after initrd.
>
> This was in the dmesg.
>
> [    0.282559] [drm] hdmi device  not found 1 0 1
> [    0.282688] nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x046800a3
> [    0.282693] nouveau  [  DEVICE][0000:01:00.0]
2009 Nov 04
2
[Bug 24925] New: X server freeze on NV46
http://bugs.freedesktop.org/show_bug.cgi?id=24925
           Summary: X server freeze on NV46
           Product: xorg
           Version: 7.5
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: critical
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy:
2013 Dec 12
5
[Bug 72651] New: [NV11] Hang during suspend/resume on Geforce 2 MX200 & MX400
https://bugs.freedesktop.org/show_bug.cgi?id=72651
          Priority: medium
            Bug ID: 72651
          Assignee: nouveau at lists.freedesktop.org
           Summary: [NV11] Hang during suspend/resume on Geforce 2 MX200 &
                    MX400
        QA Contact: xorg-team at lists.x.org
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
2011 Aug 26
39
[Bug 40406] New: Nouveau NVIDIA NV46: Freeze
https://bugs.freedesktop.org/show_bug.cgi?id=40406
           Summary: Nouveau NVIDIA NV46: Freeze
           Product: xorg
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: marco
2012 Oct 28
4
[Bug 56474] New: 3D app segfaults on NV46
https://bugs.freedesktop.org/show_bug.cgi?id=56474
          Priority: medium
            Bug ID: 56474
          Assignee: nouveau at lists.freedesktop.org
           Summary: 3D app segfaults on NV46
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: 1o5g4r8o at gmail.com
          Hardware: x86 (IA32)
            Status: NEW
        
2014 Jan 14
0
[Fwd: [PATCH] Fix null dereference oopses for nv40 cards] kernel 3.13.0-rc8
On Tue, Jan 14, 2014 at 1:22 PM, Bob Gleitsmann <rjgleits at bellsouth.net> wrote:
> I should have mentioned that this applies to Linus' 3.13.0-rc7 and rc8
> git. Maybe it's obvious.
Hey Bob,
Thanks for reporting this.  Can you try the attached patch instead and
report if it helps you?
Ben.
>
> Sorry about that.
>
> Bob
> -------- Forwarded Message --------
2014 Jan 13
0
[PATCH] Fix null dereference oopses for nv40 cards
The problem affects nv40 cards during booting. It comes from there being
two places where subdev arrays are maintained. A commit was recently
added to make the two equal. However, the struct nouveau_device version
ends up being referenced before it is initialized. The problem arises
during the creation of the INSTMEM and THERM subdevs. '
Signed off by: Bob Gleitsmann rjgleits at bellsouth.net
2012 Nov 11
0
[PATCH] drm/nv40: allocate ctxprog with kmalloc
Some archs defconfigs have CONFIG_FRAME_WARN set to 1024, which lead to this
warning:
drivers/gpu/drm/nouveau/core/engine/graph/ctxnv40.c: warning: the frame size
of 1184 bytes is larger than 1024 bytes
Reported-by: Geert Uytterhoeven <geert at linux-m68k.org>
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com>
---
 drivers/gpu/drm/nouveau/core/engine/graph/ctxnv40.c | 12
2014 Sep 08
1
Extend reserved memory on 0xfc000000
Hi
This patch correct on usb keyboard acces on number when enter via Ctrl
+ Alt + F12 on vt after Xorg running.Without this patch when enter on
 vt vas unable  to use numbers from NumLock  an only numbers from main
 keyboard.
 nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x046f00a3
 nouveau  [  DEVICE][0000:01:00.0] Chipset: G72 (NV46)
 nouveau [  DEVICE][0000:01:00.0] Family : NV40
 nouveau  [  
2010 Sep 12
16
[Bug 30146] New: Horizontal Couloured Lines with Nvidia 6, 800 GT (NV40)
https://bugs.freedesktop.org/show_bug.cgi?id=30146
           Summary: Horizontal Couloured Lines with Nvidia 6,800 GT (NV40)
           Product: xorg
           Version: git
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
       
2009 Aug 21
21
[Bug 23445] New: NV46: GPU lockup on VT switch
http://bugs.freedesktop.org/show_bug.cgi?id=23445
           Summary: NV46: GPU lockup on VT switch
           Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: critical
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
       
2010 Jan 18
0
[PATCH] nv30-nv40: support unlimited queries (v2)
Currently on NV30/NV40 an assert will be triggered once 32 queries are
outstanding.
This violates the OpenGL/Gallium interface, which requires support for
an unlimited number of fences.
This patch fixes the problem by putting queries in a linked list and
waiting on the oldest one if allocation fails.
nVidia seems to use a similar strategy, but with 1024 instead of 32 fences.
The next patch will
2010 Jan 17
1
[PATCH 1/2] nv40: don't crash on empty fragment program
---
 src/gallium/drivers/nv40/nv40_fragprog.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/gallium/drivers/nv40/nv40_fragprog.c b/src/gallium/drivers/nv40/nv40_fragprog.c
index 1237066..209d211 100644
--- a/src/gallium/drivers/nv40/nv40_fragprog.c
+++ b/src/gallium/drivers/nv40/nv40_fragprog.c
@@ -843,7 +843,8 @@ nv40_fragprog_translate(struct nv40_context *nv40,
2014 Oct 25
5
[Bug 85444] New: [NV46] Heavy corruption, no hardfreeze, back to console and libexa.so segfault
https://bugs.freedesktop.org/show_bug.cgi?id=85444
            Bug ID: 85444
           Summary: [NV46] Heavy corruption, no hardfreeze, back to
                    console and libexa.so segfault
           Product: xorg
           Version: git
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component:
2010 Jan 18
2
[PATCH 1/2] nv30-nv40: support unlimited queries
Currently on NV30/NV40 an assert will be triggered once 32 queries are
outstanding.
This violates the OpenGL/Gallium interface, which requires support for
an unlimited number of fences.
This patch fixes the problem by putting queries in a linked list and
waiting on the oldest one if allocation fails.
nVidia seems to use a similar strategy, but with 1024 instead of 32 fences.
The next patch will