当前位置:   article > 正文

linux设置只打开外接屏幕,centos外接屏幕调节方法

warning: output dsi-1 not found; ignoring

xrandr --output VGA --auto --output LVDS --off

打开外接显示器,同时关闭笔记本液晶屏幕(只用外接显示器工作)

xrandr --output VGA --off --output LVDS --auto

关闭外接显示器,同时打开笔记本液晶屏幕 (只用笔记本液晶屏)

xrandr 命令行可以很方便地切换双屏,常用方式如下,其他的可以自己探索:

xrandr --output VGA --same-as LVDS --auto

打开外接显示器(最高分辨率),与笔记本液晶屏幕显示同样内容(克隆)

xrandr --output VGA --same-as LVDS --mode 1024x768

打开外接显示器(分辨率为1024x768),与笔记本液晶屏幕显示同样内容(克隆)

xrandr --output VGA --right-of LVDS --auto

打开外接显示器(最高分辨率),设置为右侧扩展屏幕

xrandr --output VGA --off

关闭外接显示器

[root@local68a3c437ebf5 桌面]# xrandr --output VGA --auto --output LVDS --off

warning: output VGA not found; ignoring

warning: output LVDS not found; ignoring

[root@local68a3c437ebf5 桌面]# xrandr --output VGA-1 --auto --output LVDS-1 --off

[root@local68a3c437ebf5 桌面]#

本文由 CentOS中文站 - 专注Linux技术 作者:centos 发表,其版权均为 CentOS中文站 - 专注Linux技术 所有,文章内容系作者个人观点,不代表 CentOS中文站 - 专注Linux技术 对观点赞同或支持。如需转载,请注明文章来源。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/304414
推荐阅读
相关标签
  

闽ICP备14008679号