您需要 登录 才可以下载或查看,没有账号?注册
使用道具 举报
# create temp file for X resources XRESOURCES=`mktemp /tmp/xrdb.XXXXXX` # Has to go prior to merging Xft.xrdb, as its the "Defaults" file #test -r $HOME/.Xdefaults && cat $HOME/.Xdefaults >> $XRESOURCES cat >> $XRESOURCES << EOF Xft.dpi: 96 Xft.hinting: 1 Xft.hintstyle: hintmedium EOF # ~/.Xresources contains overrides to the above #test -r $HOME/.Xresources && cat $HOME/.Xresources >> $XRESOURCES # load all X resources xrdb -nocpp -merge $XRESOURCES rm -f $XRESOURCES
xdpyinfo|grep dot
startx='startx -- -dpi 96'
alias startx='startx -- -dpi 96'
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
GMT+8, 2025-8-30 00:25 , Processed in 0.048546 second(s), 17 queries .
© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.