In no particular order:
KVM switches are notoriously wonky in Linux. They are built and tested to work with Windows and, to a lesser extent, with Apple. Linux is at best an afterthought and more often not even that. It is not surprising that you get no signal. You can try defining a Xorg.conf file but it has been ages since I've had to do anything like that, so can't be of much help.
Your resolution is likely the result of your TV settings. Many TVs are set up to overscan which cuts off some pixels from all sides. It's a legacy of the way broadcast TV used to work in the CRT days. To fix:
- Make sure your TV is set to PC mode/computer mode. Some manufacturers call it dot for dot, or something similar.
- Under Settings → Devices → Screen Display, make sure Adjust for TV is turned off.
The Ubuntu image for the rPi does not have Network Manager installed by default. To install:
Code:
sudo apt install network-manager
Bookmarks