We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0333c6e commit 5d19a96Copy full SHA for 5d19a96
pages/linux/modetest.md
@@ -0,0 +1,12 @@
1
+# modetest
2
+
3
+> Diagnose Direct Rendering Manager and Kernel Mode Setting.
4
+> More information: <https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841850/Video_Mixer#modetest>.
5
6
+- List connectors and their available modes for a specific driver:
7
8
+`modetest -M {{mgag200}} -c`
9
10
+- Set the resolution of a connector:
11
12
+`sudo modetest -M {{mgag200}} -s {{connector_id}}:{{1600}}x{{1200}}`
0 commit comments