similar to: [Bug 23813] New: [KMS] Dual-Head not working on NV50

Displaying 20 results from an estimated 4000 matches similar to: "[Bug 23813] New: [KMS] Dual-Head not working on NV50"

2009 Jul 01
1
[Bug 22572] New: X doesn't start: "Prepare for strangeness..."
http://bugs.freedesktop.org/show_bug.cgi?id=22572 Summary: X doesn't start: "Prepare for strangeness..." Product: xorg Version: unspecified Platform: Other URL: https://bugzilla.redhat.com/show_bug.cgi?id=504464 OS/Version: All Status: NEW Severity: major Priority: medium
2011 Dec 09
9
[Bug 43668] New: Secondary monitor always in standby on dual head NV94
https://bugs.freedesktop.org/show_bug.cgi?id=43668 Bug #: 43668 Summary: Secondary monitor always in standby on dual head NV94 Classification: Unclassified Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium
2009 Jun 13
2
[Bug 22265] New: GeForce3 Ti 500 - Unknown DCB 1.5 entry
http://bugs.freedesktop.org/show_bug.cgi?id=22265 Summary: GeForce3 Ti 500 - Unknown DCB 1.5 entry Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2010 May 23
1
[PATCH] nv: improve KMS detection
1) DRICreatePCIBusID belongs to xserver dri module, so when it's unavailable we can't format string for drmCheckModesettingSupported. (This situation happened to me with KMS enabled and dri module moved somewhere else by Gentoo's "eselect opengl set nvidia" switcher) Open code DRICreatePCIBusID to drop dri dependency. 2) Once we dropped dependency on dri module
2012 Sep 24
8
[Bug 55294] New: Running EGL demos on DRM from mesa-demos causes a corrupted output on NV50
https://bugs.freedesktop.org/show_bug.cgi?id=55294 Priority: medium Bug ID: 55294 Assignee: nouveau at lists.freedesktop.org Summary: Running EGL demos on DRM from mesa-demos causes a corrupted output on NV50 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS:
2009 Nov 03
2
[Bug 24866] New: AddScreen/ScreenInit failed for driver 0 / NV50
http://bugs.freedesktop.org/show_bug.cgi?id=24866 Summary: AddScreen/ScreenInit failed for driver 0 / NV50 Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2012 Nov 06
1
[PATCH] drm/nv50: decode PGRAPH status registers on TLB flush fail
Now it outputs: nouveau E[ PGRAPH][0000:02:00.0] PGRAPH TLB flush idle timeout fail nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_STATUS: BUSY DISPATCH VFETCH CCACHE_UNK4 STRMOUT_GSCHED_UNK5 UNK14XX UNK1CXX CLIPID ZCULL ENG2D UNK34XX TPRAST TPROP ROP (0x011fde03) nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_VSTATUS: CCACHE (0x00145b4d) (0x0000002d) ENG2D ROP (0x0034db40) instead of: [drm] nouveau
2010 Sep 15
8
[Bug 30213] New: ION2 (NV50) locks up with infinite loop
https://bugs.freedesktop.org/show_bug.cgi?id=30213 Summary: ION2 (NV50) locks up with infinite loop Product: xorg Version: 7.5 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2012 Apr 22
1
[PATCH 4/5] drm/nv50: let applications hanging on vm flush to be killed
Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- drivers/gpu/drm/nouveau/nv50_graph.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_graph.c b/drivers/gpu/drm/nouveau/nv50_graph.c index 6899547..a61853f 100644 --- a/drivers/gpu/drm/nouveau/nv50_graph.c +++ b/drivers/gpu/drm/nouveau/nv50_graph.c @@ -435,6 +435,11 @@
2012 Oct 07
1
[PATCH] drm/nv50: wire up pll_calc hook
Fixes crash during reclocking. Call Trace: pll_calc == NULL calc_pll calc_mclk nv50_pm_clocks_pre nouveau_pm_perflvl_set nouveau_pm_trigger nouveau_pm_profile_set nouveau_pm_set_perflvl dev_attr_store sysfs_write_file vfs_write sys_write system_call_fastpath Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- It's weird nobody noticed this... nva3+ code does
2011 Jan 22
5
[Bug 33373] New: nouveau dual monitor configuration doesn't work with linux 2.6.38-rc2
https://bugs.freedesktop.org/show_bug.cgi?id=33373 Summary: nouveau dual monitor configuration doesn't work with linux 2.6.38-rc2 Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
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
2012 Sep 06
37
[Bug 54587] New: Flickering screen on Geforece 4
https://bugs.freedesktop.org/show_bug.cgi?id=54587 Bug #: 54587 Summary: Flickering screen on Geforece 4 Classification: Unclassified Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau
2012 Aug 19
1
[PATCH 09/10] drm/nv50/evo: store iomem pointer in properly typed field
Abuse of function pointer was noticed by sparse. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- drivers/gpu/drm/nouveau/nv50_evo.c | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nv50_evo.c b/drivers/gpu/drm/nouveau/nv50_evo.c index 0f53416..0483cbd 100644 --- a/drivers/gpu/drm/nouveau/nv50_evo.c +++
2012 Aug 19
1
[PATCH 01/10] drm/nv50: decode PGRAPH status registers on TLB flush fail
Now it outputs: nouveau E[ PGRAPH][0000:02:00.0] PGRAPH TLB flush idle timeout fail nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_STATUS: BUSY DISPATCH VFETCH CCACHE_UNK4 STRMOUT_GSCHED_UNK5 UNK14XX UNK1CXX CLIPID ZCULL ENG2D UNK34XX TPRAST TPROP ROP (0x011fde03) nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_VSTATUS_0: CCACHE (0x00145b4d) nouveau E[ PGRAPH][0000:02:00.0] PGRAPH_VSTATUS_1: (0x0000002d)
2010 Oct 07
1
Linux 64-bit R installation problem - "Failed dependencies"
I am trying to install 64 bit R on Linux. But I got the following error - rpm -i R-core-2.10.0-2.fc11.x86_64.rpm warning: R-core-2.10.0-2.fc11.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 97d3544e error: Failed dependencies: /bin/bash is needed by R-core-2.10.0-2.fc11.x86_64 /bin/sh is needed by R-core-2.10.0-2.fc11.x86_64 /sbin/ldconfig is needed by
2009 Oct 05
1
[Bug 24328] New: swfdec crashing in both firefox and epiphany
http://bugs.freedesktop.org/show_bug.cgi?id=24328 Summary: swfdec crashing in both firefox and epiphany Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: plugin AssignedTo: swfdec at lists.freedesktop.org
2013 Apr 04
28
[Bug 63135] New: [bisected] G69/nv50 DisplayPort dual-head fails to switch to KMS
https://bugs.freedesktop.org/show_bug.cgi?id=63135 Priority: medium Bug ID: 63135 Assignee: nouveau at lists.freedesktop.org Summary: [bisected] G69/nv50 DisplayPort dual-head fails to switch to KMS QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All)
2009 Aug 07
4
[Bug 23200] New: nv50/NVS135M: no working suspend yet
http://bugs.freedesktop.org/show_bug.cgi?id=23200 Summary: nv50/NVS135M: no working suspend yet Product: xorg Version: 7.3 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2017 Apr 11
2
[PATCH v3 10/10] drm/nouveau: Enable stereoscopic 3D output over HDMI
Enable stereoscopic output for HDMI and DisplayPort connectors on NV50+ (G80+) hardware. We do not enable stereoscopy on older hardware in case there is some older board that still has HDMI output but for which we have no logic for setting the Vendor InfoFrame. With this, I get an obvious 3D output when using the "testdisplay" program from intel-gpu-tools with the "-3"