Windows에 결함이 있어 올바르게 렌더링되지 않습니다.

Windows에 결함이 있어 올바르게 렌더링되지 않습니다.

저는 최근 Ubuntu 22.04가 사전 설치된 새 노트북인 System 76 Lemur Pro를 구입했습니다. 저는 Awesome Window Manager 4.3을 설치하고 구성해 왔습니다. 외부 모니터를 설정한 날 재부팅한 후 문제가 시작되었기 때문에 xrandr 또는 piccom을 엉망으로 만든 것 같습니다. 내 프로그램 중 일부는 렌더링 문제가 발생하기 시작했고 다시 시작한 후 충돌했습니다.

  • Qutebrowser에 크고 깜박이는 검은 점이 나타나기 시작합니다. 그림을 참조하세요. config.py 파일에 또는 를 추가하여 c.qt.force_software_rendering = 'software-opengl'Qutebrowser의 문제를 해결하십시오 . 또는 때 문제가 다시 발생합니다 c.qt.force_software_rendering = 'qt-quick'. c.qt.force_software_rendering = 'chromium'c.qt.force_software_rendering = 'none'Qutebrowser의 렌더링 문제

  • VScodium은 일부 아이콘에서 덜 깜박이기 시작했습니다. 스크린샷이 없습니다. 그러나 argv.json에 다음을 추가하여 문제가 해결되었습니다.

// Use software rendering instead of hardware accelerated rendering.
// This can help in cases where you see rendering issues in VS Code.
  "disable-hardware-acceleration": true,
  • 이 문제는 Alacritty와 BitWarden에 여전히 존재하며 둘 다 많은 문제가 있습니다. Alacritty에서는 선이 투명하고 색상이 배경화면과 일치합니다. 민첩성 렌더링 문제 Bitwarden 렌더링 문제

Nautilus, Thunderbird, Zotero, Firefox와 같은 다른 클라이언트는 영향을 받지 않습니다.

먼저 xrandr이 이상한 일을 하고 있는지 확인했습니다. 나는 읽었다xrandr Archwiki화면에 깜박이는 지시사항을 따르세요. 그래서 저는 cvt -v 1920 1080두 모니터 모두에 대해 표준화된 설정을 구한 다음 설정 하곤 했습니다 . 이제 xrandr다음과 같은 출력이 제공됩니다.

Screen 0: minimum 8 x 8, current 3840 x 1747, maximum 32767 x 32767 
eDP1 connected primary 1920x1080+1920+667 (normal left inverted right x axis y axis) 310mm x 170mm    
1920x1080        60.05 +  59.96    
1920x1080_60.00  59.96* 
DP1 disconnected (normal left inverted right x axis y axis) DP2 disconnected (normal left inverted right x axis y axis) DP3 disconnected (normal left inverted right x axis y axis) 
DP4 disconnected (normal left inverted right x axis y axis) 
HDMI1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 600mm x 340mm            
1920x1080     60.00 +  50.00    59.94     59.93    
1920x1080i    60.00    50.00    59.94    
1600x900      60.00    
1280x1024     75.02    60.02    
1152x864      75.00    
1280x720      60.00    50.00    59.94    
1024x768      75.03    60.00    
800x600       75.00    60.32    
720x576       50.00    
720x576i      50.00    
720x480       60.00    59.94    
720x480i      60.00    59.94   
640x480       75.00    60.00    59.94    
720x400       70.08   
1920x1080R    59.93* 
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

출력 모드를 변경해도 문제가 해결되지 않았습니다.

다음으로, 찢어짐에 의한 현상일 수도 있다고 생각하여 Intel 드라이버를 "TearFree"로 구성해 보았습니다. 이제 구성 파일은 /etc/X11/xorg.conf.d/20-intel.conf다음과 같습니다.

Section "Device"
    Identifier  "Intel Graphics"
    Driver      "intel"
    Option      "Backlight"  "intel_backlight"
    Option      "TearFree"  "true"
EndSection

이것은 도움이 되지 않습니다.

나는 어찌할 바를 모르고 있다. 제가 아는 것은 하드웨어 렌더링과 관련이 있다는 것뿐입니다. 하지만 솔루션을 어디서 찾을 수 있는지, 이 문제를 추가로 해결하는 방법을 모르겠습니다. 도움을 주시면 감사하겠습니다.

이 내 꺼야 neofetch:

OS: Ubuntu 22.04.2 LTS x86_64
Host: Lemur Pro lemp12
Kernel: 6.2.6-76060206-generic
Uptime: 1 hour, 56 mins
Packages: 1954 (dpkg), 13 (snap)
Shell: zsh 5.8.1
Resolution: 1920x1080, 1920x1080
WM: awesome
Theme: Numix [GTK3]
Icons: Numix [GTK3]
Terminal: alacritty
CPU: 13th Gen Intel i7-1355U (12) @ 5.000GHz
GPU: Intel Device a7a1
Memory: 4444MiB / 15828MiB

관련 정보