Screen refresh delay with kernel errors - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112) +--- Thread: Screen refresh delay with kernel errors (/showthread.php?tid=10326) |
RE: Screen refresh delay with kernel errors - bchenlee609 - 07-07-2020 (06-29-2020, 02:45 PM)shawnanastasio Wrote:(06-29-2020, 02:35 PM)bchenlee609 Wrote: Hello, Thanks for your last reply! Life gets in the way tinkering with this laptop unfortunately. May I ask for some clarification? Which .config file am i editing after the 'makepkg -o' step? And once in there, how do I modify the LOCALVERSION string? Sorry if these are silly questions, this is all new for me. I wish there were a way to check at this point whether or not I applied your patch correctly (without modifying the kernel localversion string) I'm assuming this is not possible? Thanks again! -B RE: Screen refresh delay with kernel errors - shawnanastasio - 07-08-2020 (07-07-2020, 10:20 PM)bchenlee609 Wrote: Thanks for your last reply! Life gets in the way tinkering with this laptop unfortunately. Like I mentioned earlier, I'm unfortunately not too familiar with manjaro's packaging system so I'm not sure exactly where their kernel package would store the config. `find . -name ".config"` should be able to find it though. That said, the patch has landed in manjaro ARM's linux-aarch64 repo, so you should be able to just update (and keep your APPEND) to use it: https://gitlab.manjaro.org/manjaro-arm/packages/core/linux-aarch64/-/commit/4ca080451cc4cb05d9937ff9ae169c2f97945e6a. RE: Screen refresh delay with kernel errors - bchenlee609 - 07-09-2020 (07-08-2020, 06:06 PM)shawnanastasio Wrote:(07-07-2020, 10:20 PM)bchenlee609 Wrote: Thanks for your last reply! Life gets in the way tinkering with this laptop unfortunately. Thank you! it worked, and it's glorious =) Many thanks, again. UPDATE: battery life has definitely taken a hit, but still very good. the overall increased usability is amazing though. made a huge difference. RE: Screen refresh delay with kernel errors - Lyrixcaz - 08-12-2020 Folks anybody knows of this has this been added unto the mainline kernel in manjaro arm? RE: Screen refresh delay with kernel errors - shawnanastasio - 08-16-2020 (08-12-2020, 12:49 PM)Lyrixcaz Wrote: Folks anybody knows of this has this been added unto the mainline kernel in manjaro arm?Which kernel package are you referring to? As I mentioned previously it's in manjaro's linux-aarch64 and linux-pinebookpro repositories. RE: Screen refresh delay with kernel errors - Lyrixcaz - 08-18-2020 I'm on Manjaro arm with the latest kernel at the moment " 5.8.1-1-MANJARO-ARM " i have the package linux-aarch64 installed and when i dmesg i see the messages of: [ 526.782279] rockchip-dp ff970000.edp: Failed to apply PSR -110 [ 526.782318] [drm:analogix_dp_bridge_atomic_enable [analogix_dp]] *ERROR* Failed to disable psr -110 RE: Screen refresh delay with kernel errors - shawnanastasio - 08-21-2020 (08-18-2020, 04:46 PM)Lyrixcaz Wrote: I'm on Manjaro arm with the latest kernel at the moment " 5.8.1-1-MANJARO-ARM " i have the package linux-aarch64 installed and when i dmesg i see the messages of: If you're running linux-aarch64 then you simply need to add `analogix_dp.enable_psr=0` to your kernel arguments as described earlier in the thread. RE: Screen refresh delay with kernel errors - Lyrixcaz - 08-23-2020 (08-16-2020, 06:13 PM)shawnanastasio Wrote:(08-12-2020, 12:49 PM)Lyrixcaz Wrote: Folks anybody knows of this has this been added unto the mainline kernel in manjaro arm?Which kernel package are you referring to? As I mentioned previously it's in manjaro's linux-aarch64 and linux-pinebookpro repositories. Thanks for letting me know, i did that and the touchpad seems to be more responsive? like so far so good. Has anyone been with this option on for a prolonged period of time? what are the negative effects of it? RE: Screen refresh delay with kernel errors - GhostDragon - 08-27-2020 Thanks for your work. I just received my Pinebook Pro today and it was sluggish and choppy, this fixed it. RE: Screen refresh delay with kernel errors - bchenlee609 - 09-16-2020 (08-23-2020, 04:23 PM)Lyrixcaz Wrote:(08-16-2020, 06:13 PM)shawnanastasio Wrote:(08-12-2020, 12:49 PM)Lyrixcaz Wrote: Folks anybody knows of this has this been added unto the mainline kernel in manjaro arm?Which kernel package are you referring to? As I mentioned previously it's in manjaro's linux-aarch64 and linux-pinebookpro repositories. I've noticed a small hit on battery life. Nothing formally tested just anecdotal. For me the trade off in usability is worth it. |