Tool/software:
Hi TI Team,
Is there any way to change DP resolution, with linux command or config?
I run Edge AI gallery(Demo app), using ti-processor-sdk-linux-edgeai-j721e-evm-09_01_00_06-Linux-x86.bin.
BRs,
JB
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi TI Team,
Is there any way to change DP resolution, with linux command or config?
I run Edge AI gallery(Demo app), using ti-processor-sdk-linux-edgeai-j721e-evm-09_01_00_06-Linux-x86.bin.
BRs,
JB
Hi JB,
Not exactly, but isn't it possible to change it using modeline command in Linux?
Regards,
Brijesh
Hi, Brijesh
I'm sorry but I'm not familiar with modeline.
Would you please guide me how to change resolution using modeline command?
Regards,
JB
Hi Brijesh, JB,
Apologies for the late reply.
If using EdgeAI, it can switch between weston/wayland and kmssink (default is kmssink). Resolution of weston display can be changed by editing the weston.ini file. Procedure would look like the following:
Any subsequent boot will automatically read from weston.ini and apply the settings there.
Regards,
Takuma
Hi, Takuma
Thanks for your answer.
I have already changed a resolution of weston display as you guided.
I want to change a resolution on kmsssink. Is it possible?
Regards,
JB
Hi JB,
If you are using GStreamer and using kmssink, then you could put a capsfilter like this:
Where width and height can be changed to the resolution of your liking.
Regards,
Takuma
Hi, Takuma
I want to change the resolution of the screen(monitor), not the resolution of videotestsrc(gstreamer source).
There is a screen flickering issue on 4K monitor, when connected DP.
Please refer to the following issue,
Regards,
JB
Hi JB,
I have not figured out a way to saveenv, but setting kernel commandline seems to do the trick.
Key is the last portion of step 3 which sets "video=DP-1:800x600@60". The connector name, resolutions, and fps can be obtained by running "modetest -M tidss -c" in Linux kernel instead of U-Boot.
Regards,
Takuma