Results 126 comments of vans163

Same problem. I think bumping ubuntu to 20.04 or 22.04 should fix also.

@CyberShadow The plug would work great, if only I had that many output ports on the video card :). Quite easy. ``` Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0...

@CyberShadow You need /usr/bin/X :0 vt17 -nolisten tcp -novtswitch -sharevts & vt17 can be any spare tty. from 1-63~. This will allow you to start the second.

@CyberShadow Yea change the :0 to a free display. Add --config my_custom.conf Run as sudo/root, Xorg requires root. sudo /usr/bin/X :9 vt17 -nolisten tcp -novtswitch -sharevts --config custom.conf &

I made an error in the ServerLayout ``` Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection ``` Change it to thise. Note...

Yes the BUSID? Is it matching what lspci shows? Remember lspci is in hex and xorg wants decimal. The BUSID should be == to the pci id of the card...

@CyberShadow If you dont use the same output port on both, it should work.

@CyberShadow Can you get the logs from /var/log/Xorg.0.conf ? For sanity would it be possible to use a secondary GPU for this config? Maybe its indeed conflicting as your first...

@CyberShadow Will do, tomorrow. Late now. Will hax11 work if I have 0 monitors/outputs plugged in tho? because I had this problem with fakerandr, it does not work if you...

Actually did it now, quite fast. ``` DISPLAY=:0 ./runner *************************************** * YoYo Games Linux Runner V1.3 * *************************************** CommandLine: -game game.unx ExeName= /home/user/games/DemetriosDemo/runner MemoryManager allocated: 18470 *************************************** * YoYo Games...