2025-12-16 10:20:31 -07:00
|
|
|
# modetest
|
|
|
|
|
|
|
|
|
|
> Diagnose Direct Rendering Manager and Kernel Mode Setting.
|
|
|
|
|
> More information: <https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841850/Video_Mixer#modetest>.
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- List connectors and their available modes:
|
|
|
|
|
|
|
|
|
|
`modetest -c`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- List connectors and their available modes for a specific driver:
|
|
|
|
|
|
|
|
|
|
`modetest -M {{mgag200}} -c`
|
|
|
|
|
|
|
|
|
|
- Set the resolution of a connector:
|
|
|
|
|
|
|
|
|
|
`sudo modetest -M {{mgag200}} -s {{connector_id}}:{{1600}}x{{1200}}`
|