longsleep / build-pine64-image

Pine64 Linux build scripts, tools and instructions
MIT License
235 stars 126 forks source link

Resolves screen tearing issues on 11" pinebook #64

Closed pfeerick closed 7 years ago

pfeerick commented 7 years ago

Resolves #63

ayufan commented 7 years ago

Great! It seems that this is parameters from sys_config.fex: https://github.com/ayufan-pine64/boot-tools/blob/master/blobs/sys_config_pine64-pinebook.fex#L549 !

pfeerick commented 7 years ago

By that, do you mean that's the reason it's set to that value? I'm a complete novice when it comes to DTS. I though that FEX wasn't applicable anymore now that we have the DTSs.

ayufan commented 7 years ago

I'm using FEX as currently it is simpler to merge kernel's dts with user configuration of the board.

pfeerick commented 7 years ago

Ah ha... I gotcha now... I think! ;-) Explains why I didn't see any DTS files around your repo and the DTB blobs instead. Thanks! Can you have a look at https://forum.pine64.org/showthread.php?tid=4564 when you get a chance and see if you can give me any pointers?