Install xfce4
sudo apt update
sudo apt install xfce4 xfce4-goodies
Install TigerVNC -
0. DONT try to install "Ubuntu 21.10" from ISO because kernel 5.13 has bug and installer doesnt see NVME! | |
Details: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1942624 | |
https://askubuntu.com/questions/1369636/ssd-nvme-m-2-not-detected-on-ubuntu-21-10-during-installation | |
1. Install w10 as regular | |
1.1. Download MediaCreationTool21H2.exe from https://www.microsoft.com/ru-ru/software-download/windows10 | |
1.2. Write ISO to USB flash | |
1.3. Install it | |
1.4. Only this image Windows 10 x64 Pro works fine with UEFI Activation Key !!! | |
1.5. Any DRIVERS for GS66-Stealth-11UH-054PL on POLAND MSI Site here: https://pl.msi.com/Laptop/GS66-Stealth-11UX/support?sku_id=68905 |
sleep 5 | |
for Id in $(xinput --list | grep "A4TECH USB" | grep -oE "id=[0-9]{1,2}" | grep -oE "[0-9]{1,2}") | |
do | |
#if [ "$(xinput --list-props $Id | grep -oE "\"Rel Horiz Wheel\"")" ] | |
if [ "$(xinput --list-props $Id | grep -oE "Button Scrolling Button Default")" ] | |
then | |
buttonId=$Id | |
fi | |
done | |
sleep 5 |