akallabeth

Results 883 comments of akallabeth

@FirstLobster ok. Yes, it would be possible to do that, but will require additional code changes (you need to keep a mapping of local to remote monitors and adjust mouse,...

@FirstLobster ok, I see the problem. The current crude algorithm orders the monitors wrong. With windows, `primary` needs to start at `0,0` and all others must be right/below that one....

@monkeytreehosting not much we can help here, only thing you might want to try is `/gfx:avc444` if you have h264 support compiled in.

@monkeytreehosting I´d doubt that that flag can have that influence. (fyi: `/network:auto` is the default for some time now, as long as no `/rfx`, `/bpp`, `/gfx` or `/network` option is...

@mike-jumper I thought it would be best to have one issue per commit? Can split it if you prefer that.

Is anyone actively working on this? I'd really be interested in this feature and can help out with testing and some coding. Lacking the deep internal knowledge of the various...

@Timmmm doing something similar for an application I´m working on, but no idea if that can be easily used for libusb internally? edit: you mean this: https://docs.microsoft.com/en-us/windows/win32/devio/registering-for-device-notification just with `CreateWindowEx(0,...

@a-v-s don't know too much about windows USB api, but is it not possible to extract `bus` and `address` from the `dbcc_name` (or some function that takes the path and...

@frankosterfeld these commits have never been merged.

@frankosterfeld Depends on how to detect libsecret is not used during runtime. (must be installed and available, otherwise it would not be tried). Easiest option would be to add a...