ID:369309261
Херня какая то с этим xorg. Дрова стали. Да и дефолтные нормальные были. Заблеклистил всё кроме родных. Куча предупреждений до кучи к старым.
Это херня с nouveau. Вот, что они пишут у себя на сайте:
"Your DDX does not work with your current kernel and/or libdrm. There are at least three possible reasons for this: the nouveau DRM kernel module is not loaded, a version mismatch between the Nouveau DRM and libdrm, or KMS being disabled.
First check, that lsmod command lists nouveau. If not, do modprobe nouveau to load the nouveau DRM kernel module, and check the kernel log for possible errors.
If the kernel module nouveau is loaded according to lsmod command, but there are no kernel messages about nouveau at all, then most likely Nouveau KMS is disabled. This prevents the driver to work at all. Possible places to disable KMS are:
kernel command line with: nomodeset, drm.modeset=0, nouveau.modeset=0 or similar
modprobe.conf or modprobe.d/ adding the module options drm modeset=0 or nouveau modeset=0
initramfs carrying the above module options
Check and remove all those that you may find, and retry. "