Giter Club home page Giter Club logo

Comments (8)

jigpu avatar jigpu commented on August 16, 2024

Could you please run our sysinfo.sh script and attach the generated tarball here? That should hopefully give us enough information to start tracking down the cause.

from libwacom.

hieu29791 avatar hieu29791 commented on August 16, 2024

Could you please run our sysinfo.sh script and attach the generated tarball here? That should hopefully give us enough information to start tracking down the cause.

I attached tar file as your request, thanks for your quick reply.
sysinfo.rY7AXS73kG.tar.gz

from libwacom.

hieu29791 avatar hieu29791 commented on August 16, 2024

After inspecting the problem, I realize when I type lsusb command, ID is 056a:5147, but on your isdv4-5146.tablet file ID is 5146, so libwacom-list-local-devices command will not show information of my laptop.

lsusb       
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 0bda:0328 Realtek Semiconductor Corp. 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 06cb:009a Synaptics, Inc. 
Bus 001 Device 003: ID 04f2:b61e Chicony Electronics Co., Ltd 
Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
Bus 001 Device 005: ID 056a:5147 Wacom Co., Ltd 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

My pen, seem like it's ok. I can draw, open app, did the same thing as touchpad.
But with my touchscreen, I can't execute action like open app, setting, panel, dock ... with single click/double click. On browser, I can't zoom with multi-touch like pinch in/out, and gesture on each browser is different. For example, scrolling with one finger on chrome and two finger on firefox. What I want is do the same thing as touchpad can do(everything), and plus other function of touchscreen like multi-touch(pinch).
Thanks!

from libwacom.

jigpu avatar jigpu commented on August 16, 2024

Can you run echo $XDG_SESSION_TYPE in a terminal and reply back with the result?

It looks like there's some kind of error that occurs shortly after startup which is causing the devices to disappear. The kernel clearly sees them, and they're detected by the desktop as well. A minute after the system started up though, this error was logged and the devices removed: Error reading wacom device : No such device. I don't see a corresponding error in the kernel log, however.

I would suggest downloading Ubuntu 18.04 onto a USB stick and temporarily booting into it to see if the pen and touchscreen behave differently / reliably. This should tell us if the problem is more likely to be a software issue in Majaro or a hardware issue that affects all distros.

The absence of a isdv4-5147.tablet file won't cause any trouble for the driver, but it will prevent the GNOME Control Center from allowing you to configure the pen. We'll want to create a new file, but some of the necessary device information is missing from the sysinfo output since the device disappeared. If the pen and touchscreen work reliably in Ubuntu 18.04, you should re-run sysinfo.sh from there and attach its output for comparison.

from libwacom.

hieu29791 avatar hieu29791 commented on August 16, 2024

Can you run echo $XDG_SESSION_TYPE in a terminal and reply back with the result?

It looks like there's some kind of error that occurs shortly after startup which is causing the devices to disappear. The kernel clearly sees them, and they're detected by the desktop as well. A minute after the system started up though, this error was logged and the devices removed: Error reading wacom device : No such device. I don't see a corresponding error in the kernel log, however.

I would suggest downloading Ubuntu 18.04 onto a USB stick and temporarily booting into it to see if the pen and touchscreen behave differently / reliably. This should tell us if the problem is more likely to be a software issue in Majaro or a hardware issue that affects all distros.

The absence of a isdv4-5147.tablet file won't cause any trouble for the driver, but it will prevent the GNOME Control Center from allowing you to configure the pen. We'll want to create a new file, but some of the necessary device information is missing from the sysinfo output since the device disappeared. If the pen and touchscreen work reliably in Ubuntu 18.04, you should re-run sysinfo.sh from there and attach its output for comparison.

Thanks for your answer, after a few days find the solution. Finally, I found a solution for this, refer to this page: https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/1774242. It's working after change driver from "Wacom" to "libinput". Chrome working perfectly but Firefox need to add "Exec=env MOZ_USE_XINPUT2=1 /usr/lib/firefox/firefox --private-window %u" to /usr/share/applications/firefox.desktop

The only problem right now is touch screen and pen don't work after suspend. lsusb command not show Wacom driver anymore, I need to reboot to active this again. I'm not find the solution yet.

lsusb       
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 0bda:0328 Realtek Semiconductor Corp. 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 06cb:009a Synaptics, Inc. 
Bus 001 Device 003: ID 04f2:b61e Chicony Electronics Co., Ltd 
Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

from libwacom.

taaem avatar taaem commented on August 16, 2024

@hieu29791 I'm assuming you're using the patched acpi tables for enabling deep sleep on the X1?
Lenovo just released an update with official S3 sleep support, in which the touchscreen does work after suspend!

from libwacom.

jigpu avatar jigpu commented on August 16, 2024

@hieu29791 Would it be possible for you to re-run the sysinfo script now that the touchscreen is working on your system? It would still be nice to have your 056a:5147 device recognized by the GNOME Control Center.

from libwacom.

whot avatar whot commented on August 16, 2024

needinfo and no updates for 2 years, closing

from libwacom.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.