similar to: [Bug 97066] New: Blank screen when starting KMS on a GTX970 for kernel 4.6 series

Displaying 20 results from an estimated 3000 matches similar to: "[Bug 97066] New: Blank screen when starting KMS on a GTX970 for kernel 4.6 series"

2016 Apr 18
141
[Bug 94990] New: Latest 4.6rc4 kernel, no booting on gtx970
https://bugs.freedesktop.org/show_bug.cgi?id=94990 Bug ID: 94990 Summary: Latest 4.6rc4 kernel, no booting on gtx970 Product: xorg Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2016 Aug 24
0
[Bug 94990] [GM204] GTX 970 + 4GB VRAM fails at secboot (v4.6+)
https://bugs.freedesktop.org/show_bug.cgi?id=94990 Ilia Mirkin <imirkin at alum.mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pil.smmilut at yandex.com --- Comment #68 from Ilia Mirkin <imirkin at alum.mit.edu> --- *** Bug 97066 has
2016 Apr 23
0
[[Bug 94990] Latest 4.6rc4 kernel, no booting on gtx970
On 23/04/16 13:00, nouveau-request at lists.freedesktop.org wrote: > [Bug 94990] Latest 4.6rc4 kernel, no booting on gtx970 I had something similar with a VGA compatible controller: NVIDIA Corporation G84 [GeForce 8600 GT] (rev a1) YaST2/mkinitrd.log:W: Possible missing firmware "nvidia/gm204/acr/bl.bin" for kernel module "nouveau.ko" Same message for all .bin files on
2010 Feb 26
1
module parameter description fix
I found a bug in the nouveau kernel module. It looks like a cut and paste error on the definitions of some module parameters in nouveau_drv.c. The bug exhibits when displaying module parameter information with the modinfo utility. Here's a patch: diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.c b/drivers/gpu/drm/nouveau/nouveau_drv.c index da3b93b..874adf5 100644 ---
2016 Apr 10
1
[PATCH] module parameters: permissions as defines, readable to everyone
For the purposes of the module parameters, specifies the permissions of the corresponding files in sysfs in predefined S_I* form rather than in octal notation. Withal it makes the source code more consistent. Moreover, because all parameters are readable to everyone, it is more user-friendly. $ grep S_IRUGO include/linux/stat.h #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH) $ grep
2011 Jul 06
10
[Bug 38992] New: GeForce 9500 GT: starts only with nouveau.noaccel=1
https://bugs.freedesktop.org/show_bug.cgi?id=38992 Summary: GeForce 9500 GT: starts only with nouveau.noaccel=1 Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau AssignedTo: nouveau at
2014 Sep 25
2
[PATCH 1/2] drm/nouveau/disp/nv50: Add PFB writes
This fix a GPU lockup on 9400M (NVAC) when using acceleration, see #27501. Signed-off-by: Pierre Moreau <pierre.morrow at free.fr> --- drivers/gpu/drm/nouveau/core/engine/disp/nv50.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c b/drivers/gpu/drm/nouveau/core/engine/disp/nv50.c index a7efbff..e425604 100644 ---
2015 Feb 01
18
[Bug 88893] New: [NV46] GPU lockup with Quadro NVS 110M
https://bugs.freedesktop.org/show_bug.cgi?id=88893 Bug ID: 88893 Summary: [NV46] GPU lockup with Quadro NVS 110M Product: xorg Version: 7.7 (2012.06) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee:
2015 Mar 18
35
[Bug 89664] New: Nouveau fails to enter KMS with the Gigabyte G1 Gaming GTX970
https://bugs.freedesktop.org/show_bug.cgi?id=89664 Bug ID: 89664 Summary: Nouveau fails to enter KMS with the Gigabyte G1 Gaming GTX970 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2010 Jan 26
1
[PATCH] drm/nouveau: Add module options to disable acceleration.
noaccel=1 disables all acceleration and doesn't even attempt initialising PGRAPH+PFIFO, nofbaccel=1 only makes fbcon unaccelerated. Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net> --- drivers/gpu/drm/nouveau/nouveau_drv.c | 8 +++++++ drivers/gpu/drm/nouveau/nouveau_drv.h | 2 + drivers/gpu/drm/nouveau/nouveau_fbcon.c | 10 ++++++--
2016 Aug 09
0
[Bug 94990] Latest 4.6rc4 kernel, no booting on gtx970
https://bugs.freedesktop.org/show_bug.cgi?id=94990 --- Comment #53 from Pierre Moreau <pierre.morrow at free.fr> --- (In reply to Ilia Guterman from comment #52) > i tested with 'nouveau.modeset=0' on kernel 4.5 and 4.6 on debian/sid and got > the same results of screen flickering and seems like nothing inside of the > nouveau driver getting called. Right,
2016 Aug 22
0
[Bug 94990] Latest 4.6rc4 kernel, no booting on gtx970
https://bugs.freedesktop.org/show_bug.cgi?id=94990 --- Comment #61 from Yann Golanski <freedesktop at kierun.org> --- (In reply to Ivan from comment #56) > So, I just install fresh Fedora 24 with kernel-4.5.5, then remove nouveau > from system completely: > > […] > > After this steps reboot, upgrade system to kernel-4.6.5, and install nVidia > proprietary driver.
2016 Aug 24
0
[Bug 94990] Latest 4.6rc4 kernel, no booting on gtx970
https://bugs.freedesktop.org/show_bug.cgi?id=94990 --- Comment #63 from Yann Golanski <freedesktop at kierun.org> --- (In reply to Efrem McCrimon from comment #62) > What version of the non-free Nvidia driver are you using? 370.23 or 367.35? I do not use the non-free Nvidia driver because it causes many more problems than it solves: every kernel upgrade might break things until a new
2016 Aug 24
0
[Bug 94990] Latest 4.6rc4 kernel, no booting on gtx970
https://bugs.freedesktop.org/show_bug.cgi?id=94990 --- Comment #65 from Florian Mickler <florian at mickler.org> --- It is considered to be very rude to hijack a bug report for other discussions. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Jul 10
14
[Bug 81136] New: [NV92] Regression in Linux 3.15: GPU lockup after suspend
https://bugs.freedesktop.org/show_bug.cgi?id=81136 Priority: medium Bug ID: 81136 Assignee: nouveau at lists.freedesktop.org Summary: [NV92] Regression in Linux 3.15: GPU lockup after suspend QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All)
2018 Apr 25
3
[Bug 106227] New: GP107 hangs on boot
https://bugs.freedesktop.org/show_bug.cgi?id=106227 Bug ID: 106227 Summary: GP107 hangs on boot Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau Assignee: nouveau at
2015 Jun 08
2
Problem with GT218 (GeForce GT210)
Hello, I'm facing issues with a Point of View GT210/218 and nouveau drivers. I'm using ubuntu server with LXDE on top of it... *lshw -c video* output: *-display description: VGA compatible controller product: GT218 [GeForce 210] vendor: NVIDIA Corporation physical id: 0 bus info: pci at 0000:01:00.0 version: a2 width: 64 bits clock:
2018 Sep 17
4
[Bug 107964] New: [GTX970] system hang when using libreoffice
https://bugs.freedesktop.org/show_bug.cgi?id=107964 Bug ID: 107964 Summary: [GTX970] system hang when using libreoffice Product: xorg Version: unspecified Hardware: Other OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee: nouveau
2006 Nov 20
2
Installing PIL-1.1.5
Hello, I?m trying to install PIL (Python Image Library) in a CentOS-4.4, but I?m getting the follow error after unpack the tarball: ------------------------------- # python setup.py install running install running build running build_py creating build creating build/lib.linux-i686-2.3 copying PIL/ExifTags.py -> build/lib.linux-i686-2.3 copying PIL/ImageTransform.py ->
2015 May 10
8
[Bug 90390] New: [NV98] Modesetting causes blank screen because of INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data 0x00000000
https://bugs.freedesktop.org/show_bug.cgi?id=90390 Bug ID: 90390 Summary: [NV98] Modesetting causes blank screen because of INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data 0x00000000 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW