Last active
April 10, 2020 06:05
-
-
Save hachre/155492e6b87a3c5db6276822f8a44b70 to your computer and use it in GitHub Desktop.
Reinstall all existing packages on Manjaro
This file contains 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
touch /.forcefsck | |
reboot | |
pacman-key --init | |
pacman-key --populate | |
pacman-key --refresh | |
pacman -Syy | |
pacman -S --noconfirm --force $(pacman -Qq) | |
mhwd-kernel -i linux411 | |
mhwd -a pci nonfree 0300 | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi hachre, figured you might like some closure and I wanted to thank you again
for your help. I re-installed the whole os from live media a couple more
times, playing with different things. Eventually I decided/figured out
something similar to the following:
mhwd
mhwd
decided that I wanted the "video-hybrid-intel-nvidia-bumblebee" drivermhwd -i pci video-nvidia
after uninstalling that bumblebee driverSo, I am very interested in learning more about hybrid graphics solutions for desktop pcs
and more in general about what I was doing wrong and what I should have been doing instead, and whether I ended up with a "correct" solution or just one that "happens to work"