linux外接HDMI显示器 不能正常显示的问题
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1.尝试重启lightdm
systemctl restart lightdm
2.调整xrandr
设置扩展屏幕的方向
以电脑为例,我想将扩展屏幕放置在自带屏幕的左边(eDP-1是笔记本自带屏幕,DP-1是外接屏幕)
输入命令
xrandr --output DP-1 --left-of eDP-1 --auto
1. 将视频输出发送到某个接口设备:
$ xrandr --output DFP1 --auto
2. 设置分辨率时需要指定设置的output及mode,如将LVDS-1的分辨率改为1920×1080,命令就是:
xrandr --output eDP1 --mode 1920x1080
--output:指定显示器。
--mode:指定一种有效的分辨率。
--rate:指定刷新率。
4 . 关闭某个接口设备的视频输出。
$ xrandr --output LVDS --off
设置双屏幕显示:
(1)打开外接显示器,双屏幕显示相同的内容--克隆,(auto为最高分辨率)
xrandr --output VGA-0 --same-as DVI-D-0 --auto
(2)若要指定外接显示器的分辨率可以使用下面的命令(1280*1024):
xrandr --output VGA-0 --same-as DVI-D-0 --mode 1280x1024
(3)打开外接显示器,设置为右侧扩展
xrandr --output VGA-0 --right-of DVI-D-0 --auto (DVI-D-0 是外屏)
(4)关闭显示器
xrandr --output VGA-0 --off
(5)打开VGA-0接口显示器,关闭DVI-D-0接口显示器
xrandr --output VGA-0 --auto --output DVI-D-0 --off
(6)设置HDMI2为主屏幕
xrandr --output HDMI2 --auto --primary
(7) 设置eDp1在HDMI2的右面
xrandr --output eDP1 --right-of HDMI2 --auto
作者:沈祥佑
链接:https://www.jianshu.com/p/4c37e52632da/
gsettings --schemadir /usr/share/glib-2.0/schemas/ get org.mate.SettingsDaemon.plugins.xrandr turn-on-external-monitors-at-startup ture
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)