How to fix Avatar: Frontiers of Pandora on Heroic Games Launcher (Epic) not working because of incompatible DirectX version
?
?
Remove the pacman lock file:
sudo rm /var/lib/pacman/db.lck
Then reboot.
How to fix Roboquest (installed on heroic games launcher from GOG.com) not working because of missing Microsoft visual C++ libraries
Use winetricks to install the Microsoft visual C++ 2015-2019 runtime:
WINEPREFIX=/home/raffaele/.games/prefixes/Roboquest winetricks vcrun2019
add the following to ~/.bashrc
:
export XDG_SESSION_DESKTOP=bspwm
export XDG_SESSION_TYPE=x11 plank
change default java version:
sudo archlinux-java set java-11-openjdk
Boot into an arch-linux live usb-drive
Perform an arch-chroot:
mount /dev/sda2 /mnt
mount /dev/sda1 /mnt
arch-chroot /mnt
Remove /etc/X11/xorg.conf:
sudo rm -v /etc/X11/xorg.conf
Recreate /etc/X11/xorg.conf:
nvidia-xconfig
Update arch linux keyring:
sudo pacman -Sy archlinux-keyring
Remove the auto-configured file (specified in the error log):
sudo rm path-to-file
Remove cache files:
sudo paccache -r
sudo pacman -Rdd package
su
echo sg > /etc/modules-load.d/sg.conf
exit
sudo modprobe sg
flatpak override --user com.github.taiko2k.tauonmb --filesystem=~/Music
sudo nvidia-settings
go to X Server Display Configuration
go to Advanced
enable ForceCompositionPipeline
enable ForceFullCompositionPipeline
click Save to X Configuration File and enter /etc/X11/xorg.conf
sudo chown raffaele:raffaele /run/media/raffaele/250GB
example: it_IT.UTF-8 :
sudo vim /etc/locale.gen
decomment it_IT.UTF-8
save
generate new locale:
sudo locale-gen
Backup:
dconf dump /org/cinnamon/ > cinnamon_desktop_backup
Load:
dconf load /org/cinnamon/ < cinnamon_desktop_backup
xev
Then press key and look for the "keycode"
nmcli device wifi list
How to solve "Paru is broken after update: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory"
sudo pacman -Syu openssl-1.1