nyback2 wrote:I follow the instructions, have checked gentoo wiki xlibre page, overlay readme, and an issues thread in the xlibre git on the wiki contents. but it always wants to pull in xorg-drivers. And fails on xf86-video-intel
I think it should not pull in those, but use the xlibre-drivers package instead when using xlibre-server.
Anyone had any success?
/Andreas
What commands did you run?
Just these should work:
Code: Select all
emerge -C xorg-server xorg-drivers
emerge -av xorg-server::xlibre
The -C is necessary, because xorg-server is a dummy package that pulls in xlibre-server, which would conflict with the regular xorg-server package.
Note that some use flags were added to the {xorg,xlibre}-server packages, like glx and glx-dri, so if you want them, you should enable them (they are enabled by default).
If something else on your system already pulls in xorg-server, you can --oneshot it.