It appears that the ati-drivers-8.40.4 and earlier are not compatible with the new xorg. I get the following in my X log: module ABI version (1) doesnt match the servers version (2) failed to load module "fglrx" (module requirement mismatch, 0) The errors occur even after remerging ati-drivers. This might have been expected, I remember similar problems with the ati drivers during a previous xorg update. I suggest updating the ati-drivers ebuild ASAP to prevent too many people from running into this. Reproducible: Always
We have Bug 191374 for update. All other complaints need to go upstream.
*** Bug 191880 has been marked as a duplicate of this bug. ***
<ati-drivers-8.41 really need to block any major xorg release (or future release) until they have been tested. I can't start my X server, and I can't build xorg-server-1.3. We shouldn't have to keep going through this each time Xorg does a new major release.
(In reply to comment #3) > We shouldn't have to keep going through this each time Xorg does a new major release. You need to tell this to ATI, use opensource drivers or buy different hardware.
Nvidia binary drivers impose the same api breakage, but allow to continue and even mention to use the '-ignoreABI' when starting the 'Xorg' server. Does this work with ATI binary drivers too?
(In reply to comment #3) > <ati-drivers-8.41 really need to block any major xorg release (or future > release) until they have been tested. I can't start my X server, and I can't > build xorg-server-1.3. We shouldn't have to keep going through this each time > Xorg does a new major release. > I've blocked a few packages and was able to build xorg-server 1.3 again. I didn't check, which package was the one, that caused the compiling issue, but I guess it was mesa (downgraded from 7.0 to 6.5).
(In reply to comment #5) > Nvidia binary drivers impose the same api breakage, but allow to continue and > even mention to use the '-ignoreABI' when starting the 'Xorg' server. > > Does this work with ATI binary drivers too? > No, it doesn't work. X starts, but then hangs. I've got this message in /var/log/messages: [fglrx:firegl_init_pcie] *ERROR* Only power-of-two ring buffer size is supported for PCIe xorg-server-1.4 _really_ should block current ati-drivers (and I guess, that they won't solve it with 8.41).
*** Bug 192125 has been marked as a duplicate of this bug. ***
*** Bug 193679 has been marked as a duplicate of this bug. ***
Put this in your xorg.conf Section "ServerFlags" Option "IgnoreABI" "on" EndSection and start X again.