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

[Bug]: Problem touch with layout g533 #55

Closed
Gevert92 opened this issue Aug 15, 2022 · 7 comments
Closed

[Bug]: Problem touch with layout g533 #55

Gevert92 opened this issue Aug 15, 2022 · 7 comments
Assignees
Labels
question Further information is requested

Comments

@Gevert92
Copy link

Describe the bug

Some keys of touch pad using layout g533, does not write correctly.

The keys that type well are "1, 2, 3, 4, 5, 6, *, -, +, Enter".
The slash key (/) does not write.
The keys "0, 7, 8, 9, Back" must be pressed several times to type.

Expected behavior

Each key must write the value at the first contact.

It is desirable that when leaving the key pressed, the value is written several times.

Relevant log output

No response

Desktop

  • Program version [e.g. 57c742a]
  • Distro [e.g. Arch Linux]
  • Kernel [e.g. 5.18.15.arch1-2]
@Gevert92 Gevert92 added the bug Something isn't working label Aug 15, 2022
@ldrahnik
Copy link
Member

Hello, thank you for creating an issue.

It is desirable that when leaving the key pressed, the value is written several times.

For second part please try enable key_repetitions in your layout file. So add row key_repetitions=True. It is disabled by default.

@ldrahnik
Copy link
Member

Each key must write the value at the first contact.

Can you please run driver in debug mode:

LOG=DEBUG sudo -E ./asus_touchpad.py

and post result?

@Gevert92
Copy link
Author

Thank you for your response.

For the first point I put key_repetitions and it worked fine.

For the second part I am not sure if I did it right, but I will detail the tests.

First I uncommented the line you indicate.
image

Then I ran the install.sh and this is the result
image

As you can see I had to comment out the line "sudo -E ./asus_touchpad.py" because when running the install.sh, ubuntu experiences a syntax error problem.
image

@ldrahnik
Copy link
Member

ldrahnik commented Aug 17, 2022

Troubleshooting
To show debug logs run:
LOG=DEBUG sudo -E ./asus_touchpad.py

Not uncomment line but run command LOG=DEBUG sudo -E ./asus_touchpad.py. Readme suggests the same.

@ldrahnik ldrahnik added question Further information is requested and removed bug Something isn't working labels Aug 17, 2022
@ldrahnik
Copy link
Member

Closed because of inactivity of issue owner.

@Gevert92
Copy link
Author

Hi, sorry for the inactivity, I had problems with my pc.

I share the image of the debug, I stopped the service and executed the command

image

@ldrahnik
Copy link
Member

Discussion continues here #58

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

No branches or pull requests

3 participants