dianariyanto / virtual-display-linux

Create virtual display / monitor on linux OS for extended display via teamviewer or vnc server without any real Monitor is Plugged In.
MIT License
531 stars 45 forks source link

What are the risks? #22

Closed tashima42 closed 2 years ago

tashima42 commented 2 years ago

A few days @dianariyanto made this commit: https://github.com/dianariyanto/virtual-display-linux/commit/4c5287726c5c138a7b4c87319079a86a4888b226 warning about the risks. So... What are the risks? Can I brake my install or something like that? Thanks.

dianariyanto commented 2 years ago

As you can see, some users are reporting that this script can kill your X #20. This may be due to differences in hardware specifications, some laptops use LVDS and newer laptops now use EDP as the main display. Or it could be due to differences in GPU devices, as you know this script only works only on Intel GPU devices for now.

If that happened to you, just remove /usr/share/X11/xorg.conf.d/20-intel.conf then reboot will save you from reinstalling your OS.