由于Ubuntu 18.04版本的屏幕分辨率没有1920 * 1080,所以需要自己配置一下。
Section "Monitor"
Identifier "Configured Monitor"
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
Option "PreferredMode" "1920x1080_60.00"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Ubuntu 18.04中右击只有新建文件夹的功能,没有了新建文档的功能,对某些用户造成了不必要的麻烦,这里介绍一种方法将这个功能添加到右击选项菜单中