
XFCE 또는 LXDE에서 잘림 현상 없는 합성을 위해 Compton 사용
이러한 해결 방법을 시도해 보았지만 웹 페이지를 스크롤하는 동안 여전히 화면에서 끔찍한 이미지가 찢어지는 현상이 발생합니다.
NVIDIA 설정을 활성화 Sync to VBlack
하고 시작에 추가했습니다.Allow Flipping
compton -b
출력sudo lspci | grep NVIDIA
01:00.0 VGA compatible controller: NVIDIA Corporation GT200 [GeForce GTX 260] (rev a1)
xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 331.20 (buildd@roseapple) Mon Feb 3 15:07:22 UTC 2014
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "ViewSonic VA1926wSERIES"
HorizSync 24.0 - 82.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 260"
Option "Coolbits" "4"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "metamodes" "nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
웹 브라우저를 사용하거나 Ristretto 이미지 뷰어를 사용하면 찢어짐이 발생하므로 찢어짐도 발생합니다. 게임이나 플래시 비디오와 같은 비디오 응용 프로그램은 문제가 없으며 잘리지 않습니다.
파일 관리자에서도 이미지 찢어짐이 발생합니다.
답변1
전체 구성 파이프라인을 강제하여 문제를 해결했습니다.
이 명령을 사용하여 테스트
nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
세션 및 시작에 이 명령을 추가하여 변경 사항을 영구적으로 적용했습니다.
nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
Xubuntu 14.04를 실행하는 GTX260에서 잘 작동했습니다. :D