
On Tue, 06 Jan 2015 12:54:06 -0200 Cezar Rangel wrote:
Hi Predrag here is the pastbin of the xorg.0.log
Here is the clue: X.Org X Server 1.16.3 Release Date: 2014-12-20 <snip> (II) Module nouveau: vendor="X.Org Foundation" [ 139.675] compiled for 1.15.2, module version = 1.0.11 <-----this Hence the error [ 139.675] (EE) module ABI major version (15) doesn't match the server's version (18) Drivers are compiled for 1.15.2, and current xorg version is 1.16.3. Solution is rather easy: prt-get update $(prt-get dependent xorg-server) which will rebuild video and input drivers for current xorg. If you use nvidia binary driver, rebuild that too. Remember to do that after every xorg-server port update, and you shouldn't have any problems. HTH Pedja