It seems http://gitweb.freedesktop.org/?p=xorg-xserver;a=commitdiff;h=a28652f9c35fbc009245382a5cc2a022f42366fc cause xorg-server to fail on my setup (Pegasos II 1GHz G4) When I try to start the Xorg server I see only a black screen. Revert this one makes xorg to work normaly.
OK, it seems this one is fixed by http://gitweb.freedesktop.org/?p=xorg-xserver;a=commitdiff;h=d8135eb9e414bf6957f64c5102ee0ef7c2404c6f But not quite I guess. DRM stops working after that. Looking in to the log's I can see -> ======== (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions/libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 7.0.0, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading sub module "drm" (II) LoadModule: "drm" (WW) Warning, couldn't open module drm (II) UnloadModule: "drm" (II) UnloadModule: "dri" (II) Unloading /usr/lib/xorg/modules/extensions/libdri.so (EE) Failed to load module "dri" (a required submodule could not be loaded, 0) ======== I see the libdrm is missing from /usr/lib/xorg/modules/extensions/ but compilation went fine.
Oups ... I looked at wrong directory. The libdrm.so is in /usr/lib/xorg/modules/linux normaly, but server is unable to load it correctly. I compared binary of libdrm with older version (ithout recent loader changes) and it's identical then I guess the fault is caused by loader changes.
Seems to be fixed in resent git
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.