Changes

Jump to navigation Jump to search

X680

2,029 bytes added, 17 June
:<pre>ls /dev/video0</pre>
: Run the above command, if you see anything such as '''/dev/video0''' other than '''file not found''', then it’s available
* <span class="tb_red">'''To support max resolution 1920x1080 60Hz ''' (for '''V1.5''' only)</span>
:<pre>nano /boot/config.txt</pre>
:Change the line7 from '''dtoverlay=tc358743''' to '''dtoverlay=tc358743,<span class="tb_red">4lane=1</span>'''
:'''Editing the EDID'''
:<pre>nano /etc/kvmd/tc358743-edid.hex</pre>
:Delete existing EDID data, then copy and paste below new EDID data
<dd>
<pre>
</dd>
:Save and exit by hitting CTRL + X, answering Y and hitting Enter when prompted.
* <span class="tb_red">'''Adding UI elements to control the KVM switch''' (for '''V1.5''' only)</span>
:Edit the file: /etc/kvmd/override.yaml and include the following:
<dd>
<pre>
kvmd:
gpio:
scheme:
button1:
pin: 16 # GPIO pin number for PC1
mode: output
switch: false
pulse:
delay: 1
max_delay: 2
button2:
pin: 26 # GPIO pin number for PC2
mode: output
switch: false
pulse:
delay: 1
max_delay: 2
button3:
pin: 11 # GPIO pin number for PC3
mode: output
switch: false
pulse:
delay: 1
max_delay: 2
button4:
pin: 17 # GPIO pin number for PC4
mode: output
switch: false
pulse:
delay: 1
max_delay: 2
 
view:
header:
title: Switches # The menu title
table: # The menu items are rendered in the form of a table of text labels and controls
- ["#X680 IPKVM Switch"] # Text starting with the sharp symbol will be a label
- [] # creates a horizontal separator and starts a new table
- ["#PC1-XXXXX:", button1] # Text label for PC1, one button with text "Click"
- ["#PC2-XXXXX:", button2] # Text label for PC2, one button with text "Click"
- ["#PC3-XXXXX:", button3] # Text label for PC3, one button with text "Click"
- ["#PC4-XXXXX:", button4] # Text label for PC4, one button with text "Click"
</pre>
</dd>
:Save and exit by hitting CTRL + X, answering Y and hitting Enter when prompted.
 
:Then restart the kvmd service with the coomand:
:<pre>systemctl restart kvmd</pre>
==FAQ==

Navigation menu