Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Like I mentioned in another post this evening, you'll need to flip the Deck to Desktop Mode for some diagnostic work. Time to open Konsole and get your hands dirty. I also recommend using a BT keyboard & BT mouse to make life easier. You need to keep the USB disconnected until indicated.
- plug in the HC4503, connnect the Deck to it.
- connect the P2418HT to the HC4503 HDMI
- do not plug in the USB
- power up the P2418HT first, then the Deck
- put the Deck in Desktop Mode, then open Konsole
(here's where the BT keyboard & mouse help, else you'll need use Steam+X for their keyboard or use the CoreKeyboard flatpak)
- now plug in your USB cable from P2418HT
time for some commands:
# dmesg | less # go to the bottom and see what it says about the USB device.
# sudo less /var/log/messages # go to the bottom and check on the USB entries.
# sudo lsusb # I don't recall if that util is installed
Google search on those devices about the P2418HT
Given it 10 points of touch, it will not be a classic "mouse". A google search did reveal this solution for CentOS. It should work for you as it's using basic xinput & xrandr commands. After gathering the device details from several sources they could use xinput to map touch devices to the correct display port.
https://www.linuxquestions.org/questions/linux-hardware-18/configuring-dual-touchscreens-on-centos-7-x-org-4175670881/
You will likely need to write a bash shell script to do this for you automatically in case their enumeration changes.
good luck. cheers, retro.