search for: 94990

Displaying 16 results from an estimated 16 matches for "94990".

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/nouve...
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 al...
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 > nouve...
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...
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: ever...
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...
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 &lt...
2016 Nov 24
0
[Bug 94990] [GM204] GTX 970 + 4GB VRAM fails at secboot (v4.6+)
https://bugs.freedesktop.org/show_bug.cgi?id=94990 --- Comment #96 from Zach Wolfe <zwolfe21 at hotmail.com> --- Could someone point me to how exactly to apply "0001-nvkm_gpuobj-size-is-smaller-then-nvkm_gpuobj-size-ca.patch"? -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -----...
2016 Nov 06
2
[Bug 98611] New: nouveau not working on gtx 970
https://bugs.freedesktop.org/show_bug.cgi?id=98611 Bug ID: 98611 Summary: nouveau not working on gtx 970 Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2016 Jul 24
8
[Bug 97066] New: Blank screen when starting KMS on a GTX970 for kernel 4.6 series
...IDIA Corporation GM204 [GeForce GTX 970] (rev a1) (prog-if 00 [VGA controller]) - both DVI and DisplayPort ports exhibit the issue - Arch Linux If i disable modesetting, i am able to see an image on the screen (low resolution tty) and login to the system (no Xorg though, as expected). I found bug 94990 which seems similar, although the symptoms are a bit different (his monitor goes to sleep, mine remains ON and monochromatic). Also, i have a similar motherboard (Z97-A). So i tried one advice i saw there : booting with nouveau.config=NvForcePost=1 got me no signal instead of a uniform colour. So...
2016 Aug 27
5
[Bug 97511] New: GM204/modesetting DDX: Using PageFlip causes syncing issue/screen corruption
....freedesktop.org Reporter: freedesktop-bugs at theblob.org QA Contact: xorg-team at lists.x.org Created attachment 126073 --> https://bugs.freedesktop.org/attachment.cgi?id=126073&action=edit Screenshot showing the issue on Mumble and Audacious After working around bug #94990 so that I can use kernel modesetting, I find that when I run a Qt application inside my regular desktop environment, Enlightenment E20 (0.20.5) in Xorg server 1.18.4, I get issues with screen updates, resulting in artifacts such as shown in the attached screenshot. It appears to have issues switchi...
2008 Apr 04
3
xfs and centosplus kernel
I read that XFS has problems with 4K Stack size for Linux on 32-bit systems. How did we address this in the centosplus kernel? Since what release of CentOS was this problem resolved? Is there a quick way to know what size the Linux stack is configured to be in a system's that's running? Thanks for your help. -------------- next part -------------- An HTML attachment was scrubbed...
2016 Dec 03
8
[Bug 98980] New: GTX 980 (GM204)
https://bugs.freedesktop.org/show_bug.cgi?id=98980 Bug ID: 98980 Summary: GTX 980 (GM204) Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2016 Jun 08
4
[PATCH 0/4] secboot: be more resilient on errors
This series fixes two cases where behavior on secure boot errors could be improved: 1) Patch 2 propages secure-boot errors from GR init, making sure initialization fails as it should. Failure to do so results in a black screen during boot, as reported in FD bug 94990. 2) Patches 3-4 make the absence of required secure firmware files a non-fatal error. The previous behavior was to give up the whole driver init altogether. Now users can at least enjoy a display even if they are missing the firmware files. On top of that, firmware loading is re-attempted...
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
2016 Sep 07
43
[Bug 97620] New: [REGRESSION] KMS having issues after kernel upgrade (4.5.1-1 to 4.6.4-1)
https://bugs.freedesktop.org/show_bug.cgi?id=97620 Bug ID: 97620 Summary: [REGRESSION] KMS having issues after kernel upgrade (4.5.1-1 to 4.6.4-1) Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium