<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div><div dir="ltr" data-setdir="false">Hi,<br></div><div>I need to run a set of (graphical) benchmarks with the screen disabled. The following command did not work:</div><br>xset dpms force off<br><br>Because any keyboard/mouse input would re-enable the screen. The other option was the following:<br><br>xrandr --output eDP-1 --off<br><br>This turns off the screen for a second, then, causes the following segmentation fault:<br><br>gnome-shell[25737]: segfault at 8 ip 00007f3d02ef9210 sp 00007ffeee4e1fd8 error 4 in libmutter-2.so.0.0.0[7f3d02e99000+156000]<br><br>How can the problem be solved? Is there any other user/kernel level alternative?</div><div dir="ltr" data-setdir="false">Regards.<br></div><div dir="ltr" data-setdir="false">=======<br></div><div dir="ltr" data-setdir="false">P.S.: The question is also asked in the following addresses:<br></div><div dir="ltr" data-setdir="false"><div>https://superuser.com/q/1805444/1037926<br>https://unix.stackexchange.com/q/754782/348219</div><div><br></div></div></div></body></html>