oneplus-bacon: redscreen kernel patch / msm fb refresher
Applied red screen kernel patch as described in https://wiki.postmarketos.org/wiki/Troubleshooting:display Effectively fixes the red screen on Weston.
Added msm-fb-refresher to APKBUILD to fix display refreshing.
The display now works properly in Weston, but unfortunately the screen is blue in Plasma-mobile, and X11 crashes in xfce
Merge request reports
Activity
What is really strange is that the kernel patch successfully changes the
bits_per_pixel
of the framebuffer to 24, when installing weston, which makes the display works correctly in westonIn weston
cat /sys/class/graphics/fb0/bits_per_pixel 24
Instead when choosing plasma-mobile in
pmbootstrap init
, thebits_per_pixel
goes back to 32, regardless of the kernel patch, so the screen is garbledIn plasma-mobile
cat /sys/class/graphics/fb0/bits_per_pixel 32
Do you know why this happens?
By Federico Amedeo Izzo on 2019-03-07T09:08:05
mentioned in issue #204 (closed)
By Federico Amedeo Izzo on 2019-03-07T09:19:52
I opened the issue #204 (closed) which seems more appropriate to discuss this.
By Federico Amedeo Izzo on 2019-03-07T09:21:02
added 7 commits
-
50b5d1bf...2385f68a - 6 commits from branch
postmarketOS:master
- c913c48c - oneplus-bacon: redscreen kernel patch / msm fb refresher (!258 (merged))
By Oliver Smith on 2019-03-07T09:40:39
-
50b5d1bf...2385f68a - 6 commits from branch
enabled an automatic merge when the pipeline for c913c48c succeeds
By Oliver Smith on 2019-03-07T09:41:20
mentioned in commit c913c48c
By Federico Amedeo Izzo on 2019-03-23T12:31:29
mentioned in merge request !287 (merged)
By Federico Amedeo Izzo on 2019-03-23T12:58:20