Quote:
Originally Posted by BaronMoe
Also I noticed a brightness issue (when using NM), the app goes to 0 brightness. I searched the thread and saw that its a known issue in this version.
|
I've also hacked my way around to have a set brightness when launching from Nickel Menu (granted it was lost in a pointless e-fight). Here take a look
Quote:
Originally Posted by Aramir
"2) I have noticed that the backlight is off when the app runs. Others have noticed this as well. Is there a setting to keep the backlight on?"
About the brightness being off upon launch. Yes like you mentioned it's a known issue. Only way to deal with it for now is to open any manga and then set the brightness using the top bar but it seems to be buged on the latest version.
Although you can tweak the actual brightness and color values your screen will have at the startup of UMR by configuring the ultimatemangareader.sh file.
For the libra h2o you can add the following lines (it shouldn't matter where as long as it's before
${UMRPATH}/UltimateMangaReader > $LOGFILE 2>&1) :
Code:
echo 80 > sys/class/backlight/lm3630a_led/brightness
echo 10 > sys/class/backlight/lm3630a_led/color
replace 80 by any values in between 0 and 100 for the brigthness. And 10 by any values in between 0 and 10 for the color/warmness (duh  ), use a '.' , not a ',' if you want a fraction value.
Those lines should work for any devices having similar screen and driver as the libra h2o. Check the following link to get more informations about what file to "echo into" for other devices : https://github.com/Rain92/qt5-kobo-p...tions.cpp#L118
If your devices isn't listed.... Try to locate the adequate brightness/color/whatever files of your devices using either the following methods :
- telnet into your devices and search for the files, they should be somewhere within sys/class/backlight/*****
- use KOReader (enable "Show Hidden Files" and "Show unsupported Files" in its settings), and try to locate whatever brightness/color files within sys/class/backlight/***
I'm not taking responsabilities if your device catch on fire, you stubb your toe in the corner of a table, etc. If you don't know what you're doing you should probably don't try it.
It is not a "hole in one" fix as UMR will reset the brigthness and color to zero if you put your ereader to sleep... But it will do for now.
|