You are not logged in.

#1 2010-07-13 22:41:25

megagram
Member
Registered: 2007-12-26
Posts: 46

Fix for video tearing ATI Radeon HD 4200 using Catalyst Driver??

Hey guys, as the title asks, is there a fix for pretty serious video tearing that I am experiencing on my ATI Radeon HD 4200 video card? I'm using the proprietary driver (catalyst, built from AUR) and would prefer to use that one or, if need be, radeonhd driver as I need HDMI sound output.

Below is my xorg.conf.

Many many thanks in advance to anyone who may have some ideas/experience with this.

Section "ServerLayout"
        Identifier     "aticonfig Layout"
        Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
  Load  "glx"
  Load  "dri"
  Load  "drm"
EndSection

Section "ServerFlags"
        Option      "Xinerama" "off"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]-0"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]-0"
        Driver      "fglrx"
#       Driver      "radeonhd"
        BusID       "PCI:1:5:0"
        Option      "Audio" "on"
        Option      "HDMI"  "all"
        Option      "AccelMethod" "exa"            # to enable 2D and Xv acceleration on R6xx/R7xx - default AccelMethod shadowfb
        Option      "DRI" "on"                     # to enable 2D and Xv acceleration on R6xx/R7xx - default DRI disabled

EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]-0"
        Device     "aticonfig-Device[0]-0"
        Monitor    "aticonfig-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Offline

Board footer

Powered by FluxBB