mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
PB: Unconditionally disable HW rotation on B288 SoCs
Apparently, it's even more broken than usual on some devices/FW combos. Fix #7663
This commit is contained in:
@@ -110,11 +110,9 @@ function PocketBook:init()
|
||||
if fb:isB288() then
|
||||
logger.dbg("mxcfb: Disabling hwinvert on B288 chipset")
|
||||
self.canHWInvert = no
|
||||
-- GL16 glitches with hwrot
|
||||
if fb.wf_level == 3 then
|
||||
logger.dbg("mxcfb: Disabling hwrot on fast waveforms (B288 glitch)")
|
||||
fb.forced_rotation = nil
|
||||
end
|
||||
-- GL16 glitches with hwrot. And apparently with more stuff on newer FW (#7663)
|
||||
logger.dbg("mxcfb: Disabling hwrot on B288 chipset")
|
||||
fb.forced_rotation = nil
|
||||
end
|
||||
-- If hwrot is still on, nuke swrot
|
||||
if fb.forced_rotation then
|
||||
|
||||
Reference in New Issue
Block a user