vmware的ub系统长时间不动会黑屏
- Windows 设置 → 系统 → 显示 → 图形设置 → 选择 vmware.exe → 选“高性能”。
- NVIDIA 中设置电源高性能
- linux ub系统中电源设置从不息屏
直接编辑文件:
sudo nano /etc/gdm3/custom.conf
在 [daemon] 部分添加或取消注释:
[daemon]
Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false
验证修改是否成功:
grep -n “WaylandEnable” /etc/gdm3/custom.conf
修改完成后重启显示管理器:
sudo systemctl restart gdm3
5.勾选这二个