This shows you the differences between two versions of the page.
|
tutorials:common:breadboard_switching_between_hdmi_and_vga [2013/09/26 12:14] soloforce created |
tutorials:common:breadboard_switching_between_hdmi_and_vga [2013/12/23 14:50] (current) |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| <code> | <code> | ||
| #wget http://dl.cubieboard.org/software/tools/armhf/cb-display-tool | #wget http://dl.cubieboard.org/software/tools/armhf/cb-display-tool | ||
| - | #cb-disply-tool -o 8 -m 11 #switch to VGA type | + | #chmod 777 cb-display-tool |
| - | #cb-disply-tool -o 4 -m 4 #switch to HDMI type | + | #cb-display-tool -o 8 -m 11 #switch to VGA type |
| + | #cb-display-tool -o 4 -m 4 #switch to HDMI type | ||
| </code> | </code> | ||
| If you switch to other resolution, you need to restart your X after the modification | If you switch to other resolution, you need to restart your X after the modification | ||