Question: How to solve inequality equation?

I tried

solve(log[3+sqrt(8)](3-x)-log[17-6*sqrt(8)](4*x^2+20*x+25)+log[3-sqrt(8)](x^2+x-2)>=0,x);

and got 

Warning, solutions may have been lost

RealRange(-infinity,Open(-5/2)), RealRange(Open(-5/2),Open(-2)), RealRange(Open(1),Open(3))

How can I get the exact the solution?

Please Wait...