我有一个新的监视器(34“- 3440x1440 -144 to )用于我的笔记本电脑,但当我启动它时,监视器是完全黑色的。在设置监视器是可用的,但已禁用。当我启用它并想要保存时,它会自动禁用。
只有当我将分辨率更改为1920x1080-60hz或3440x1440-29.9hz时,监视器才能工作。但是,如果我想将它更改为3440x1440-60hz,它会自动返回到之前的29.9hz设置。
有人知道我如何使分辨率3440x1440与60赫兹工作吗?还是我的名片有问题?我有一艘船上和雷诺阿。
╰─ xrandr
Screen 0: minimum 320 x 200, current 6440 x 1920, maximum 16384 x 16384
eDP connected 1920x1080+0+840 (normal left inverted right x axis y axis) 344mm x 194mm
1920x1080 60.02*+ 48.02
1680x1050 60.02
1280x1024 60.02
1440x900 60.02
1280x800 60.02
1280x720 60.02
1024x768 60.02
800x600 60.02
640x480 60.02
HDMI-A-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 connected primary 1080x1920+1920+0 left (normal left inverted right x axis y axis) 521mm x 293mm
1920x1080 60.00*+ 144.00 120.00 119.88 119.98 99.93 50.00 59.94
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 59.90
1280x720 60.00 50.00 59.94
1024x768 119.99 75.03 70.07 60.00
832x624 74.55
800x600 119.97 72.19 75.00 60.32 56.25
720x576 50.00
720x480 60.00 59.94
640x480 75.00 72.81 66.67 60.00 59.94
720x400 70.08
DisplayPort-2 connected 3440x1440+3000+0 (normal left inverted right x axis y axis) 797mm x 334mm
3440x1440 59.97 + 29.99*
2560x1080 59.98 60.00 59.94 50.00
1720x1440 59.94
1920x1080 120.00 119.88 60.00 60.00 50.00 59.94
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 59.90
1280x720 60.00 50.00 59.94
1024x768 75.03 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
720x576 50.00
720x480 60.00 59.94
640x480 75.00 72.81 66.67 60.00 59.94
720x400 70.08
DisplayPort-3 disconnected (normal left inverted right x axis y axis)监视器从HDMI连接到HDMI。
我还用另一台Windows计算机试用了Monitor。在那儿很好用。如果我尝试从USB引导Linux,仍然存在相同的问题。
发布于 2022-10-11 10:46:11
@Michael,xrandr显示当前显示模式状态,+表示首选模式,*表示当前模式。
所以eDP是你的笔记本电脑内置显示器。我假设DisplayPort-1和DisplayPort-2是两个当前连接的监视器。为什么他们显示为DisplayPort而不是HDMI,我不知道,什么是笔记本电脑的制造/型号,你是通过某种码头或笔记本适配器连接吗?
无论如何,对于3440x1440监视器,它正在向Ubuntu报告,该分辨率支持的唯一刷新速率是59.97和29.99,因此它报告说该监视器在60 to支持3440x1440。
下面是xrandr的一个非常好的资源,特别是如何尝试添加不受支持的决议:https://wiki.archlinux.org/title/Xrandr#Adding_未发现_决议
因此,我建议您使用cvt来尝试这些指令来生成一个模型,如:
cvt 3440 1440 60
如果这样做不起作用,请尝试减少空白模式:
cvt -r 3440 1440 60
https://askubuntu.com/questions/1434564
复制相似问题