最近入手IDEA发现,在Linux下其界面文字锯齿化十分严重。通过多番调整,得到了比较好的效果。
IDEA字体
Ubuntu 14.04 Xfce桌面环境 JDK 8 IDEA 15
安装通用的字体补丁,不同的Linux版本都有,我用的是Debian系列
sudo apt-get install fontconfig-infinality
使用OpenJDK字体补丁
sudo add-apt-repository ppa:no1wantdthisname/openjdk-fontfix
sudo apt-get update
sudo apt-get install openjdk-7-jdk
切换默认的java环境
重启系统,或重新登陆就可以看到字体已经变得平滑了。
如果还有问题,在 idea.sh 中添加:
IDEA_JDK=/path/of/openjdk
重新启动IDEA问题应该能解决了。
ubuntu下创建IDEA桌面图标快捷方式:http://www.linuxdiyf.com/linux/16633.html
linux下idea启动tomcat报JMX 1099错误解决办法:http://www.linuxdiyf.com/linux/13480.html
IntelliJ IDEA常用快捷键列表及技巧大全:http://www.linuxdiyf.com/linux/11286.html