Displaying 4 results from an estimated 4 matches for "n400".
Did you mean:
0400
2016 Jul 06
2
Nouveau fails to initialize G94GL / Quadro-FX1800 on aarch64 board
Hi Ilia,
> 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
Thanks for the pointer, I'll try to dig a bit deeper there.
I forgot to mention that I am trying to run X inside an debian
unstable chroot (the main system is an embedded distribution where
installing X + mesa would be a major hassle).
FBdev works fine within this setup.
Thanks and best rega...
2016 Jul 07
0
Nouveau fails to initialize G94GL / Quadro-FX1800 on aarch64 board
Hi,
>> 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
The call to HasKMS came from NVPlatformProbe - NVPlatformProbe
succeeds and returns true.
However, it seems Xorg aborts before NVPciProbe is ever called.
I'll have a look at Xorg's source to get a better understanding what
is happening arround nouveau.
Br, Clemens
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 debugging, I'm afraid.
-ilia
On Wed, Jul 6, 2016 at 1:37 PM, Clemens Eisserer <linuxhippy at gmail.com> wrote:
&...