The screen was a bit wierd, it detected two monitor, and changed the setting to a single image.
The audio was quite low, how to turn it up.

Technical notes, and other ideas.
The screen was a bit wierd, it detected two monitor, and changed the setting to a single image.
The audio was quite low, how to turn it up.
For Ubuntu-Based Distros
Refer: https://support.system76.com/articles/pop-shell/
In order to build Pop Shell from source, we'll first need to install the build dependencies and git to clone the repository:
sudo apt install git node-typescript make
Note: these instructions assume an Ubuntu-based distro; other distributions (see examples below) will use different package managers, and may have different package names.
Next we'll clone the repository using this command:
git clone https://github.com/pop-os/shell.git
Now we'll enter the directory for Pop Shell (called "shell") and build the package:
cd shell
make local-install