Gentoo Archives: gentoo-hardened

From: Gordon Malm <gentoo-hardened-ml-01@××××××.org>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] Error setting up Xorg 7.3 on Gentoo Hardened (PaX + grsecurity)
Date: Thu, 17 Apr 2008 12:36:00
Message-Id: 200804170535.09594.gentoo-hardened-ml-01@bumpin.org
In Reply to: [gentoo-hardened] Error setting up Xorg 7.3 on Gentoo Hardened (PaX + grsecurity) by wahjava.ml@gmail.com (Ashish Shukla =?utf-8?B?4KSG4KS24KWA4KS3IA==?= =?utf-8?B?4KS24KWB4KSV4KWN4KSy?=)
1 I suspect you are having the same problem I just ran into last night on x86.
2
3 scanelf -a /usr/lib64/xorg/modules/drivers/i810_drv.so will show that
4 i810_drv.so is linked bind NOW rather than LAZY.
5
6 I think an eclass or the ebuild itself should be taking care of this, but I
7 haven't looked into it/filed a bug yet. Will soon. For now you can work
8 around it like this:
9
10 LDFLAGS="-Wl,-z,lazy" emerge xf86-video-i810
11
12 HTH,
13 Gordon Malm
14
15 On Wednesday, April 16, 2008 14:19:34 Ashish Shukla आशीष शुक्ल wrote:
16 > Hi,
17 >
18 > I'm trying to setup Xorg (=xorg-server-1.3.0.0-r5) on my recently
19 > installed gentoo-hardened (amd64) laptop. When I execute Xorg, I get
20 > following error:
21 >
22 > ----8<----8<----
23 > abbe@monte-cristo ~ $ Xorg
24 >
25 > X Window System Version 1.3.0
26 > Release Date: 19 April 2007
27 > X Protocol Version 11, Revision 0, Release 1.3
28 > Build Operating System: UNKNOWN
29 > Current Operating System: Linux monte-cristo 2.6.23-hardened-r9 #1 SMP Wed
30 > Apr 1 6 07:17:19 IST 2008 x86_64
31 > Build Date: 16 April 2008
32 > Before reporting problems, check http://wiki.x.org
33 > to make sure that you have the latest version.
34 > Module Loader present
35 > Markers: (--) probed, (**) from config file, (==) default setting,
36 > (++) from command line, (!!) notice, (II) informational,
37 > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
38 > (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 17 02:42:42 2008
39 > (EE) Unable to locate/open config file
40 > New driver is "i810"
41 > (==) Using default built-in configuration (55 lines)
42 > dlopen: /usr/lib64/xorg/modules/drivers//i810_drv.so: undefined symbol:
43 > ExaOffsc reenMarkUsed
44 > (EE) Failed to load /usr/lib64/xorg/modules/drivers//i810_drv.so
45 > (EE) Failed to load module "i810" (loader failed, 7)
46 > (EE) Failed to load module "fbdev" (module does not exist, 0)
47 > (II) Module already built-in
48 > (EE) VESA(0): No matching modes
49 > (EE) Screen(s) found, but none have a usable configuration.
50 >
51 > Fatal server error:
52 > no screens found
53 > ---->8---->8----
54 >
55 > I'm testing this on my Intel 965G + Intel Core2 Duo T5450 laptop. I've
56 > pasted my kernel configuration[1] and /var/log/Xorg.0.log[2].
57 >
58 > If anymore information is required, please post here.
59 >
60 > References:
61 > [1] - http://wahjava.googlepages.com/kernel-config
62 > [2] - http://wahjava.googlepages.com/Xorg.0.log
63 >
64 > TIA
65
66
67 --
68 gentoo-hardened@l.g.o mailing list

Replies