sh Ubuntu通关屏决议
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Ubuntu通关屏决议相关的知识,希望对你有一定的参考价值。
#!/bin/sh -e
RES="1920 1280 60" && \
DISP=$(/usr/bin/xrandr | /bin/grep -e " connected [^(]" | /bin/sed -e "s/\([A-Z0-9]\+\) connected.*/\1/") && \
MODELINE=$(/usr/bin/cvt $(/bin/echo $RES) | /bin/grep -e "Modeline [^(]" | /bin/sed -r 's/.*Modeline (.*)/\1/') && \
MODERES=$(echo $MODELINE | /bin/grep -o -P '(?<=").*(?=")') && \
cat > ~/.xprofile << _EOF
#!/bin/sh
xrandr --newmode $MODELINE
xrandr --addmode $DISP $MODERES
exit 0
_EOF
chmod +x ~/.xprofile
ls -lh ~/.xprofile
cat ~/.xprofile
以上是关于sh Ubuntu通关屏决议的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu 设置双屏显示
upload-labs通关(Pass-06~Pass-10)
sh iterm2分屏切换
ubuntu10.10安装白屏怎么解决?
linux初步
每次挂起ubuntu虚拟机就会黑屏卡住,请问怎么解决?