2,684
edits
(→WSL2) |
(→WSL2) |
||
Line 159: | Line 159: | ||
to make the shelx* programs happy (see https://github.com/microsoft/WSL/issues/4694 ), and "vsyscall=emulate" appear in /proc/cmdline. After creating the file, WSL must be restarted (or the machine booted). | to make the shelx* programs happy (see https://github.com/microsoft/WSL/issues/4694 ), and "vsyscall=emulate" appear in /proc/cmdline. After creating the file, WSL must be restarted (or the machine booted). | ||
A few libraries also needed installation: | A few libraries also needed installation (tcsh is needed by CCP4, the others are graphics libraries): | ||
sudo apt install tcsh libqt5opengl5 libqt5printsupport5 libqt5gui5 libxcb-render0 libxcb-shm0 libglu1-mesa | sudo apt install tcsh libqt5opengl5 libqt5printsupport5 libqt5gui5 libxcb-render0 libxcb-shm0 libglu1-mesa | ||
In addition, the Xming Xlaunch needed a box checked that prevents access control; and the Windows firewall needed a rule for port 6000 as shown in https://stackoverflow.com/questions/61110603/how-to-set-up-working-x11-forwarding-on-wsl2 . | In addition, the Xming Xlaunch needed a box checked that prevents access control; and the Windows firewall needed a rule for port 6000 as shown in https://stackoverflow.com/questions/61110603/how-to-set-up-working-x11-forwarding-on-wsl2 . | ||
Performance of coot is good enough for me (100 frames/sec for "Spin view" of a thaumatin molecule). XDSGUI and multi-threaded XDS work as expected. Even the NEGGIA plugin appears to work correctly (but I had no luck with the DURIN plugin). | Performance of coot is good enough for me (100 frames/sec for "Spin view" of a thaumatin molecule, on a Dell XPS13 7390 2-in-1 notebook). XDSGUI and multi-threaded XDS work as expected. Even the NEGGIA plugin appears to work correctly (but I had no luck with the DURIN plugin). | ||
== See also == | == See also == | ||
[[Cluster Installation]] | [[Cluster Installation]] |