Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

SPICE

59 bytes added, 02:50, 4 January 2019
no edit summary
'''[[w:SPICE (protocol)|SPICE]]''' (the Simple Protocol for Independent Computing Environments) is a remote-display protocol built for virtual environments.
 
== Filesystem sharing ==
Note: There is a bug in virt-manager that causes the Filesystem option to be unavailable even though it will work on your system.
9p
9pnet_virtio
 
* Reboot, or just mount your new filesystem with mount, and you should be set.
== Troubleshooting ==
* Reboot or restart X
=== Scroll wheel not working DPI set incorrectly ===The current version of x86-input-evdev has a bug that prevents scroll wheels from If you have issues with your DPI being used with absolute input devicesset incorrectly, you can manually override it for Xft by adding the following to '''.Xresources''' in your home directory: Xft. There is a patch available that has been applied dpi: 96 You will need to the Fedora package by default, and run <code>xrdb $HOME/.Xresources</code> from your '''.xinitrc''' if you do not already. [[UserCategory:mutantmonkey|mutantmonkeySoftware]] has made an [https[Category://aur.archlinux.org/packages/xf86-input-evdev-fedora/ AUR packageHowtos] 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.