A true mainline Linux Kernel for the Pinebook Pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: A true mainline Linux Kernel for the Pinebook Pro (/showthread.php?tid=8207) |
RE: A true mainline Linux Kernel for the Pinebook Pro - ssfrfr@ - 03-29-2020 (03-21-2020, 11:16 PM)bsammon Wrote: The manjaro forum thread indirectly pointed to by wdt has some interesting ideas for my no-desktop-environment situation. cat /sys/class/backlight/edp-backlight/brightness to find your brightness. cat /sys/class/backlight/edp-backlight/max_brightness to find full brightness. # echo 1800 > /sys/class/backlight/edp-backlight/brightness to set the backlight to 1800. My fresh KDE Manjaro install (on an SD card) doesn't seem have an applet for the backlight, and the keys don't work. Sigh. RE: A true mainline Linux Kernel for the Pinebook Pro - xmixahlx - 03-29-2020 this is functionally controlled by the hwdb file in pinebook-post-install plus the apps light or brightnessctl if wanting to control via user space. the brightness scale is 1-4096. i prefer to use percentages. 30% in dark. 60% normal. RE: dim screen with 2863ca1671e6e106528ceb942df48e14ee1c2006 - tsys - 03-30-2020 Hi, (03-21-2020, 05:58 PM)bsammon Wrote: Is anyone seeing a problem with a dim screen when booting a kernel built from recent versions of this? that is kind of expected for old installs. Due to the device tree change the scale of the brightness has changed. Unfortunately most(all?) systems for restoring the old brightness value do not take into account the max_brightness value. Thus the brightness is wrong when booted with the new device tree, sorry. RE: dim screen with 2863ca1671e6e106528ceb942df48e14ee1c2006 - xmixahlx - 03-30-2020 congrats on landing in linux-next with the pinebookpro dts, tsys! thank you for all of your hard work. i also see the cw2015_battery patch looks to be close to landing as well! with linux 5.6 released i made a patch file of your repo -- 5.6 is running great, no issues (attached) wondering if you could share a roadmap for these other changes in your repo from the patchfile: arch/arm64/boot/dts/rockchip/Makefile arch/arm64/boot/dts/rockchip/rk3399.dtsi arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts arch/arm64/configs/pinebook_pro_defconfig Documentation/devicetree/bindings/power/supply/cw2015_battery.txt Documentation/devicetree/bindings/power/supply/cw2015_battery.yaml Documentation/devicetree/bindings/soc/rockchip/rockchip-pm-config.txt Documentation/devicetree/bindings/vendor-prefixes.yaml drivers/bluetooth/hci_bcm.c drivers/bluetooth/hci_serdev.c drivers/firmware/Kconfig drivers/firmware/Makefile drivers/firmware/rockchip_sip.c drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c drivers/leds/led-core.c drivers/leds/led-triggers.c drivers/mfd/rk808.c drivers/mmc/core/pwrseq_simple.c drivers/phy/rockchip/phy-rockchip-typec.c drivers/power/supply/cw2015_battery.c drivers/power/supply/Kconfig drivers/power/supply/Makefile drivers/regulator/core.c drivers/soc/rockchip/Kconfig drivers/soc/rockchip/Makefile drivers/soc/rockchip/rockchip_pm_config.c drivers/tty/serdev/core.c drivers/usb/typec/altmodes/displayport.c drivers/usb/typec/bus.c drivers/usb/typec/tcpm/tcpm.c include/dt-bindings/suspend/rockchip-rk3399.h include/linux/leds.h include/linux/mfd/rk808.h include/linux/regulator/driver.h include/linux/rockchip/rockchip_sip.h include/linux/serdev.h MAINTAINERS net/rfkill/rfkill-gpio.c sound/soc/codecs/es8316.c sound/soc/soc-jack.c RE: A true mainline Linux Kernel for the Pinebook Pro - rillian - 04-03-2020 I saw 5.7 has a new frequency-invariant scheduler for x86. Would that help with the slow-startup on the big cores issue? RE: A true mainline Linux Kernel for the Pinebook Pro - bus-error - 04-13-2020 (03-16-2020, 08:23 AM)amiraeva Wrote:(03-16-2020, 06:32 AM)ssfrfr@ Wrote:(02-11-2020, 07:32 PM)tsys Wrote:(02-11-2020, 10:58 AM)tophneal Wrote: s3 also doesn't seem to work with the presence of an NVMe device. I have a Intel 660p (512GB) and see the same behaviour and messages. I'm running Manjaro-ARM 20.04 with the standard kernel (5.6.0-1-MANJARO-ARM). Aside from this issue, the 660p is working well, although I haven't tried any intensive IO with it yet. RE: A true mainline Linux Kernel for the Pinebook Pro - xmixahlx - 04-13-2020 if anyone is wondering 5.7-rc1 + tsys patches working great on pbp RE: A true mainline Linux Kernel for the Pinebook Pro - mrjay - 04-22-2020 (04-13-2020, 08:24 PM)xmixahlx Wrote: if anyone is wondering 5.7-rc1 + tsys patches working great on pbp which patches? i'm having brightness issue RE: A true mainline Linux Kernel for the Pinebook Pro - xmixahlx - 04-22-2020 see the mainline kernel thread in sig RE: A true mainline Linux Kernel for the Pinebook Pro - xmixahlx - 06-05-2020 @tsys is usbc charging working in manjaro? i am receiving this error after compiling your 5.7 branch whien plugging in power, and it is not charging. [ 44.562406] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work [rockchipdrm]] Not connected. Disabling cdn |