mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Don't bypass fbdepth when starting KOReader @ 8bpp (#5841)
* [Kobo/reMarkable] Don't skip fbdepth when launching KOReader @ 8bpp I'm not quite sure how that can happen unless you really want to, but apparently it did on @Frenzie's H2O ;p
This commit is contained in:
@@ -154,6 +154,7 @@ ORIG_FB_BPP="$(./fbdepth -g)"
|
||||
echo "Original fb bitdepth is set @ ${ORIG_FB_BPP}bpp" >>crash.log 2>&1
|
||||
# Sanity check...
|
||||
case "${ORIG_FB_BPP}" in
|
||||
8) ;;
|
||||
16) ;;
|
||||
32) ;;
|
||||
*)
|
||||
|
||||
@@ -85,6 +85,7 @@ echo "Original fb settings: bitdepth = ${ORIG_FB_BPP}, rotation = ${ORIG_FB_ROTA
|
||||
|
||||
# Sanity check...
|
||||
case "${ORIG_FB_BPP}" in
|
||||
8) ;;
|
||||
16) ;;
|
||||
32) ;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user