Hi! I have conected a 7" HDMI touchscren display to my Raspi runing Venus OS, GUIMods / RpiDysplaySetup.
The display is fine, I can see that its responsive to touch but completely uncalibrated, unusable.
The RpiDysplaySetup reedme file says I should run ts_calibrate, which I'm attempting to do from root directory using Putty. Its not working, I suppose I have to disable GUI first.
So I run:
root@raspberrypi2:~# mv /etc/venus/headless.off /etc/venus/headless
And I get:
mv: can't rename '/etc/venus/headless.off': No such file or directory
Its not working. I don't have much programing knowledge. Any suggestion?