Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 17 Nov 2014 21:50:38 +0000
From: Henrique Lengler <henriqueleng@...nmailbox.org>
To: sabotage@...ts.openwall.com
Subject: Re: Xorg: Failed to load
 /lib/xorg/modules/drivers/intel_drv.so: Error relocating...

Hi,

Finally after a lot of attempts, I successfully made this module
load.
I first checked that all modules are being called by the
20-modules.conf,
so I suspected the problem was something missing in the package
compilation.
I entered the Alpine Linux PKGBUILDS, knowing that intel driver
works on it, and it is a musl based distro, and I saw that it 
calls mesa-dri, wich I got with this line in xf86-video-intel

diff --git a/pkg/xf86-video-intel b/pkg/xf86-video-intel
index f006f50..7a9726b 100644
--- a/pkg/xf86-video-intel
+++ b/pkg/xf86-video-intel
@@ -13,6 +13,7 @@ http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-2.21.15.
 ./configure -C --prefix="$butch_prefix" \
   --enable-xvmc \
   --disable-silent-rules \
+  --enable-dri

 make DESTDIR="$butch_install_dir" -j$MAKE_THREADS install

* For now I don't have a github account, so I need send by here.
* Alpine Linux's PKGBUILDs are a very good source, it's easy to port them to sabotage.

Regards,
-- 
Henrique Lengler

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.