本文发布于Cylon的收藏册,转载请著名原文链接~
Ubuntu屏幕分辨率无1920 1080
xrandr
没有1920X1080分辨率,所以手动添加一个1080P分辨率,先输入“cvt 1920 1080”命令,查询一下1080P分辨率的有效扫描频率
然后使用 xrandr 命令新建一种输出分辨率
sudo xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 10801083 1088 1120 -hsync +vsync
sudo xrandr --addmode Virtual1 "1920x1080_60.00"
Ubuntu 制作图标
进入 /usr/share/applications/下 创建文件
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/
本文发布于Cylon的收藏册,转载请著名原文链接~
链接:https://www.oomkill.com/2019/04/ubuntu-configration/
版权:本作品采用「署名-非商业性使用-相同方式共享 4.0 国际」 许可协议进行许可。