Difference between revisions of "Configure Graphics Cards"

imported>Excalibur1234
(updated)
imported>Aaditya
Line 177: Line 177:


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]


[[Category:Contents Page]]
[[Category:Contents Page]]
Anonymous user