-
Notifications
You must be signed in to change notification settings - Fork 242
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
Surface Go - Touchscreen #251
Comments
Solve the touch screen suspend bug by me. echo "on" > /sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/power/control It can always turn on touchscreen and never suspend in 1000ms and we can get smoothly to use touchscreen. |
This has been fixed in the latest releases. Please make sure you run setup.sh script again. |
See https://www.reddit.com/r/SurfaceLinux/comments/ah30w8/surface_go_remove_not_existing_battery_from_gnome/ I added some more infos. Just add the link here so that I am not double posting same information at two different places. |
Not sure if I should make a new issue about this but the fix for switching the touchscreen from auto to on for the Surface Go doesn't work on Fedora. Installing the surfacego-touchscreen script (which is done automatically using setup.sh) uses update-rc.d which doesn't exist on Fedora (and Arch), and in order to use the script with Systemd (which is technically done anyways on Ubuntu), you need to include metadata for Chkconfig in the script, (as well as add #!/bin/bash at the top, like any shell script) which handles legacy init.d scripts on Fedora/RHEL. EDIT: I have made a PR for this (along with adding |
I am the Surface Go user. I have a touchscreen problem: If I want to slide, it will click first time and go slide. How can I modify this? Thank you.
The text was updated successfully, but these errors were encountered: