Displaying 20 results from an estimated 600 matches similar to: "low memory"
2010 Feb 09
1
texture dimension limits in ddx
in nv10_exa.c :
check_texture does :
       if (w > 2046 || h > 2046)
                NOUVEAU_FALLBACK("picture too large, %dx%d\n", w, h);
check_render_target does :
        if (w > 4096 || h > 4096)
                return FALSE;
So we have different size limits for the source and the destination ?
Another thing is that nv20 uses nv10_exa.c code, and the limit in
2009 Dec 11
1
conflicting memory types
I just noticed these messages in my logs :
modprobe:1998 conflicting memory types e8000000-e8010000
uncached-minus<->write-combining
reserve_memtype failed 0xe8000000-0xe8010000, track uncached-minus,
req uncached-minus
ioremap reserve_memtype failed -16
Xorg:5078 conflicting memory types e8000000-e8010000
uncached-minus<->write-combining
reserve_memtype failed 0xe8000000-0xe8010000,
2009 Dec 11
2
[PATCH 1/2] exa: Pre-G80 tiling support.
For now pixmaps will only be tiled if driver pixmaps are being used
and we're told to with the NOUVEAU_CREATE_PIXMAP_TILED usage hint.
Signed-off-by: Francisco Jerez <currojerez at riseup.net>
---
 src/nouveau_exa.c |   31 ++++++++++++++++++++-----------
 src/nv50_exa.c    |    6 +++---
 src/nv50_xv.c     |    2 +-
 src/nv_proto.h    |    2 +-
 src/nv_type.h     |    1 +
 5 files
2010 Jan 29
2
swap control
Is it possible to use sync to vblank / swap control with mesa/gallium
(and nouveau) ?
I googled it but did not find any clear answers about how it is
supposed to be enabled.
I also tried to read the code, and I am getting lost. So I didn't find
any answers to any of these questions :
1) how are we supposed to enable it ? is there an env var , or
~/.drirc ? is drirc/driconf still valid with
2013 Apr 30
1
[Bug 64074] New: Mesalib Installation Error
https://bugs.freedesktop.org/show_bug.cgi?id=64074
          Priority: medium
            Bug ID: 64074
          Assignee: nouveau at lists.freedesktop.org
           Summary: Mesalib Installation Error
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: andree.tago at gmail.com
          Hardware: Other
            Status: NEW
          
2009 Jun 12
17
[Bug 22253] New: KMS Nouveau - wfb crash
http://bugs.freedesktop.org/show_bug.cgi?id=22253
           Summary: KMS Nouveau - wfb crash
           Product: xorg
           Version: unspecified
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
       
2009 Nov 11
7
[Bug 25036] New: KMS + multihead leaves ghost mouse pointer
http://bugs.freedesktop.org/show_bug.cgi?id=25036
           Summary: KMS + multihead leaves ghost mouse pointer
           Product: xorg
           Version: unspecified
          Platform: x86-64 (AMD64)
               URL: http://bbs.archlinux.org/viewtopic.php?id=83925
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
        
2014 Aug 07
2
NV25 doesn't draw most icons
Hello!
I've installed Fedora 20 Mate i386 on an old system with GeForce4 Ti  
4200 AGP (NV25) and I see significant visual defects. Many icons are  
not shown. They can reappear if they are selected of the mouse goes  
over them. Screenshot:
http://red-bean.com/proski/nv25/screenshot.png
All entries on the left should have icons, but only two have them.
The problem goes away I create a file
2014 Sep 26
14
[RFC] Explicit synchronization for Nouveau
Hi guys,
I'd like to start a new thread about explicit fence synchronization.  This time
with a Nouveau twist. :-)
First, let me define what I understand by implicit/explicit sync:
Implicit synchronization
* Fences are attached to buffers
* Kernel manages fences automatically based on buffer read/write access
Explicit synchronization
* Fences are passed around independently
* Kernel takes
2014 Aug 07
3
NV25 doesn't draw most icons
Quoting Ilia Mirkin <imirkin at alum.mit.edu>:
> On Thu, Aug 7, 2014 at 8:30 AM, Pavel Roskin <proski at gnu.org> wrote:
>> Hello!
>>
>> I've installed Fedora 20 Mate i386 on an old system with GeForce4 Ti 4200
>> AGP (NV25) and I see significant visual defects. Many icons are not shown.
>> They can reappear if they are selected of the mouse goes
2009 Dec 23
2
missing text and icons with NV25
Hello,
I'm using nouveau xf86-video-nouveau 0.0.10_git20091101-1 and  
nouveau-drm 0.0.15_20091120-1 under Arch Linux with xorg-server  
1.7.3.901-1.  My video card is recognized as "nVidia Corporation NV25GL  
[Quadro4 750 XGL]".
X starts (with no apparent errors) but it's essentially unusable, since  
it's missing all the icons on all the panels and toolbars, and no text 
2013 Feb 25
1
Nvidia Quadro 4 on CRT monitor: Frequency out of range...
Hello,
I'm currently failing to install Linux to an older PC. It has a Nvidia Quadro 4 
graphics adapter built in and is connected to a 21" CRT monitor.
Shortly after the kernel started to boot, my screen says "Frequency out of range".
Is there any way to fix this?
Thanks in advance
Yours
Manuel
2010 Jan 29
2
[PATCH 1/2] libdrm/nouveau: new optimized libdrm pushbuffer ABI
This patch changes the pushbuffer ABI to:
1. No longer use/expose nouveau_pushbuffer. Everything is directly
   in nouveau_channel. This saves the extra "pushbuf" pointer dereference.
2. Use cur/end pointers instead of tracking the remaining size.
   Pushing data now only needs to alter cur and not both cur and remaining.
The goal is to make the *_RING macros faster and make the
2012 Jan 18
1
[PATCH] drm/nouveau/i2c: Fix i2c initialization on cards with DCB older than 1.5
Signed-off-by: Viktor Novotny <noviktor at seznam.cz>
---
Hi,
I think I found a bug - my NV11 fails to init i2c ports and is then unable to read EDID.
It's because while i2c_table in nouveau_i2c.c:324 returns null for this card,
i2c is initialized anyway at line 341 and wrong i2c table format is then selected at line 350.
This patch fixes the problem on NV11 and was tested also on NV25.
2010 Feb 23
1
makedepend in Mesa
While keeping up-to-date the nouveau mesa driver (either classic or
gallium), or doing regression testing, the big majority of my rebuilds
resulted in segfaults.
I am not talking about autogen or configure detection. I believe this
also works automatically in other projects and doesn't with mesa, but
forgetting to do this usually causes a build failure. Then
autogen/configure can be run and
2018 May 31
1
NVIDIA binary on CentOS 7.5 and NOUVEAU
I have NOUVEAU driver disabled however its "showing" in my X log file.
[  140.086] (II) NVIDIA dlloader X Driver  390.59  Wed May  9 21:30:06 PDT
2018
[   140.086] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   140.086] (II) NOUVEAU driver
[   140.087] (II) NOUVEAU driver for NVIDIA chipset families :
[   140.087]    RIVA TNT        (NV04)
[   140.087]    RIVA TNT2      
2010 Jan 12
2
reserve_ram_pages_type failed
On Mon, Jan 11, 2010 at 10:13 AM, Xavier <shiningxc at gmail.com> wrote:
> [ ?268.666662] reserve_ram_pages_type failed 0x9cba000-0x9cbb000,
> track 0x8, req 0x10
> [ ?269.001031] reserve_ram_pages_type failed 0x6ff0000-0x6ff1000,
> track 0x8, req 0x10
> [ ?269.474134] reserve_ram_pages_type failed 0x68f2000-0x68f3000,
> track 0x8, req 0x10
> [ ?269.767270]
2007 Oct 24
1
GeForce 4 TI 4200 for free (this is no joke, this is no spam !)
Hi there,
I read on last news about Nouveau on Phoronix that some hardware has been 
given to Nouveau developers.
Therefore, would someone be interested by my old GeForce4-Ti 4200 / 64 Mb ???
I can send it to any developper that would be interested, instead of having 
this card rusting in my basement !
You also can see that proposal on the following topic in the phoronix forums :
2007 Nov 05
1
Please explain the correct LED color for B410P
Hi.
 
I have installed B410P in Europe and the cards works more or less ok. My
question is what color should the LED's on the back of the card be when
connected to the PSTN NT box? Is there anywhere some information on the
expected LED color in any given state (idle, call active, cord unplugged
etc.)?
 
On my card the lights are shining Red(orange-ish) but flashing to green
every now and
2018 Jan 11
0
[PATCH libdrm] nouveau: Support fence FDs
From: Thierry Reding <treding at nvidia.com>
Add a new nouveau_pushbuf_kick_fence() function that takes and emits a
sync fence FD. The fence FD can be waited on, or merged with other fence
FDs, or passed back to the kernel as a prerequisite for a subsequent HW
operation.
Based heavily on work by Lauri Peltonen <lpeltonen at nvidia.com>
Signed-off-by: Thierry Reding <treding at