moerjielovecookie

Sawen_Blog

一个普通工科牲的博客网站
x
github
follow
email

WSL2 Ubuntu-22.04 LTS

1 GUI Glitch#

The default display manager for Ubuntu-20.04 installed on WSL 2 is gdm. By default, when running the vivado installer, the GUI experiences glitches when the page changes, and modifying the scaling does not fix it.

1.1 Solution#

Installing kde and changing the display manager to ssdm will fix this issue.

2 Ubuntu nvim copied content cannot be pasted into Windows#

The reason is that Linux programs in wsl2 cannot directly access the Windows clipboard.
Installing wl-clipboard will resolve this issue.

 sudo apt install wl-clipboard
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.