Gentoo Archives: gentoo-hardened

From: "आशीष शुक्ल Ashish Shukla" <wahjava.ml@×××××.com>
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 10:34:32
Message-Id: 20080417103424.GA8911@chateau.d.lf
In Reply to: Re: [gentoo-hardened] Error setting up Xorg 7.3 on Gentoo Hardened (PaX + grsecurity) by pageexec@freemail.hu
1 ,--[ On Thu, Apr 17, 2008 at 11:12:51AM +0200, pageexec@××××××××.hu wrote:
2 | On 17 Apr 2008 at 2:49, Ashish Shukla wrote:
3 |
4 | > dlopen: /usr/lib64/xorg/modules/drivers//i810_drv.so: undefined symbol: ExaOffsc
5 | > reenMarkUsed
6 |
7 | i can't tell why but the exa module wasn't loaded automatically so
8 | you'll have to do it explicitly in xorg.conf. if you get further missing
9 | symbol messages (for this or other modules) then repeat the process
10 | ;).
11
12 After loading "exa" by adding 'Load "exa"' in section "Module", and
13 starting Xorg, I get message about following symbol missing message:
14
15 dlopen: /usr/lib64/xorg/modules//libexa.so: undefined symbol: fbGlyph8
16
17 After loading "fb", I got following symbol missing message:
18
19 dlopen: /usr/lib64/xorg/modules/drivers//i810_drv.so: undefined symbol: vbeFree
20
21 After loading "vbe", I got following symbol missing message:
22
23 dlopen: /usr/lib64/xorg/modules/drivers//i810_drv.so: undefined symbol: vgaHWProtect
24
25 After loading "vgahw", I got following symbol missing message:
26
27 dlopen: /usr/lib64/xorg/modules/drivers//i810_drv.so: undefined symbol: XAAGetPatternROP
28
29 After loading "xaa", I got following symbol missing message:
30
31 dlopen: /usr/lib64/xorg/modules/drivers//i810_drv.so: undefined symbol: ShadowFBInit
32
33 After loading "shadowfb", I got following symbol missing message:
34
35 dlopen: /usr/lib64/xorg/modules/drivers//i810_drv.so: undefined symbol: xf86int10Addr
36
37 After loading "int10", I didn't get any symbol missing message :)
38
39 ----8<----8<----
40 abbe@monte-cristo ~ $ Xorg
41
42 X Window System Version 1.3.0
43 Release Date: 19 April 2007
44 X Protocol Version 11, Revision 0, Release 1.3
45 Build Operating System: UNKNOWN
46 Current Operating System: Linux monte-cristo 2.6.23-hardened-r9 #1 SMP Wed Apr 1
47 6 07:17:19 IST 2008 x86_64
48 Build Date: 16 April 2008
49 Before reporting problems, check http://wiki.x.org
50 to make sure that you have the latest version.
51 Module Loader present
52 Markers: (--) probed, (**) from config file, (==) default setting,
53 (++) from command line, (!!) notice, (II) informational,
54 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
55 (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 17 16:00:46 2008
56 (==) Using config file: "/etc/X11/xorg.conf"
57 (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
58 (II) Module already built-in
59 (II) Module already built-in
60 (II) Module already built-in
61 DISPATCH ERROR! _glapi_add_dispatch failed to add glGetVertexAttribPointerv!
62 DISPATCH ERROR! _glapi_add_dispatch failed to add glVertexAttrib4iv!
63 DISPATCH ERROR! _glapi_add_dispatch failed to add glVertexAttrib4bv!
64 DISPATCH ERROR! _glapi_add_dispatch failed to add glVertexAttrib4ubv!
65 DISPATCH ERROR! _glapi_add_dispatch failed to add glVertexAttrib4usv!
66 DISPATCH ERROR! _glapi_add_dispatch failed to add glGetVertexAttribPointerv!
67 DISPATCH ERROR! _glapi_add_dispatch failed to add glVertexAttrib4uiv!
68 expected keysym, got XF86KbdLightOnOff: line 70 of pc
69 expected keysym, got XF86KbdBrightnessDown: line 71 of pc
70 expected keysym, got XF86KbdBrightnessUp: line 72 of pc
71 ---->8---->8----
72
73 Am I still missing some modules, hmm..? Following is my xorg.conf:
74
75 ----8<----8<----
76 Section "ServerLayout"
77 Identifier "X.org Configured"
78 Screen 0 "Screen0" 0 0
79 InputDevice "Mouse0" "CorePointer"
80 InputDevice "Keyboard0" "CoreKeyboard"
81 EndSection
82 Section "Files"
83 RgbPath "/usr/share/X11/rgb"
84 ModulePath "/usr/lib64/xorg/modules"
85 FontPath "/usr/share/fonts/misc/"
86 FontPath "/usr/share/fonts/TTF/"
87 FontPath "/usr/share/fonts/OTF"
88 FontPath "/usr/share/fonts/Type1/"
89 FontPath "/usr/share/fonts/100dpi/"
90 FontPath "/usr/share/fonts/75dpi/"
91 EndSection
92 Section "Module"
93 Load "dri"
94 Load "xtrap"
95 Load "record"
96 Load "dbe"
97 Load "GLcore"
98 Load "glx"
99 Load "extmod"
100 Load "freetype"
101 Load "type1"
102 Load "fb"
103 Load "exa"
104 Load "vbe"
105 Load "vgahw"
106 Load "xaa"
107 Load "shadowfb"
108 Load "int10"
109 EndSection
110 Section "InputDevice"
111 Identifier "Keyboard0"
112 Driver "kbd"
113 EndSection
114 Section "InputDevice"
115 Identifier "Mouse0"
116 Driver "mouse"
117 Option "Protocol" "auto"
118 Option "Device" "/dev/input/mice"
119 Option "ZAxisMapping" "4 5 6 7"
120 EndSection
121 Section "Monitor"
122 Identifier "Monitor0"
123 VendorName "Monitor Vendor"
124 ModelName "Monitor Model"
125 EndSection
126 Section "Device"
127 ### Available Driver options are:-
128 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
129 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
130 ### [arg]: arg optional
131 #Option "ShadowFB" # [<bool>]
132 #Option "DefaultRefresh" # [<bool>]
133 #Option "ModeSetClearScreen" # [<bool>]
134 Identifier "Card0"
135 Driver "i810"
136 VendorName "Intel Corporation"
137 BoardName "Mobile Integrated Graphics Controller"
138 BusID "PCI:0:2:0"
139 EndSection
140 Section "Screen"
141 Identifier "Screen0"
142 Device "Card0"
143 Monitor "Monitor0"
144 SubSection "Display"
145 Viewport 0 0
146 Depth 1
147 EndSubSection
148 SubSection "Display"
149 Viewport 0 0
150 Depth 4
151 EndSubSection
152 SubSection "Display"
153 Viewport 0 0
154 Depth 8
155 EndSubSection
156 SubSection "Display"
157 Viewport 0 0
158 Depth 15
159 EndSubSection
160 SubSection "Display"
161 Viewport 0 0
162 Depth 16
163 EndSubSection
164 SubSection "Display"
165 Viewport 0 0
166 Depth 24
167 EndSubSection
168 EndSection
169 ---->8---->8----
170
171 Thanks for the help :)
172 --
173 Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/
174 ·-- ·- ···· ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies