Difference between revisions of "Configure Graphics Cards"

mhwd-gpu no longer has --set-lib32 flag
imported>Cscs
imported>Cscs
(mhwd-gpu no longer has --set-lib32 flag)
Line 163: Line 163:
  sudo mhwd -r pci video-nvidia
  sudo mhwd -r pci video-nvidia


= Enable or disable 32 bit support on 64 bit (multilib) =
If one does not do any gaming or use Wine for Windows based applications, 32 bit support can be removed from mhwd on 64 bit systems (multilib).
The following command will disable lib32 support from mhwd and prevent it from pulling lib32 packages:
sudo mhwd-gpu --setlib32 false
To enable:
sudo mhwd-gpu --setlib32 true
Reference: [https://forum.manjaro.org/index.php?topic=14080.msg155909#msg155909 Manjaro forum]


= Checking configuration =
= Checking configuration =
Anonymous user