From 2bb360c490e5041376fd16376c57e1738bfa2b10 Mon Sep 17 00:00:00 2001 From: DanKoloff Date: Fri, 4 May 2018 09:26:38 +0300 Subject: [PATCH] Update README.md --- .../A64-TERES/teres1-lcd-hdmi-switch/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/SOFTWARE/A64-TERES/teres1-lcd-hdmi-switch/README.md b/SOFTWARE/A64-TERES/teres1-lcd-hdmi-switch/README.md index 218d7fca..b75d07f7 100644 --- a/SOFTWARE/A64-TERES/teres1-lcd-hdmi-switch/README.md +++ b/SOFTWARE/A64-TERES/teres1-lcd-hdmi-switch/README.md @@ -1,4 +1,4 @@ -#LCD(eDP)<->HDMI video switcher for Teres-I laptop +# LCD(eDP)<->HDMI video switcher for Teres-I laptop Script and DTB files that allow to switch video output medium from LCD(1366x768) to HDMI(1280x720) and the other way around. @@ -18,23 +18,23 @@ How to install? 1. Copy a64-olinuxino-hdmi.dtb and a64-olinuxino-lcd.dtb in /boot/a64/ directory, where the default a64-olinuxino.dtb file is located. The command should be: -` +``` # sudo cp _path_to_file/a64-olinuxino-hdmi.dtb /boot/a64/ # sudo cp _path_to_file/a64-olinuxino-lcd.dtb /boot/a64/ -` +``` 2. copy change-display in /usr/sbin directory -` +``` # sudo cp path_to_file/change-display /usr/sbin -` +``` 3. Start the script change-display with -` +``` # sudo change-display -` +``` and follow the on-screen instructions. 4. Reboot the laptop. -##FAQ: +## FAQ: 1. Can I have HDMI and LCD working at the same time?