Linux连接投影仪

命令:xrandr

xrandr
Set the size, orientation and/or reflection of the outputs for a screen.

 - Display the current state of the system (known screens, resolutions, ...):
   xrandr --query

 - Disable disconnected outputs and enable connected ones with default settings:
   xrandr --auto

 - Change the resolution and update frequency of DisplayPort 1 to 1920x1080, 60Hz:
   xrandr --output {{DP1}} --mode {{1920x1080}} --rate {{60}}

 - Set the resolution of HDMI2 to 1280x1024 and put it on the right of DP1:
   xrandr --output {{HDMI2}} --mode {{1280x1024}} --right-of {{DP1}}

 - Disable the VGA1 output:
   xrandr --output {{VGA1}} --off

从HDMI借口输出并且与显示器画面相同:

xrandr --output DVI-I-1 --same-as VGA-0

还没试过,明天组会试一下。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值