mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
remarkable: fix fbdepth use in startup script (#6658)
The reMarkable version of fbdepth doesn't support the -1 rotation so this was actually not setting the rotation at all. I didn't notice this as I was always launching koreader from xochitl so the rotation was already set correctly.
This commit is contained in:
@@ -108,7 +108,7 @@ ko_do_fbdepth() {
|
||||
# Swap to 8bpp if things look sane
|
||||
if [ -n "${ORIG_FB_BPP}" ]; then
|
||||
echo "Switching fb bitdepth to 8bpp & rotation to Portrait" >>crash.log 2>&1
|
||||
./fbdepth -d 8 -r -1 >>crash.log 2>&1
|
||||
./fbdepth -d 8 -r 1 >>crash.log 2>&1
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user