Posts by lesydimitri

    I also experienced screen tearing in the latest beta.

    I solved it with the following xorg.conf (in /storage/.config/).

    Code
    Section "Device"
            Identifier  "AMD Graphics" 
            Driver      "radeon"
            Option      "DRI3"        "1"
            Option      "AccelMethod" "EXA"
            Option      "EXAVSync" "yes"
    Endsection