Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu mate touchscreen and popos 22.04 issues #48

Closed
hxc-gxc opened this issue Oct 18, 2022 · 3 comments
Closed

ubuntu mate touchscreen and popos 22.04 issues #48

hxc-gxc opened this issue Oct 18, 2022 · 3 comments

Comments

@hxc-gxc
Copy link

hxc-gxc commented Oct 18, 2022

Hello there

I'm trying to install ubuntu mate on my GPD pocket 3.
If I respin an image like 22.04, when I am running the live USB everything works but if I install the distro everything works except touchscreen which seems to be inverted.
It is the same with the preset image Impish 21.10.
I tried to run umpc-ubuntu script many times after install but it does nothing more.
But I have to tell that when I'm using a stylus it's ok, the pointer is calibrated well, the issue is only when using the hand.

Do you have some ideas to help me fiix that please ?
thanks for your help !

best regards

Thibault

@asherikov
Copy link

  1. Ditch 99-gpd-pocket3-touch.rules, looks like touchscreen works out of the box and rules are not applied in the live boot.
  2. I have tears in Mate as well.

@hxc-gxc
Copy link
Author

hxc-gxc commented Nov 9, 2022

After a lot of searches I found this :

sudo gedit /etc/X11/xorg.conf.d/20-intel.conf

  1. Add this:
Section "Module"

Load "dri3"

EndSection



Section "Device"

Identifier "Intel Graphics"

Driver "intel"


Option "DRI" "3"

EndSection

  1. Save & Reboot

Tears are not there anymore but it's not usable, performance are awful, gpd pocket 3 is blowing and adding 2 monitors is not working too... I'm still stuck

@hxc-gxc
Copy link
Author

hxc-gxc commented Mar 15, 2023

I found a more easy way to get touchscreen correctly calibrated and working, without tears or performance issues by simply switching from X11 to Wayland on PopOs :

  • set WaylandEnable=true in /etc/gdm3/custom.conf
  • run systemctl restart gdm.service - note that this will log you out and close all open programs
  • at the log in screen, there is a small gear wheel on the bottom right side, choose "Pop on Wayland" instead of "Pop"

If your screen orientation isn't ok, go to settings > screens > orientation and choose "Portrait on left"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants