398
edits
Changes
no edit summary
== 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]]