Jens Peters

Results 190 comments of Jens Peters

Yes, this demo indeed works with the nvapi modification @SveSop did ( https://github.com/SveSop/dxvk-nvapi/tree/elevatordemo ). I had to set a Wine Virtual Desktop with one of the resolutions mentioned in README...

See https://github.com/jp7677/hellocoreclr/blob/master/ui/karma.conf.js for a working karma.conf for JSPM/ SystemJS with the karma-jspm plugin, eventually this helps.

Hi @abobwhite As far as I know it works like this: - Karma is doing tests on the JavaScript files and creates a coverage report for JavaScript files. - The...

This post hints that disabling GSP on the 555 driver also solves it https://forums.developer.nvidia.com/t/enabling-gsp-makes-steamvr-unplayable-on-rtx-3090ti/298694

> > This post hints that disabling GSP on the 555 driver also solves it https://forums.developer.nvidia.com/t/enabling-gsp-makes-steamvr-unplayable-on-rtx-3090ti/298694 > > What is GSP? Is it a setting that is turned off in...

Running `docker system prune` is indeed fatal when you use docker for other affairs. I sincerely hope that you didn't lost any serious data. I solved this slightly different in...

> @jp7677 I lost a few local databases that I was testing before production, nothing fatal, but I learned my lesson. I'm glad to hear that! > I am working...

There is also `view_move_to_front` (https://github.com/labwc/labwc/blob/master/src/view.c#L1926), which might be an alternative, like: ```c struct view *view = view_from_wlr_surface(touch_point->surface); if (view) { view_move_to_front(view); } ``` That said, I'm not sure if that...

Accidentally I stumbled upon the `dmabuf-wayland` video output in `mpv`, usable by e.g. `mpv -v --no-config --hwdec=vaapi --vo=dmabuf-wayland ` (or without `hwdec`). This output mode bails out without this PR....

ah yeah sorry. I though to be clever to just set the additions from this PR into comments for testing, but missed the fact that I had to also revert...