Rain92 / UltimateMangaReader

A feature-rich online manga reader for Kobo E-Ink devices based on Qt5.
GNU Affero General Public License v3.0
175 stars 25 forks source link

Input not working on Libra h2o #10

Closed st40611 closed 3 years ago

st40611 commented 4 years ago

Installed KFMon and was able to launch ultimatemangareader.png successfully, and I am presented with a UI, but none of the input works. I can still lock the screen and so I think the device is still functioning - but without input I can't do anything. When I unlock the screen, I will see a "Connecting to Wifi" screen, and then it goes away. End up with a soft reboot instead to get back to normal.

st40611 commented 4 years ago

Running Software 4.21.15015

KOreader and Plato boots up fine, so I am pretty sure KFMon is installed correctly.

gYonder commented 4 years ago

It’s the same on Kobo glo, however I’ve noticed it’s only the touch buttons that don’t work. Lists work and icons seem to work somewhat

SalSuleman commented 4 years ago

same issue here on a kobo aura

TunaTsuna commented 4 years ago

Same issue. Is there an issue between QT and QT5 Kobo plugin?

bangedorrunt commented 4 years ago

same here on kobo libra

litori commented 4 years ago

Did anyone manage to get it to work with kobo libra h2o? I am having the same issue where the screen is non-responsive to touch and any settings I've tried does not work. Any help would be appreciated. Thank you.

FinleyVickers commented 3 years ago

I'm getting the same error on my libra

seajaysec commented 3 years ago

Same here. Looking forward to using it when the Libra's supported. Also, happy to assist with any QA/testing along the road to making that happen.

grabercn commented 3 years ago

I managed to temporarily fix this by changing the default line to this in the ultimatemangareader.sh

export QT_QPA_PLATFORM=kobo:touchscreen_rotate=auto:touchscreen_invert_x=1:touchscreen_invert_y=1:logicaldpitarget=108

st40611 commented 3 years ago

Looks like with 2.5+ version now, this works on Libra H2O ... well, with some changes on the config.

Changing the .sh config to use:

export QT_QPA_PLATFORM=kobo:touchscreen_rotate=90:touchscreen_invert_x=0:touchscreen_invert_y=0:logicaldpitarget=300

echo 0 > /sys/class/graphics/fb0/rotate

And now this works for me in portrait mode. Thanks!