Luke Iannini
Luke Iannini
CD-ROM loads perfectly. I'm overjoyed, thanks everyone for all your help and comments!
In case it's at all useful, I am able to hot-reload the renderer so long as my view only loads minimal HTML (e.g. `Hello World`). I implemented my own filesystem/fontloader/logger...
Backtrace of all threads, which might be more useful! ``` thread #1, name = 'lua' frame #0: 0x00007f9496a9f3f8 libWebCore.so`JSC::Scope::collectFreeVariables(JSC::Scope*, bool) + 728 frame #1: 0x00007f9496aab43d libWebCore.so`JSC::Parser::popScopeInternal(JSC::ScopeRef&, bool) + 61 frame...
(I'm on Arch Linux with an up-to-date `pacman -Syu` and the latest release of Ultralight)
I get the same DRM_CLIENT_CAP_ATOMIC failure on Ubuntu 17.04 with nvidia-375 & nvidia-381, and "ERROR: unable to query DRM-KMS resources" next if I skip over it (out of curiosity). Any...
I installed Arch and was able to get further than on Ubuntu (note, the DRM_CLIENT_CAP_ATOMIC failure appeared identically to Ubuntu when I forgot to `modprobe nvidia-drm modeset=1` initially). Now I...
Just tried out aplattner's [weston-eglstreams](https://aur.archlinux.org/packages/weston-eglstream) build and it runs beautifully. I'll see if I can glean something from that.
This seems to be an issue with either Kernel 4.11 or Nvidia driver 381.22 — downgrading to Kernel 4.9.6 + Nvidia 375.26 resolved the issue.
This still occurs with Nvidia 384.69 on Kernel 4.12.10. A possible clue: if I put in a usleep(16000) or so (roughly VSync interval or higher) after the eglSwapBuffers call, I...
(I'm now a bit stuck since we need to upgrade our Nvidia driver to fix kernel panics with multiple displays on some of the Zotac EN1060 boxes we use, but...