1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-19 07:47:20 +03:00
mobile-nixos/devices/razer-cheryl2
2020-11-08 18:37:13 -05:00
..
kernel razer-cheryl2: Set CONFIG_PANIC_TIMEOUT to 1 2020-11-08 18:37:13 -05:00
default.nix razer-cheryl2: Disable some of the default command line parameters 2020-10-10 18:54:54 -04:00
misc.json razer-cheryl2: Import from autoport 2020-10-09 23:45:19 -04:00
oem_props.json razer-cheryl2: Import from autoport 2020-10-09 23:45:19 -04:00
README.adoc razer-cheryl2: Add device-specific notes 2020-10-10 18:54:42 -04:00

= Razer Phone 2
include::_support/common.inc[]

== Device-specific notes

=== Display problems

The video drivers from the vendor do not support being used with the classic
framebuffer.

Only DRM (Direct Rendering Manager) is supported.

A workaround, for the time being, is to use `simplefb`. Though when the device
boots in the default system, the `simplefb` framebuffer stops working. It is
suspected that it is the video drivers switching the display to HDR that are
causing this issue.

A workaround to help with this workaround has been implemented. When booted in
the default system, the early init will reboot to recovery. In recovery mode
the kernel does not exhibit this issue.

The solution to this problem will be to properly support DRM-only workflows.

Another avenue for solving this is to fix the fbdev emulation driver for the
Qualcomm vendor tree.

Yet another is to explore using mainline. Though it is unknown if the
dual-DSI display, for which the vendor driver is unique, would work well with
the generic code working with other SDM845 devices.

=== Playing with the RGB logo

```
$ cd /sys/class/leds
$ for f in *channel*/brightness *channel*/led_current; do echo 25 > $f; done
```