coredump4

Results 12 comments of coredump4

I would love it if it worked on Macs. Under macOS Monterey, with dfu-util v0.11 and libusb v1.0.24 built from Mac Ports, I got this when trying to erase an...

I've had to move on to other tasks, but would still like to get away from Xvnc someday. I've searched through the x11vnc code a bit and can't find any...

Thank you! I'm eager to test this out.

I built x11vnc from your branch along with LibVNC/libvncserver, which already has your patch merged. And it *almost* works but not quite. When my noVNC client attaches I see: `01/08/2019...

Based on config.log, it seemed to find RANDR and "_rfbScreenInfo.setDesktopSizeHook": `ac_cv_lib_Xrandr_XRRSelectInput=yes` `ac_cv_member_struct__rfbScreenInfo_setDesktopSizeHook=yes` However there is no mention of RANDR in the x11vnc log file at runtime... I did find that...

With -setdesktopsize, I'm closer still, but I get: `resize failed: invalid screen layout` Is it able to resize to arbitrary sizes? FWIW I'm using the X "dummy" driver.

Dummy is supposed to support RANDR and should be a reasonable choice for a headless system. However I had Xinerama enabled in my xorg.conf, which conflicts with RANDR, so I...

With -dbg, I see the "Welcome to the x11vnc crash shell" message following "caught X11 error," but nothing else that points to a problem.

I've now been successful testing on a host with a GPU and the proprietary Nvidia driver. I will need a solution for headless non-GPU systems too, but this is exciting!...

Looks like I'd assumed too much about RANDR support in the X dummy driver. Per [this message](https://lists.x.org/archives/xorg-devel/2014-January/040038.html), it looks like dummy lacks XRRSetScreenSize. That post is a few years old,...