Quote:
Originally Posted by OfficerAction
That is probably a good idea 
I will fix it for the next release.
Though it seems to be not necassary if the app starts anyway.
|
Ok thank you.
Someone could confirm me the working config file for Kobo Libra ?
The new version 2.5.0 now works when i press the touchscreen but the mapping is not good.
It seems that the touchscreen is 90 degres rotate from the screen.
If i tap the top left of the screen, it detects a press in the top right.
I try this tip but not seems to be ok :
Quote:
Change export
QT_QPA_PLATFORM=kobo:touchscreen_rotate=90:logical dpitarget=108
in .adds/UltimateMangaReader/ultimatemangareader.sh to export
QT_QPA_PLATFORM=kobo:touchscreen_rotate=270:logica ldpitarget=108
This resolved the issue for me immediately.
|
EDIT : Ok, it is fine with :
Quote:
export QT_QPA_PLATFORM=kobo:touchscreen_rotate=180:touchs creen_invert_x=0:touchscreen_invert_y=0:logicaldpi target=300
|