summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-sancloud/recipes-graphics
AgeCommit message (Collapse)AuthorFilesLines
2019-03-15meta-agl-bsp: meta-sancloud: weston-ini-conf: Fix resolution for cluster demoPaul Barker1-1/+3
If the 'hdmi-a-1-270.cfg' file has been removed (for example, when building the cluster demo) then don't try to modify it. Change-Id: I0cfcf21803eedd451d1ff160cc5b6d5950a1ab79 Signed-off-by: Paul Barker <paul.barker@sancloud.co.uk>
2019-03-07meta-agl-bsp: meta-sancloud: weston-ini-conf: Use 720p resolutionPaul Barker1-0/+1
The BBE is has fairly limited CPU and Graphics power so everything is sluggish at 1080p. Things work much better at 720p. Change-Id: I359f7fcfff0868de31f78b324595d9891b5848a0 Signed-off-by: Paul Barker <paul@betafive.co.uk>
2019-03-07meta-agl-bsp: meta-sancloud: weston-ini-conf: Set correct gbm-formatPaul Barker1-0/+3
The default gbm-format needs to be changed on the BeagleBone Enhanced due to a hardware errata on the AM335x SoC. For further details see the following section of the TI wiki: http://processors.wiki.ti.com/index.php/Processor_Linux_SDK_Graphics_and_Display#AM3_Beagle_Bone_Black_Board_Configuration The TI documentation recommends further changes to powervr.ini and qt_env.sh, however it was found that only the gbm-format change in weston.ini is needed. Change-Id: I968384d0014fef2285d83902de044a5e97274d84 Signed-off-by: Paul Barker <paul@betafive.co.uk> (cherry picked from commit a237cf926dc7de7a6afe3980f58e877a40fbc3f9)