Difference between revisions of "Configure Graphics Cards"

imported>Aaditya
imported>Aaditya
Line 164: Line 164:




= Checking config =
= 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 =


You can check configuration with:
You can check configuration with:
Line 177: Line 191:


Note about ati, xorg file and login artifacts or kicad: if you get artifacts upon logging in or if kicad rendering and zooming is slow, try adding [Option "EXAPixmaps" "off"] in the "Device" section of xorg config file. See [https://wiki.archlinux.org/index.php/ATI#Artifacts_upon_logging_in here.]
Note about ati, xorg file and login artifacts or kicad: if you get artifacts upon logging in or if kicad rendering and zooming is slow, try adding [Option "EXAPixmaps" "off"] in the "Device" section of xorg config file. See [https://wiki.archlinux.org/index.php/ATI#Artifacts_upon_logging_in here.]
= 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 again:
sudo mhwd-gpu --setlib32 true
Reference: [https://forum.manjaro.org/index.php?topic=14080.msg155909#msg155909 Manjaro forum]


= See also =
= See also =
Anonymous user