similar to: [Bug 21869] New: Chroma mismatch using XV

Displaying 20 results from an estimated 3000 matches similar to: "[Bug 21869] New: Chroma mismatch using XV"

2009 Dec 13
1
GPU Temperature?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there, I just wondered if there is an open-source way of getting information about the temperatures provided by the internal sensors. I've read that nvclock is providing such information but only if the binary driver is installed and used. When I run 'sensors-detect' is see three adapters provided through nouveau: ... Next adapter:
2010 May 18
14
[Bug 28152] New: corruption in FVWM window decorations
https://bugs.freedesktop.org/show_bug.cgi?id=28152 Summary: corruption in FVWM window decorations Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2008 Aug 02
7
[Bug 16961] New: 3298249d8267c27235653f17379f8c breaks Xv overlay ( display corruption)
http://bugs.freedesktop.org/show_bug.cgi?id=16961 Summary: 3298249d8267c27235653f17379f8c breaks Xv overlay (display corruption) Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2008 May 01
15
[Bug 15792] New: nv04 (TNT2) video blitter problem.
http://bugs.freedesktop.org/show_bug.cgi?id=15792 Summary: nv04 (TNT2) video blitter problem. Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2008 Mar 16
3
[Bug 15065] New: xv overlay when rotated is fail
http://bugs.freedesktop.org/show_bug.cgi?id=15065 Summary: xv overlay when rotated is fail 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:
2008 Jun 04
13
[Bug 16231] New: Xv tearing after upgrade to Fedora 9
http://bugs.freedesktop.org/show_bug.cgi?id=16231 Summary: Xv tearing after upgrade to Fedora 9 Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2008 Jun 16
3
[Bug 16375] New: Xv frame rate > refresh rate causes 100% CPU usage
http://bugs.freedesktop.org/show_bug.cgi?id=16375 Summary: Xv frame rate > refresh rate causes 100% CPU usage Product: xorg Version: git Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2007 Sep 18
4
[Bug 12473] New: [randr12] Xv scales to match virtual resulotion, not actual resolution.
http://bugs.freedesktop.org/show_bug.cgi?id=12473 Summary: [randr12] Xv scales to match virtual resulotion, not actual resolution. Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2014 Aug 06
16
[Bug 82255] New: [VP2] Chroma planes are vertically stretched during VDPAU playback
https://bugs.freedesktop.org/show_bug.cgi?id=82255 Priority: medium Bug ID: 82255 Assignee: nouveau at lists.freedesktop.org Summary: [VP2] Chroma planes are vertically stretched during VDPAU playback Severity: normal Classification: Unclassified OS: All Reporter: emil.l.velikov at gmail.com
2008 Jun 21
5
[Bug 16450] New: Powerbook G4 12" (NV34M [GeForce FX Go5200]) freezes on X restart - Fedora 9
http://bugs.freedesktop.org/show_bug.cgi?id=16450 Summary: Powerbook G4 12" (NV34M [GeForce FX Go5200]) freezes on X restart - Fedora 9 Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2007 Sep 03
4
Fixes and workarounds for regressions and issues in the randr-1.2 branch
Hi, Please find attached the patches which I currently use on my desktop machine for dual head with the randr branch to fix the issues which I found. They may help others as well but may e.g. also disable the Xv blitter which might be working for some (but didn't on my card) - more information is found in the text comments in the patches. I have to hurry so this is short, will be back.
2008 Jul 17
7
[Bug 16765] New: white rectangles instead of fonts and bitmaps lost when switching to virtual console and back
http://bugs.freedesktop.org/show_bug.cgi?id=16765 Summary: white rectangles instead of fonts and bitmaps lost when switching to virtual console and back Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component:
2007 May 20
1
centos 5 with mplayer and xv driver
Hi all I am trying to get mplayer working on centos 5. On centos 4.X I just did a ./configure and make and make install for mplayer.... Can use prepaged mplayer for other reasons. anyway, when I play a video I cannot get it to use the xv driver (acceleated video). What package might I be missing or not installed to get the xv driver ??? I am using the binary nvidia drivers (latest version).
2008 Mar 26
4
[Bug 15213] New: [Xv, randr12] nouveau fails to show video on right screen
http://bugs.freedesktop.org/show_bug.cgi?id=15213 Summary: [Xv, randr12] nouveau fails to show video on right screen Product: xorg Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2019 Jan 21
2
[PATCH xf86-video-nouveau 1/2] xv: Avoid shadowed declaration of 'int i' in NVPutImage
int i is accessed outside immediate scope so leave declaration at the highest common scope level: 1073: int ret, i; ... // Highest common scope ... 1193: if (newTTSize <= destination_buffer->size) { ... // Used in this scope ... 1248: } else { ... // Used in this scope ... 1316: }
2009 Mar 11
8
[Bug 20612] New: nouveau xv crash with BadMatch ( invalid parameter attributes)
http://bugs.freedesktop.org/show_bug.cgi?id=20612 Summary: nouveau xv crash with BadMatch (invalid parameter attributes) Product: xorg Version: 7.4 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo:
2013 Jul 29
3
[PATCH 1/2] xv: fix last pixel for big-endian machines in YV12 -> NV12 conversion
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/nouveau_xv.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/nouveau_xv.c b/src/nouveau_xv.c index 8eafcf0..567e30c 100644 --- a/src/nouveau_xv.c +++ b/src/nouveau_xv.c @@ -552,8 +552,11 @@ NVCopyNV12ColorPlanes(unsigned char *src1, unsigned char *src2, if (e) { unsigned short *vud = (unsigned
2010 Feb 14
4
[Bug 26568] New: Xv Corruption and X Lockup w/ Nouveau on C51 (Geforce 6150 Go)
http://bugs.freedesktop.org/show_bug.cgi?id=26568 Summary: Xv Corruption and X Lockup w/ Nouveau on C51 (Geforce 6150 Go) Product: xorg Version: 7.5 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2012 Jun 29
35
[Bug 51579] New: Xv video support is black on NVidia NVa8 Chipset in latest git
https://bugs.freedesktop.org/show_bug.cgi?id=51579 Bug #: 51579 Summary: Xv video support is black on NVidia NVa8 Chipset in latest git Classification: Unclassified Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: All Status: NEW Severity: critical Priority:
2008 Sep 06
9
[Bug 17462] New: XVideo Overlay adaptor is jerky on HD videos (NV18 card)
http://bugs.freedesktop.org/show_bug.cgi?id=17462 Summary: XVideo Overlay adaptor is jerky on HD videos (NV18 card) Product: xorg Version: 7.3 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at