Mat*_*hew 7 multiple-monitors suspend intel-graphics wayland 22.04
刚刚升级到22.04。我连接了 2 台相同的显示器(连接到 MB,使用 Intel 显卡,一台使用 HDMI,一台使用 DisplayPort)并遇到以下问题:
当我使用 Xorg 时,我在 20.04 中偶尔遇到这个问题 - 但它现在与 22.04 wayland 非常一致(我想使用 Wayland,因为它解决了屏幕撕裂问题)。
有什么想法吗?我的第二个显示器实际上是纵向的并且有偏移,所以每次都重置它真的很笨重。
小智 0
你只需要将以下内容放入 /etc/X11/xorg.conf 中,注销并重新登录,它就会起作用。
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device1"
Driver "i915"
VendorName "UHD Graphics 750"
BusID "PCI:0:0:2"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
6154 次 |
| 最近记录: |