Configure Touch Screen for Linux Operating System

Поделиться
HTML-код
  • Опубликовано: 5 дек 2021
  • We map a touch screen controller to a touch screen connected to a linux computer. If we don't do this then touch will not be recognized accurately at the correct touch points.
    I'm running kubuntu. The monitor is a Dell P2418HT.
    Follow along and get an understanding of the basics to get your touch screen operational when connected to a Linux box!
  • ХоббиХобби

Комментарии • 15

  • @Hapadbeep
    @Hapadbeep 2 года назад

    You are a life saver. This worked perfectly without any calibration problems or tweaking. Thank you so much!!!!

    • @mugwhy
      @mugwhy  2 года назад

      Glad I can help.. Makes it all worth my while. Cheers!

  • @iliyabrook2933
    @iliyabrook2933 6 месяцев назад +1

    in some cases this does not work, since the script runs before the main settings and does not overwrite them, if this does not work for you, just add "sleep 10" for example:
    #!/bin/bash
    sleep 10
    xinput map-to-output 10 HDMI-0

  • @vikasn7972
    @vikasn7972 2 месяца назад

    Steps for KDE: Settings -> Input Devices -> Touchscreen -> map your device to the corresponding target display

  • @ramanabdelkhalek7957
    @ramanabdelkhalek7957 Год назад

    Thank you so much, at least something to start testing with in order to solve the problem with touchscreen. I am wondering is it possible to make this at any Linux ?

  • @fordcrews3362
    @fordcrews3362 Год назад +1

    Would be nice if you listed the 3 commands, so we could copy and paste the, instead of having to read them from the video.

  • @philosophicalgamer2564
    @philosophicalgamer2564 Год назад

    How to get this working on Garuda linux surface book 2

    • @mugwhy
      @mugwhy  Год назад +1

      Sorry, my experience with this technique all stem from Ubuntu based systems only... Kubuntu, Mint and others. That's not to say it won't work for others... I just have no experience with them. Let us all know if you find a solution. Thanks

    • @philosophicalgamer2564
      @philosophicalgamer2564 Год назад +1

      @@mugwhy Got it working with pear os

  • @francoisBonin-phils
    @francoisBonin-phils 5 месяцев назад

    thanks for this video , but i receive a response as "unable to find an output 'DP-0' " , so in that case we have to replace DP-1,1,or 2 by Head-0,1 or 2, then it works .There are not a lot of videos about multiple screen out there , thanks a lot.

    • @mugwhy
      @mugwhy  5 месяцев назад

      Glad you got it going.. thanks for feedback..

    • @francoisBonin-phils
      @francoisBonin-phils 5 месяцев назад

      @@mugwhy welcome, but it won't execute at startup in my autostart , i have 3 options , add app , add login script and add logout script , i choose the 2nd one and no success , but if i execute my script from the desktop , it works...its only one click

    • @mugwhy
      @mugwhy  5 месяцев назад

      @@francoisBonin-phils Have a look at one of the other commenters here. He uses a sleep function in his case..