Displaying 17 results from an estimated 17 matches similar to: "[Bug 82714] [G84] nouveau fails to properly initialize GPU"
2014 Dec 13
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
Pierre Moreau <pierre.morrow at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Pierre Moreau
2014 Dec 13
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #4 from Pierre Moreau <pierre.morrow at free.fr> ---
(In reply to Bruno from comment #3)
> Are you testing on a system where the GeForce 8600 GTS is a secondary GPU
> and not initialized by VBIOS?
I wasn't, you're right. I'll plug my HD6870 along and see if I can debug this.
Does it only go wrong when
2016 Apr 15
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #21 from Pierre Moreau <pierre.morrow at free.fr> ---
I tested with latest Nouveau and latest drm-next as of yesterday (4.6-rcX),
with the G84 alongside a GM206; the GM206 was the one driving the screen.
Launching weston or kmscon works, but starting X makes the whole computer
freeze (no responce on key presses, power button
2012 Apr 25
1
Question about NV18 and GBM library.
Hi,
I have a geforce 4mx 440 agp 8x, and I'm trying to use the GBM library,
(as jbarnes in: http://virtuousgeek.org/blog/index.php/jbarnes/2011/10/
and David Hermann in KMSCON: https://github.com/dvdhrm/kmscon),
without success.
when I try to create a gbm_device, I get: (below the code.)
nouveau_drm_screen_create: unknown chipset nv18
dri_init_screen_helper: failed to create pipe_screen
2014 Dec 09
0
[Bug 82714] nouveau: fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
Pierre Moreau <pierre.morrow at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Component|DRM/other |Driver/nouveau
Version|XOrg git
2014 Dec 09
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
Pierre Moreau <pierre.morrow at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|nouveau: fails to properly |[G84] nouveau fails to
|initialize GPU |properly initialize GPU
--
You are
2015 Feb 19
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #6 from Pierre Moreau <pierre.morrow at free.fr> ---
Sorry, I didn't had much time to look into it...
I'm currently tracking some similar problems on my G96, which is a secondary
GPU. Hopefully, if I manage to solve it, the patch will help you too.
(In reply to Bruno from comment #5)
> After fresh boot:
> echo 1
2015 Mar 30
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #8 from Bruno <bonbons at sysophe.eu> ---
Created attachment 114731
--> https://bugs.freedesktop.org/attachment.cgi?id=114731&action=edit
dmesg with 3.19 but runpm=0
Same kernel, kernel log starting at loading nouveau with `modprobe nouveau
debug=debug runpm=0` and running Xorg on top of it:
Xorg.0.log tail:
[
2015 Mar 30
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #9 from Bruno <bonbons at sysophe.eu> ---
Created attachment 114735
--> https://bugs.freedesktop.org/attachment.cgi?id=114735&action=edit
4.0-rc6 dmesg of nouveau loading (debug, runpm=0)
4.0-rc6 is even worse as it dies shortly after modprobing nouveau (even before
I have the opportunity to launch Xorg).
Results are
2016 Apr 15
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #22 from Pierre Moreau <pierre.morrow at free.fr> ---
And using the G84 for driving the screen results in the display receiving no
signal from the GPU (over VGA (using a VGA->DVI adapter) or HDMI). In the logs,
the card did found the screen and initialised a fb of the correct resolution;
they are no errors to be found.
2016 Apr 15
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #23 from Pierre Moreau <pierre.morrow at free.fr> ---
s/they are no/there are no --"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Dec 04
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
Martin Peres <martin.peres at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |MOVED
Status|NEW |RESOLVED
--- Comment #25 from Martin Peres
2015 Mar 30
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #10 from Bruno <bonbons at sysophe.eu> ---
(In reply to Bruno from comment #9)
> Created attachment 114735 [details]
> 4.0-rc6 dmesg of nouveau loading (debug, runpm=0)
The first BUG happens in evo_wait() at line 420 of nv50_display.c
Seems like dmac->ptr[put] is bad.
413: evo_wait(void *evoc, int nr)
414: {
415:
2015 Mar 30
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #7 from Bruno <bonbons at sysophe.eu> ---
Created attachment 114730
--> https://bugs.freedesktop.org/attachment.cgi?id=114730&action=edit
dmesg with 3.19
Sorry for rather late reply, so no issue you being slow too.
(In reply to Pierre Moreau from comment #6)
> Sorry, I didn't had much time to look into it...
2016 Apr 15
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #24 from Pierre Moreau <pierre.morrow at free.fr> ---
With the GM206 driving the display, no special Nouveau options, I get this upon
starting X:
[ 545.904188] vgaarb: device changed decodes:
PCI:0000:04:00.0,olddecodes=io+mem,decodes=none:owns=none
[ 548.670462] nouveau 0000:04:00.0: timeout at
2014 Dec 13
0
[Bug 82714] [G84] nouveau fails to properly initialize GPU
https://bugs.freedesktop.org/show_bug.cgi?id=82714
--- Comment #5 from Bruno <bonbons67 at internet.lu> ---
After fresh boot:
echo 1 > /sys/bus/pci/devices/0000\:01\:00.0/reset
Kernel log for modprobe nouveau debug=0xff:
2014-12-13 18:55:58.978720 +0100 [ 108.870465] nouveau 0000:01:00.0: enabling
device (0004 -> 0007)
2014-12-13 18:55:58.981262 +0100 [ 108.873035] nouveau [
2002 Nov 20
0
Creating new qdisc?
Hi all,
I am trying to implement a new qdisc, but I''m having trouble. Here''s what I''ve
done:
I''ve copied the TBF source into a new file, and modified it to represent my new
qdisc. Then added it to the default qdiscs in the Makefile. I modified the
header files include/net/pkt_sched.h and include/linux/pkt_sched.h to reflect
my new qdisc. The kernel