no work with x86 nightly

  • the x86 nightlies seem not able to initialize video (at least on nvidia)

    i'm now running 10.0.1 and it works (i have the xrandr line in the log and definitively works), but the nightly just crashes and reboots without listing any video mode and without showing anything on screen

    if needed, i have the failed logs, please help

  • Hi succo - the nightlies use GBM (not x11) - you will need to use a (wl or x11) image - which has some nvidia support - this is not compiled as a nightly - so you will need to compile your own.

  • ok, went with generic-legacy and everything is working again...

    btw, any chance to have buildbot build DEVICE=Generic-legacy too? :)

    I see latest nvidia drivers support some drm, but i guess that the sentence 'Buffer allocation and submission to DRM KMS using gbm is not currently supported' means it's a no go for now... btw, latest nvidia drivers aren't included at all in plain generic, i tried to force the inclusion ( adding nvidia to /projects/Generic/options) but the result was that kodi tried to load but crashed with '

    2022-03-07 18:20:09.060 T:11317 INFO <general>: Found resolution 1280x720 with 1280x720 @ 50.000000 Hz

    2022-03-07 18:20:09.060 T:11317 ERROR <general>: failed to initialize EGL display (EGL_NOT_INITIALIZED)

    2022-03-07 18:20:09.639 T:11317 FATAL <general>: CApplication::CreateGUI - unable to init windowing system'

    (totally expected, of course)