ubuntu-remote-control-helper icon indicating copy to clipboard operation
ubuntu-remote-control-helper copied to clipboard

command not found & Black screen

Open tobeadj opened this issue 1 year ago • 2 comments

My Linux runs on x86_64.

I run the wget https://github.com/soulteary/ubuntu-remote-control-helper/raw/main/example/installer.sh bash installer.sh

The result is that:

  1. when I try to run urch, command 'urch' not found. The folder /usr/local/bin is empty.
  2. monitor is black screen when I restart the PC.

I think the modified xorg.conf file may be a reason of the black screen. But I haven't figured it out yet. Some says ddcprobe can be used to see the params of the monitor. However, xresprobe package seems no longer exists.

Do you have any clue to fix these problems? It seems there is no way to just simply recover it. Thanks.

tobeadj avatar Jul 03 '23 03:07 tobeadj

following these steps can solve the black screen problem

  1. sudo rm urch.conf
  2. sudo apt-get remove --purge xserver-xorg
  3. sudo apt-get install xserver-xorg
  4. sudo dpkg-reconfigure xserver-xorg Then restart.

The xorg.conf file contained in this tool might not work well with old monitors. I see there is 'sudo mv x11-xorg.conf /etc/X11/xorg.conf' in the installer.sh. I haven't gone through all these codes yet. Im not sure, is this change a must?

Whatever, thanks for your contribution.

tobeadj avatar Jul 03 '23 05:07 tobeadj

you can copy and paste every command inside the installer.sh, not sure why that sh file couldn't run on my ubuntu also.

mrcongliu avatar Oct 11 '23 00:10 mrcongliu