Changes
SPICE
,no edit summary
* Reboot or restart X
=== DPI set incorrectly ===
If you have issues with your DPI being set incorrectly, you can manually override it for Xft by adding the following to '''.Xresources''' in your home directory:
Xft.dpi: 96
You will need to run <code>xrdb $HOME/.Xresources</code> from your '''.xinitrc''' if you do not already.
=== Scroll wheel not working ===
The current version of x86-input-evdev has a bug that prevents scroll wheels from being used with absolute input devices. There is a patch available that has been applied to the Fedora package by default, and [[User:mutantmonkey|mutantmonkey]] has made an [https://aur.archlinux.org/packages/xf86-input-evdev-fedora/ AUR package] that includes this patch. [https://linx.li/code/0001-allow-relative-scroll-valuators-on-absolute-devices.patch.html An extracted and update version] is also available.