`

ubuntu安装lxde,解决fcitx无法启动,系统显示字体过小等问题

 
阅读更多

Lxde显示器设置问题

 

命令行下执行指令:xrandr

得到如下输出:

 

Screen 0: minimum 320 x 200, current 3360 x 1080, maximum 8192 x 8192
DIN disconnected (normal left inverted right x axis y axis)
DVI-0 connected primary 1440x900+1920+0 (normal left inverted right x axis y axis) 408mm x 255mm
   1440x900       59.9*+   75.0  
   1280x1024      75.0     60.0  
   1280x960       60.0  
   1280x800       59.8  
   1152x864       75.0  
   1024x768       75.1     70.1     60.0  
   832x624        74.6  
   800x600        72.2     75.0     60.3     56.2  
   640x480        75.0     72.8     66.7     60.0  
   720x400        70.1  
DVI-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
   1920x1080      60.0*+
   1600x900       60.0  
   1280x1024      75.0     60.0  
   1152x864       75.0  
   1024x768       75.1     60.0  
   800x600        75.0     60.3  
   640x480        75.0     60.0  
   720x400        70.1  

 

 

期望显示器 DVI-1 的屏幕内容处于 DVI-0 的左侧,执行如下指令即可:

 

xrandr --output DVI-1 --left-of DVI-0

 

 

如果需要每次登录都默认变成这样的展示模式,可以将这个指令加入到启动脚本当中。

我现在是加到了~/.bashrc当中的最后一行(这种方式其实是有问题的,因为只有命令行启动的时候,才会执行.bashrc,所以还得找找图形化桌面初始化时的启动脚本,把指令加到那里就对了)

 

fcitx无法使用问题

 

执行指令:fcitx-diagnose

发现如下检测日志:

 

/usr/share/fcitx/addon

2.  找到了 1 个被禁用的插件:

            fcitx-dbus

 

修改文件 ~/.config/fcitx/addon/fcitx-dbus.conf 中的内容,将Enabled设置为True

 

 

字体太小问题

ubuntu当中的界面字体太小了,搜索到文章:http://askubuntu.com/questions/454279/change-default-system-font-using-terminal-only-in-14-04/454292#454292

 

可以通过如下指令修改设置的系统显示字体和最终显示到屏幕上的字体尺寸的调整比例:

 

gsettings set org.gnome.desktop.interface text-scaling-factor '1.0'

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics