Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

SPICE

502 bytes added, 02:50, 4 January 2019
no edit summary
== Scroll wheel ==The current version of x86-input-evdev has a bug that prevents scroll wheels from being used with absolute input devices. There '''[[w:SPICE (protocol)|SPICE]]''' (the Simple Protocol for Independent Computing Environments) is a patch available that has been applied to the Fedora package by default; [https://linx.li/code/0001-allow-relativeremote-scroll-valuators-on-absolute-devices.patch.html a version of this patch display protocol built for Arch] is also availablevirtual environments.
== Filesystem sharing ==
9p
9pnet_virtio
 
* Reboot, or just mount your new filesystem with mount, and you should be set.
 
== Troubleshooting ==
=== Graphical corruption or lag with QXL video driver ===
* Add the following to '''/etc/X11/xorg.conf.d/20-qxl.conf''':
Section "Device"
Identifier "qxl"
Driver "qxl"
Option "ENABLE_SURFACES" "False"
EndSection
 
* 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.
 
[[Category:Software]]
[[Category:Howtos]]