This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo add-apt-repository -y ppa:tista/ada[ta | |
| sudo apt install adapta-gtk-theme | |
| sudo add-apt-repository -y ppa:papirus/papirus | |
| sudo apt install papirus-icon-theme |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo -i | |
| apt install gcc make | |
| mkdir -p /media/cdrom | |
| mount /dev/cdrom /media/cdrom | |
| /media/cdrom/VBoxLinuxAdditions.run | |
| reboot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gtf 1920 1080 60 | |
| xrandr --newmode "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync | |
| xrandr --addmode Virtual1 "1920x1080_60.00" | |
| xrandr --output Virtual1 --mode "1920x1080_60.00" |