Vladimir Panteleev

Results 783 comments of Vladimir Panteleev

Gets further but doesn't start: ``` X.Org X Server 1.19.4 Release Date: 2017-10-04 X Protocol Version 11, Revision 0 Build Operating System: Linux 4.12.12-1-ARCH x86_64 Current Operating System: Linux home.thecybershadow.net...

Same. I don't think the input configuration is the problem, considering the fatal error is `(EE) no screens found(EE) `.

Oh, I hadn't noticed that. But how could an X server start while using the same GPU as another running X server?

I changed the BusID and get the same error.

> @CyberShadow Can you get the logs from /var/log/Xorg.0.conf ? /var/log/Xorg.9.log ``` [ 81424.109] X.Org X Server 1.19.4 Release Date: 2017-10-04 [ 81424.109] X Protocol Version 11, Revision 0 [...

Maybe we can flip the roles here to progress. Can you configure hax11 with `Debug=2` with a program you want to get running and post the log (`/tmp/hax11.log`)?

hax11 is completely agnostic to the X11 server configuration.

Yep, certainly looks like RRGetCrtcInfo is failing. hax11 already has code to [rewrite RRGetCrtcInfo replies](https://github.com/CyberShadow/hax11/blob/d5237b378ab1203a020c1a80155beb24239323e5/lib.c#L1122-L1139), but it currently isn't rewriting errors. If you haven't yet, try fakerandr, since it should...

Why would conditional compilation affect DDoc and JSON output in different ways?

Maybe I don't understand something, but would it not be useful for data structure implementations to enforce the availability of allocator primitives? E.g. some data structures may be grow-only, and...