soulteary / ubuntu-remote-control-helper

Make Ubuntu Native Remote Control Easy to use and Reliable.
https://soulteary.com/2023/04/11/make-ubuntu-native-remote-control-reliable-with-urch.html
Apache License 2.0
37 stars 5 forks source link

command not found & Black screen #4

Open tobeadj opened 1 year ago

tobeadj commented 1 year ago

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 commented 1 year ago

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.

mrcongliu commented 12 months ago

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