Ubuntu屏幕分辨率无1920 1080

xrandr

没有1920X1080分辨率,所以手动添加一个1080P分辨率,先输入“cvt 1920 1080”命令,查询一下1080P分辨率的有效扫描频率

然后使用 xrandr 命令新建一种输出分辨率

bash
1
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 10801083 1088 1120 -hsync +vsync 
bash
1
sudo xrandr --addmode Virtual1 "1920x1080_60.00" 

Ubuntu 制作图标

进入 /usr/share/applications/下 创建文件

bash
1
2
3
4
5
6
7
8
9
cylon@cylon-PC:/usr/share/applications$ cat goland.desktop 
[Desktop Entry]
Encoding=UTF-8
Name=Goland
Exec=goland.sh
Icon=/home/lc/goland/bin/goland.svg
Terminal=false
Type=Application
Categories=Development;

主题目录: /usr/share/themes/

图标主题目录: /usr/share/icons/