Carsten Schwede
Carsten Schwede
> Also, setting number of delayed frames to 3-5 seems quicker than having it on 0 (on the receiver end). This sounds weird. Are there any news on this issue?
I think https://github.com/elishacloud/dxwrapper/issues/53 discusses similar issues in relation to input lag and DWM, in particular the comments by @UCyborg.
Don't know if this is relevant, but on Windows you can choose different rendering backend for Chrome (e.g. OpenGL/Direct3D9/11,...) Is DxWrapper something that can help me avoid DWM while using...
@elishacloud Thanks for your response. Chrome under Windows suffers from excessive input lag (https://bugs.chromium.org/p/chromium/issues/detail?id=460919). Disabling VSYNC on the GPU and in Chrome (`--disable-gpu-vsync`) in comparsion with higher app framerate helps,...
@elishacloud Thanks a lot! I extracted the files in the directory with the `chrome.exe` binary and created two shortcuts: Fullscreen: `chrome.exe --use-angle=d3d9 --disable-gpu-watchdog --disable-gpu-program-cache --start-fullscreen --disable-frame-rate-limit --disable-gpu-vsync "http://vsynctester.com"` Opens in...
Ah, ok the 32bit version of Chrome indeed uses the correct d3d9.dll ("Stub for DxWrapper"). I however still don't see an effect in windowed or fullscreen mode and also no...
I managed to get a log file by adding `--disable-gpu-sandbox` to Chrome's arguments, still no executive fullscreen: ``` 15032 13:31:59.567 Starting DxWrapper v1.0.6544.21 15032 13:31:59.567 Running from: C:\Users\MyUser\Downloads\Chrome\App\Chrome-bin\dxwrapper.dll 15032 13:31:59.567...
Polite ping @elishacloud, is the log helpful?
@elishacloud Would be great if you could take a look at this if you find the time. Thanks!
Likely same issue as described in https://github.com/pagedjs/pagedjs/issues/84#issuecomment-1175359381.