ipe*_*cks 4 xfce xubuntu nvidia google-chrome tearing
我使用的是 Xubuntu 15.04 和 GeForce GT 630。
此外,我正在使用这个 hack https://github.com/chjj/compton/wiki/vsync-guide(最后一点)和 nvidia 驱动程序 355.11 来防止在 Xfce 中撕裂。
所有应用程序一切正常,但我仍然在 Google Chrome(版本 45.0.2454.101)中看到撕裂:在 Youtube 视频、谷歌地图等网络应用程序中,但在 Firefox 中没有。
有没有可能以某种方式解决这个问题?
我为 Nvidia 卡创建了自定义 xorg.conf 以避免撕裂(见下文)。如您所见,主线有:
Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
Run Code Online (Sandbox Code Playgroud)
如果失败,请尝试生成自己的 xorg.conf。Nvidia 驱动程序的每次更新都可以替换您的 xorg.conf,这就是为什么只需再次替换它的原因。
此 hack 还修复了网络视频中的撕裂问题。
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 364.19 (buildmeister@swio-display-x64-rhel04-11) Tue Apr 19 15:22:17 PDT 2016
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
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"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3528 次 |
| 最近记录: |