How to set DPI on imx8mq board

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to set DPI on imx8mq board

445 次查看
coindu
Contributor IV

Hi:

         I want to know to how set DPI in linux 4.9.88_2.0.0 system. 

         a 10-inch screen to display weston desktop with lvds signal .Through a mipi to lvds IC.

         when run the qt5`s example I found the font size is very small .  I search the environment ,but not find the similar value such as export QWS_DISPLAY . Can anyone tell me how to set it.fron_size.jpg

标签 (1)
0 项奖励
1 回复

372 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello coin,

export QT_EGLFS_NO_FB_MULTI_BUFFER=1
if it is Unable to query physical screen size, defaulting to 100 dpi.
To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters)

Regards.

0 项奖励