View Single Post
Old 9th January 2016, 10:23   #102  |  Link
BRM
Registered User
 
Join Date: Feb 2015
Posts: 22
Quote:
Originally Posted by ts1 View Post
It's a pretty lightweight shader. Something wrong with your GPU drivers/setup. I tried it on Linux and it works fine with proprietary nVidia drivers, but with nouveau it's also not usable, very slow.
There is parameter to control sharpening strength.
I know, I get similar results with the 2-pass shader.
As for my setup, it's radeon-git, xorg.conf and xorg.conf.d/20-radeon.conf are as follows: http://pastebin.com/raw/aE3e21Bn

Code:
  Section "Device"
          Identifier "radeonVGA"
                      Driver "radeon"
                      Option "AccelMethod" "Glamor" # See compatibility on features page
                      Option "DRI3" "on" # Compatibility not very well documented, remove it if it fails
                      Option "EnablePageFlip" "On"
  EndSection
BRM is offline   Reply With Quote