Actually I have found this Blur global shader very useful and nice by adjusting this parameter in blur.fx
static const float sharpness = 45
and this one has to match system resolution, not the one used in game
static const float2 resolution = float2(1920, 1080);