Hacks
Fix for xbox “This App Needs a Few Things That Are Missing on this PC”
This happened because your windows has run out of space. If you get this error follow the below steps Make sure you have 2 to 3GB of free space on your harddisk or ssd Go to start menu and search for “Services“. Open it Scroll down to select “Storage Service“ Right click “Storage Service” and… Continue reading
Enable second display HP omen ryzen with nvidia on Arch linux
My assumptions: You already have a screen or tty to perform the steps You installed arch with nvidia proprietary drivers You are going to use Gnome This also works with manjaro Lets get started First you need to install gdm-prime which is a patched version of gdm. yay -S gdm-prime Next open the gdm configuration… Continue reading
Fix for ModuleNotFoundError: No module named ‘_ctypes’ on ubuntu
First you need to install libffi-dev Crete a new virtual environment and pip install Most probably this will fix it. Comment if it didn’t Enjoy smile Continue reading
Steam crashing on Ubuntu 20.04
If you have recently installed a fresh copy of Ubuntu 20.04 and find out that the steam is crashing, there is one solution that can be of help here. (the only one i encountered) Crashing usually happens when you have an NVIDIA card and proprietary NVIDIA drivers installed and you happen to have only 64… Continue reading