小编che*_*ire的帖子

在 Ubuntu 18.04 上设置超宽 (3440x1440) 显示器

我正在尝试在超宽显示器上正确设置 ubuntu。
到目前为止我做了什么:

  1. 我跑了:

    xrandr
    
    Run Code Online (Sandbox Code Playgroud)

    并发现我连接的显示器是HDMI-0

    HDMI-0 connected 1920x1080+258+0 (normal left inverted right x axis y axis) 797mm x 333mm
    1920x1080     60.00*   50.00    59.94  
    1680x1050     59.88  
    1600x900      60.00
    ...
    
    Run Code Online (Sandbox Code Playgroud)
  2. 然后我跑了:

    gtf 3440 1440 60
    
    Run Code Online (Sandbox Code Playgroud)

    找到我想要的分辨率并得到这个Modeline3440x1440

      # 3440x1440 @ 60.00 Hz (GTF) hsync: 89.40 kHz; pclk: 419.11 MHz
      Modeline "3440x1440_60.00" 419.11  3440 3688 4064 4688  1440 1441 1444 1490  -HSync +Vsync
    
    Run Code Online (Sandbox Code Playgroud)
  3. 接下来是添加新模式:

    xrandr --newmode MODELINE GOES HERE
    
    Run Code Online (Sandbox Code Playgroud)

    以我为例:

    xrandr --newmode "3440x1440_60.00" 419.11  3440 3688 4064 4688 …
    Run Code Online (Sandbox Code Playgroud)

xrandr monitor display-resolution

9
推荐指数
1
解决办法
2万
查看次数

谷歌浏览器 youtube 视频上的绿色和蓝色水平线

我在谷歌浏览器中播放的几乎每个 YouTube 视频的底部都有这些绿色和蓝色线条。我在 Manjaro 中遇到了类似的问题,所以我认为这个问题不是基于发行版的。我正在使用带有集成英特尔图形的 macbookpro,并且已经解决了屏幕撕裂问题,但我认为这是 google chrome 问题。

我发现 Brave Browser 在该线程中 存在与指纹识别相关的类似问题,但不知道这与此有何关联。

这是我的情况下的图像 在此处输入图片说明

任何人都经历过这个或知道是什么导致了这个或如何解决它?

我使用的是 Google Chrome -版本 85.0.4183.83(官方版本)(64 位)

video youtube google-chrome graphics

4
推荐指数
1
解决办法
9388
查看次数