Displaying 2 results from an estimated 2 matches for "3.804822".
Did you mean:
3.0422
2016 Jul 06
2
Nouveau fails to initialize G94GL / Quadro-FX1800 on aarch64 board
Hi,
I am trying to use a G94GL based card (Quadro FX1800) on an
arm64/aarch64 based board.
As the board is running linux-4.1.8, I had to apply the following
patches to get the kernel module / drm working:
https://lkml.org/lkml/2015/5/15/83
https://lists.freedesktop.org/archives/dri-devel/2015-July/085449.html
So far everything seems to work, the card modesets correctly, and the
kernel log also
2016 Jul 06
0
Nouveau fails to initialize G94GL / Quadro-FX1800 on aarch64 board
Very odd. Perhaps you're trying to run X as non-root and don't have
proper permissions on /dev/dri/card0? It seems like something in
https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/tree/src/nv_driver.c#n400
is failing. Not sure what it would be though. HasKMS is returning
successfully (since no error is printing and you see the interface
version). Will require you to do some