I’m wanting to use an Elo Touchscreen: https://www.elotouch.com/open-frame-touchscreens-1291l.html
When I installed openSUSE the first time, the touchscreen displays, and registers left-clicks perfectly fine, but the right-clicking function doesn’t work. I’ve downloaded the Linux driver for it off of their website, but I’m having a hard time understanding their instructions.
Of Step 1. a) it’s telling me,
# cp -r ./bin-mt-usb/ /etc/opt/elo-mt-usb
I had to create that elo folder, first of all. Second, when I extract the file, and have access to the folder “/bin-mt-usb/”, I tried typing out the entire path to the folder where I extracted it to. Then I copy it to the elo folder like the instructions ask, but it places another “/bin-mt-usb/” folder inside of the “/elo-mt-usb/” folder. So, instead of all of it’s contents being at “/etc/opt/elo-mt-usb”, like you would expect, they’re at “/etc/opt/elo-mt-usb/bin-mt-usb”.
So, I guess my real question is about the syntax. What do they mean when they have a period before “/bin-mt-usb/” in the instructions? How would I copy the contents of that folder to the folder I want instead of copying the entire folder as a sub-directory of said folder? Is there another way of doing this that I’m not understanding? Like, maybe without having to extract the file in the first place?
Is there a workaround since the touchscreen mostly works where I can just get the right-click function to work?