similar to: [Bug 13689] New: nouveau is much slower than nv with flash player

Displaying 20 results from an estimated 130 matches similar to: "[Bug 13689] New: nouveau is much slower than nv with flash player"

2007 Oct 20
1
[PATCH] G72 doesn't need ExaCopy workaround
--- src/nv_exa.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/nv_exa.c b/src/nv_exa.c index d88d85a..b403072 100644 --- a/src/nv_exa.c +++ b/src/nv_exa.c @@ -283,7 +283,6 @@ static void NVExaCopy(PixmapPtr pDstPixmap, if ( ((abs(srcY - dstY)< 16)||(abs(srcX-dstX)<16)) && ((((pNv->Chipset & 0xfff0) == CHIPSET_G70) || ((pNv->Chipset
2007 May 12
7
[Bug 10927] New: segmentation fault in NVUploadToScreen, called from exaPutImage
http://bugs.freedesktop.org/show_bug.cgi?id=10927 Summary: segmentation fault in NVUploadToScreen, called from exaPutImage Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2007 Sep 01
2
[Bug 12251] New: NVComposite() is broken on NV17 (GeForce 4 MX)
http://bugs.freedesktop.org/show_bug.cgi?id=12251 Summary: NVComposite() is broken on NV17 (GeForce 4 MX) Product: xorg Version: 7.2 Platform: x86 (IA32) URL: http://www.shlomifish.org/Files/files/images/Computer/Sc reenshots/ksokoban-nouveau.png OS/Version: Linux (All) Status: NEW
2015 Aug 12
2
libfuzzer questions
Kostya Serebryany via llvm-dev <llvm-dev at lists.llvm.org> writes: > On Tue, Aug 11, 2015 at 5:51 PM, Brian Cain <brian.cain at gmail.com> wrote: >> On Tue, Aug 11, 2015 at 7:25 PM, Kostya Serebryany <kcc at google.com> wrote: >>> #0 READ cov 0 bits 0 units 1331 exec/s 0 >>> ... >>> #1024 pulse cov 8043 bits 13474 units 1331 exec/s
2015 Aug 12
2
libfuzzer questions
On Tue, Aug 11, 2015 at 7:25 PM, Kostya Serebryany <kcc at google.com> wrote: > ... >> So if I'm seeing tens of thousands of distinct test files, that >> represents tens of thousands of distinct edges? >> > > In the extreme case -- yes. > However usually a single file covers more than one unique edge. > Also, if you are running the fuzzer in parallel
2012 Nov 28
12
[Bug 57660] New: nv?? show error nv??_screen_get_param:??? - unknown PIPE_CAP 76
https://bugs.freedesktop.org/show_bug.cgi?id=57660 Priority: medium Bug ID: 57660 Assignee: nouveau at lists.freedesktop.org Summary: nv?? show error nv??_screen_get_param:??? - unknown PIPE_CAP 76 Severity: normal Classification: Unclassified OS: Linux (All) Reporter: mustrumr97 at gmail.com
2008 Mar 07
0
[ANNOUNCE] xf86-video-nv 2.1.8
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Aaron Plattner (5): G80: Fix connector mapping and TMDS initialization on certain GPUs. GeForce 9600 GT. More new chip names. Add xf86gtf.c to the compat file list. Bump to 2.1.8. S??ren Sandmann Pedersen (1): Bug #14484: Fix G80SorSetProperty return value. git tag: nv-2.1.8
2007 Jul 02
0
[ANNOUNCE] xf86-video-nv 2.1.1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Aaron Plattner (3): Support configs with BAR1 < total RAM < 256 MB. GeForce 8400M G. Bump to 2.1.1. git tag: nv-2.1.1 http://xorg.freedesktop.org/archive/individual/driver/xf86-video-nv-2.1.1.tar.bz2 MD5: 47c31c1d15b441fddcb7d665ca48beef xf86-video-nv-2.1.1.tar.bz2 SHA1: d6e7cea320b6f75cba64fc4f478d372b5199faf1
2006 Oct 25
0
Help message translation quiete strange (nv 50)
Hello, just installed build 50, and typed ''zfs'' in a shell. I got the help message, and was surprised with it : -------------------- bash-3.00# zfs commande manquante syntaxe : zfs command args ... o? ''command'' est l''une des possibilit?s suivantes : create [[-o property=value] ... ] <filesystem> create [-s] [-b blocksize] [[-o
2008 Feb 17
3
[Bug 14532] New: Crash on xvtest with NV Video Blitter of NV44
http://bugs.freedesktop.org/show_bug.cgi?id=14532 Summary: Crash on xvtest with NV Video Blitter of NV44 Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2009 Jun 10
1
[Nouveau-cvs] xf86-video-nv: Branch 'master' - 2 commits
I just realised that this mode of tiling is quite different from the one i observed, this one is linear inside the tile, not recursively tiled. Also, one optimisation that you can do without fixing the xserver (which should be done anyway), is to set pread and pwrite to the linear passthrough functions if none of the currently prepared pixmaps are tiled. Maarten.
2009 Aug 27
0
[PATCH] nv: refuse to load if there's a kernel driver bound to the device already
--- src/nv_driver.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/nv_driver.c b/src/nv_driver.c index a7cf2dc..6f7fc0e 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -780,6 +780,12 @@ NVPciProbe(DriverPtr drv, int entity, struct pci_device *dev, intptr_t data) NVGetPCIXpressChip(dev) : dev->vendor_id << 16 |
2009 Oct 31
0
[PATCH] nv/exa: fix 15/16 bits solid fill
From: Marcin Slusarz <marcin.slusarz at gmail.com> after this change nouveau passes all fill and blend tests of rendercheck (before: fill - 108/120, blend - 3323868/3569150) tested on NV34 Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- src/nv04_exa.c | 19 +++++++++---------- src/nv_accel_common.c | 5 ++++- 2 files changed, 13 insertions(+), 11
2006 Mar 16
0
NV-GLX error starting Q3Arena Demo under wine 0.9.10
I've built wine 0.9.10 on FC3 and I'm getting the following error when starting Q3A and Halflife 2 Demos ... these both work fine under 0.9.6. ALSA lib seq_hw.c:446:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory X Error of failed request: BadLength (poly request too large or internal Xlib length error) Major opcode of failed request: 146 (NV-GLX) Minor opcode
2007 Mar 19
1
"BadWindow" error w/ NV-GLX
Running wine 0.9.28, Ubuntu Edgy. nvidia 6800GT, dual-LCD w/ xinerama, nv-glx driver. Running winecfg always returns: wine: creating configuration directory '/home/myusername/.wine'... X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 144 (NV-GLX) Minor opcode of failed request: 4 () Resource id in failed request: 0x24a Serial
2005 May 16
0
Re: Dual Monitors -- "nv" v. "nvidia"
From: Richard Humphrey <rlhumphrey at gmail.com> > Thanks that did the trick Although nVidia does put people on the Freedomware "nv" driver, and it can handle multiple framebuffers for Xinerama, VIVO (video in, video out), etc..., the Standardware "nvidia" driver is far easier to deal with for single framebuffer (no Xinerama) multiple displays, VIVO, etc..., in
2016 Nov 02
0
[PATCH v3 01/15] core: constify nv*_printk macros
Constify the local variables declared in these macros so we can pass const pointers to them. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drm/nouveau/include/nvkm/core/client.h | 4 ++-- drm/nouveau/include/nvkm/core/device.h | 2 +- drm/nouveau/include/nvkm/core/subdev.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git
2016 Dec 13
0
[PATCH v2 1/15] core: constify nv*_printk macros
Constify the local variables declared in these macros so we can pass const pointers to them. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drm/nouveau/include/nvkm/core/client.h | 4 ++-- drm/nouveau/include/nvkm/core/device.h | 2 +- drm/nouveau/include/nvkm/core/subdev.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git
2017 Jan 17
0
[ANNOUNCE] xf86-video-nv 2.1.21
Adam Jackson (2): Remove mibstore.h Adapt Block/WakeupHandler signature for ABI 23 Egbert Eich (1): init: Initialize VGA IOBase before using it Jeremy White (1): Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c. Matt Turner (1): xf86-video-nv 2.1.21 Matthieu Herrb (1): Fix shadow framebuffer implementation. git tag:
2006 Jan 14
2
"nv" driver lock up where new version
I have had my "nv" driver lock up a number of times. I downloaded the "nvidia" drivers and they did not work at 1920x1080 resolution. I am looking for an updated driver for just "nv". I found some once for a different driver that you just update commonXXX and yourdriverXXX not the whole X recompile. Where can I find those drivers? THanks, Jerry --------------