Ubuntu 18.04.4 LTS(Bionic Beaver)安装

Ubuntu下载地址(选择最下面的.iso镜像文件):http://releases.ubuntu.com/18.04/
Ubuntu安装教程:https://blog.csdn.net/stpeace/article/details/78598333
root权限获取:https://www.cnblogs.com/YC-L/p/12186402.html(root用户登入)
root自动登入:https://blog.csdn.net/qq_38196234/article/details/89558855
ubuntu16.04root自动登入:https://www.cnblogs.com/daofaziran/p/12605344.html

修改/etc/gdm3/custom.conf(红色部分为添加部分)

# Enabling automatic login
#  AutomaticLoginEnable = true
#  AutomaticLogin = user1
AutomaticLoginEnable=true
AutomaticLogin=root

# Enabling timed login
#  TimedLoginEnable = true
#  TimedLogin = user1
#  TimedLoginDelay = 10
TimedLoginEnable=true
TimedLogin=root
TimedLoginDelay=5

#AutomaticLoginEnable=False
#AutomaticLogin=iboundary
AutomaticLoginEnable=True
AutomaticLogin=root


[security]

[xdmcp]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true

open-vm-tools工具说明:https://baijiahao.baidu.com/s?id=1634913528783025994&wfr=spider&for=pc

ubuntu18.04美化:https://blog.csdn.net/qq_42527676/article/details/91356154

Ubuntu美化:https://blog.csdn.net/ice__snow/article/details/80152068

问题1:全屏设置

VM里面,不能将屏幕铺满,都是左右留一部分黑条,有人说下载VMware Tools就行了,但试过没用,修改分辨率全部试过也对不上。 (一定不要安装vmware tools,vmwaretools和open-vm-tools只能安装其中一个,不然会产生冲突)

于是试了官方推荐的开源的open-vm-tools,所有这里我推荐使用open-vm-tools工具。(打开终端)

*安装:sudo apt-get install open-vm-tools-desktop
*卸载:sudo apt-get autoremove open-vm-tools

然后执行重启

reboot

 如果不能显示全屏,

原文地址:https://www.cnblogs.com/iBoundary/p/12652298.html