Gentoo Archives: gentoo-user

From: Zhou Rui <ghoulr@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] X doesn't work with Intel 915GM
Date: Thu, 07 Aug 2008 02:11:47
Message-Id: 79dfdffe0808061911w66b2191fw5b97e47335d759a0@mail.gmail.com
1 Hi,
2 I'm using a Intel 915 on board VGA card. After I install the Xorg, and run:
3 # Xorg -configure
4 # X -config xorg.conf.new
5
6 The X startup failed but there is now error reported... I cannot find
7 what's wrong
8 with my config, so what should I do in this situation.
9
10 my xorg.conf file:
11 # cat ~/xorg.conf.new
12
13 Section "ServerLayout"
14 Identifier "X.org Configured"
15 Screen 0 "Screen0" 0 0
16 InputDevice "Mouse0" "CorePointer"
17 InputDevice "Keyboard0" "CoreKeyboard"
18 EndSection
19
20 Section "Files"
21 RgbPath "/usr/share/X11/rgb"
22 ModulePath "/usr/lib/xorg/modules"
23 FontPath "/usr/share/fonts/misc/"
24 FontPath "/usr/share/fonts/TTF/"
25 FontPath "/usr/share/fonts/OTF"
26 FontPath "/usr/share/fonts/Type1/"
27 FontPath "/usr/share/fonts/100dpi/"
28 FontPath "/usr/share/fonts/75dpi/"
29 EndSection
30
31 Section "Module"
32 # Load "extmod"
33 # Load "record"
34 # Load "dbe"
35 # Load "GLcore"
36 Load "xtrap"
37 Load "dri"
38 Load "glx"
39 Load "freetype"
40 # Load "type1"
41 EndSection
42
43 Section "InputDevice"
44 Identifier "Keyboard0"
45 Driver "kbd"
46 EndSection
47
48 Section "InputDevice"
49 Identifier "Mouse0"
50 Driver "mouse"
51 Option "Protocol" "auto"
52 Option "Device" "/dev/input/mice"
53 Option "ZAxisMapping" "4 5 6 7"
54 EndSection
55
56 Section "Monitor"
57 Identifier "Monitor0"
58 VendorName "Monitor Vendor"
59 ModelName "Monitor Model"
60 EndSection
61
62 Section "Device"
63 ### Available Driver options are:-
64 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
65 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
66 ### [arg]: arg optional
67 #Option "NoAccel" # [<bool>]
68 #Option "SWcursor" # [<bool>]
69 #Option "ColorKey" # <i>
70 #Option "CacheLines" # <i>
71 #Option "Dac6Bit" # [<bool>]
72 #Option "DRI" # [<bool>]
73 #Option "NoDDC" # [<bool>]
74 #Option "ShowCache" # [<bool>]
75 #Option "XvMCSurfaces" # <i>
76 #Option "PageFlip" # [<bool>]
77 Identifier "Card0"
78 Driver "intel"
79 VendorName "Intel Corporation"
80 BoardName "Mobile 915GM/GMS/910GML Express Graphics Controller"
81 BusID "PCI:0:2:0"
82 EndSection
83
84 Section "Screen"
85 Identifier "Screen0"
86 Device "Card0"
87 Monitor "Monitor0"
88 SubSection "Display"
89 Viewport 0 0
90 Depth 1
91 EndSubSection
92 SubSection "Display"
93 Viewport 0 0
94 Depth 4
95 EndSubSection
96 SubSection "Display"
97 Viewport 0 0
98 Depth 8
99 EndSubSection
100 SubSection "Display"
101 Viewport 0 0
102 Depth 15
103 EndSubSection
104 SubSection "Display"
105 Viewport 0 0
106 Depth 16
107 EndSubSection
108 SubSection "Display"
109 Viewport 0 0
110 Depth 24
111 EndSubSection
112 EndSection
113
114 The /var/log/Xorg.0.log (since it has no error, put it all here...a little log)
115 #cat /var/log/Xorg.0.log
116
117 X Window System Version 1.3.0
118 Release Date: 19 April 2007
119 X Protocol Version 11, Revision 0, Release 1.3
120 Build Operating System: UNKNOWN
121 Current Operating System: Linux iei-unkown 2.6.25-gentoo-r7 #1 SMP Wed
122 Aug 6 19:10:30 CST 2008 i686
123 Build Date: 05 August 2008
124 Before reporting problems, check http://wiki.x.org
125 to make sure that you have the latest version.
126 Module Loader present
127 Markers: (--) probed, (**) from config file, (==) default setting,
128 (++) from command line, (!!) notice, (II) informational,
129 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
130 (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 7 12:55:42 2008
131 (++) Using config file: "xorg.conf.new"
132 (==) ServerLayout "X.org Configured"
133 (**) |-->Screen "Screen0" (0)
134 (**) | |-->Monitor "Monitor0"
135 (**) | |-->Device "Card0"
136 (**) |-->Input Device "Mouse0"
137 (**) |-->Input Device "Keyboard0"
138 (WW) The directory "/usr/share/fonts/TTF/" does not exist.
139 Entry deleted from font path.
140 (WW) The directory "/usr/share/fonts/OTF" does not exist.
141 Entry deleted from font path.
142 (**) FontPath set to:
143 /usr/share/fonts/misc/,
144 /usr/share/fonts/Type1/,
145 /usr/share/fonts/100dpi/,
146 /usr/share/fonts/75dpi/
147 (**) RgbPath set to "/usr/share/X11/rgb"
148 (**) ModulePath set to "/usr/lib/xorg/modules"
149 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
150 (II) No APM support in BIOS or kernel
151 (II) Loader magic: 0x81e35c0
152 (II) Module ABI versions:
153 X.Org ANSI C Emulation: 0.3
154 X.Org Video Driver: 1.2
155 X.Org XInput driver : 0.7
156 X.Org Server Extension : 0.3
157 X.Org Font Renderer : 0.5
158 (II) Loader running on linux
159 (II) LoadModule: "pcidata"
160 (II) Loading /usr/lib/xorg/modules//libpcidata.so
161 (II) Module pcidata: vendor="X.Org Foundation"
162 compiled for 1.3.0, module version = 1.0.0
163 ABI class: X.Org Video Driver, version 1.2
164 (--) using VT number 7
165
166 (II) PCI: PCI scan (all values are in hex)
167 (II) PCI: 00:00:0: chip 8086,2590 card 8086,1999 rev 04 class 06,00,00 hdr 00
168 (II) PCI: 00:02:0: chip 8086,2592 card 8086,1999 rev 04 class 03,00,00 hdr 80
169 (II) PCI: 00:02:1: chip 8086,2792 card 8086,1999 rev 04 class 03,80,00 hdr 80
170 (II) PCI: 00:1b:0: chip 8086,2668 card 180c,e162 rev 04 class 04,03,00 hdr 00
171 (II) PCI: 00:1c:0: chip 8086,2660 card 0000,0000 rev 04 class 06,04,00 hdr 81
172 (II) PCI: 00:1c:2: chip 8086,2664 card 0000,0000 rev 04 class 06,04,00 hdr 81
173 (II) PCI: 00:1d:0: chip 8086,2658 card 8086,2658 rev 04 class 0c,03,00 hdr 80
174 (II) PCI: 00:1d:1: chip 8086,2659 card 8086,2659 rev 04 class 0c,03,00 hdr 00
175 (II) PCI: 00:1d:2: chip 8086,265a card 8086,265a rev 04 class 0c,03,00 hdr 00
176 (II) PCI: 00:1d:3: chip 8086,265b card 8086,265b rev 04 class 0c,03,00 hdr 00
177 (II) PCI: 00:1d:7: chip 8086,265c card 8086,265c rev 04 class 0c,03,20 hdr 00
178 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d4 class 06,04,01 hdr 01
179 (II) PCI: 00:1f:0: chip 8086,2641 card 8086,2641 rev 04 class 06,01,00 hdr 80
180 (II) PCI: 00:1f:2: chip 8086,2653 card 8086,2653 rev 04 class 01,01,80 hdr 00
181 (II) PCI: 00:1f:3: chip 8086,266a card 8086,266a rev 04 class 0c,05,00 hdr 00
182 (II) PCI: 01:00:0: chip 10ec,8168 card 10ec,8168 rev 02 class 02,00,00 hdr 00
183 (II) PCI: 02:00:0: chip 168c,001c card 1a3b,1026 rev 01 class 02,00,00 hdr 00
184 (II) PCI: End of PCI scan
185 (II) Intel Bridge workaround enabled
186 (II) Host-to-PCI bridge:
187 (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
188 (II) Bus 0 I/O range:
189 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
190 (II) Bus 0 non-prefetchable memory range:
191 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
192 (II) Bus 0 prefetchable memory range:
193 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
194 (II) PCI-to-PCI bridge:
195 (II) Bus 1: bridge is at (0:28:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
196 (II) Bus 1 I/O range:
197 [0] -1 0 0x0000e000 - 0x0000efff (0x1000) IX[B]
198 (II) Bus 1 non-prefetchable memory range:
199 [0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
200 (II) Bus 1 prefetchable memory range:
201 [0] -1 0 0xfdf00000 - 0xfdffffff (0x100000) MX[B]
202 (II) PCI-to-PCI bridge:
203 (II) Bus 2: bridge is at (0:28:2), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
204 (II) Bus 2 non-prefetchable memory range:
205 [0] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
206 (II) Subtractive PCI-to-PCI bridge:
207 (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
208 (II) PCI-to-ISA bridge:
209 (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
210 (--) PCI:*(0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express
211 Graphics Controller rev 4, Mem @ 0xfe980000/19, 0xd0000000/28,
212 0xfe940000/18, I/O @ 0xdc00/3
213 (--) PCI: (0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express
214 Graphics Controller rev 4, Mem @ 0xfe880000/19
215 (II) Addressable bus resource ranges are
216 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
217 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
218 (II) OS-reported resource ranges:
219 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
220 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
221 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
222 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
223 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
224 [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
225 (II) Active PCI resource ranges:
226 [0] -1 0 0xfebf0000 - 0xfebfffff (0x10000) MX[B]
227 [1] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B]
228 [2] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
229 [3] -1 0 0xfe937c00 - 0xfe937fff (0x400) MX[B]
230 [4] -1 0 0xfe938000 - 0xfe93bfff (0x4000) MX[B]
231 [5] -1 0 0xfe880000 - 0xfe8fffff (0x80000) MX[B](B)
232 [6] -1 0 0xfe940000 - 0xfe97ffff (0x40000) MX[B](B)
233 [7] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
234 [8] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
235 [9] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
236 [10] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
237 [11] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
238 [12] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
239 [13] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
240 [14] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
241 [15] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
242 [16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
243 [17] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
244 [18] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
245 [19] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
246 [20] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B](B)
247 (II) Active PCI resource ranges after removing overlaps:
248 [0] -1 0 0xfebf0000 - 0xfebfffff (0x10000) MX[B]
249 [1] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B]
250 [2] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
251 [3] -1 0 0xfe937c00 - 0xfe937fff (0x400) MX[B]
252 [4] -1 0 0xfe938000 - 0xfe93bfff (0x4000) MX[B]
253 [5] -1 0 0xfe880000 - 0xfe8fffff (0x80000) MX[B](B)
254 [6] -1 0 0xfe940000 - 0xfe97ffff (0x40000) MX[B](B)
255 [7] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
256 [8] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
257 [9] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
258 [10] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
259 [11] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
260 [12] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
261 [13] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
262 [14] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
263 [15] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
264 [16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
265 [17] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
266 [18] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
267 [19] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
268 [20] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B](B)
269 (II) OS-reported resource ranges after removing overlaps with PCI:
270 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
271 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
272 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
273 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
274 [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
275 [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
276 (II) All system resource ranges:
277 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
278 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
279 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
280 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
281 [4] -1 0 0xfebf0000 - 0xfebfffff (0x10000) MX[B]
282 [5] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B]
283 [6] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
284 [7] -1 0 0xfe937c00 - 0xfe937fff (0x400) MX[B]
285 [8] -1 0 0xfe938000 - 0xfe93bfff (0x4000) MX[B]
286 [9] -1 0 0xfe880000 - 0xfe8fffff (0x80000) MX[B](B)
287 [10] -1 0 0xfe940000 - 0xfe97ffff (0x40000) MX[B](B)
288 [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
289 [12] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
290 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
291 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
292 [15] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
293 [16] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
294 [17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
295 [18] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
296 [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
297 [20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
298 [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
299 [22] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
300 [23] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
301 [24] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
302 [25] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
303 [26] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B](B)
304 (II) LoadModule: "xtrap"
305 (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
306 (II) Module xtrap: vendor="X.Org Foundation"
307 compiled for 1.3.0, module version = 1.0.0
308 Module class: X.Org Server Extension
309 ABI class: X.Org Server Extension, version 0.3
310 (II) Loading extension DEC-XTRAP
311 (II) LoadModule: "dri"
312 (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
313 (II) Module dri: vendor="X.Org Foundation"
314 compiled for 1.3.0, module version = 1.0.0
315 ABI class: X.Org Server Extension, version 0.3
316 (II) Loading extension XFree86-DRI
317 (II) LoadModule: "glx"
318 (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
319 (II) Module glx: vendor="X.Org Foundation"
320 compiled for 1.3.0, module version = 1.0.0
321 ABI class: X.Org Server Extension, version 0.3
322 (==) AIGLX enabled
323 (II) Loading extension GLX
324 (II) LoadModule: "freetype"
325 (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
326 (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
327 compiled for 1.3.0, module version = 2.1.0
328 Module class: X.Org Font Renderer
329 ABI class: X.Org Font Renderer, version 0.5
330 (II) Loading font FreeType
331 (II) LoadModule: "intel"
332 (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
333 (II) Module intel: vendor="X.Org Foundation"
334 compiled for 1.3.0, module version = 2.1.1
335 Module class: X.Org Video Driver
336 ABI class: X.Org Video Driver, version 1.2
337 (II) LoadModule: "mouse"
338 (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
339 (II) Module mouse: vendor="X.Org Foundation"
340 compiled for 1.3.0, module version = 1.2.3
341 Module class: X.Org XInput Driver
342 ABI class: X.Org XInput driver, version 0.7
343 (II) LoadModule: "kbd"
344 (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
345 (II) Module kbd: vendor="X.Org Foundation"
346 compiled for 1.3.0, module version = 1.1.0
347 Module class: X.Org XInput Driver
348 ABI class: X.Org XInput driver, version 0.7
349 (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
350 i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
351 E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, 965G, 965Q, 946GZ,
352 965GM, 965GME/GLE, G33, Q35, Q33
353 (II) Primary Device is: PCI 00:02:0
354 (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
355 (--) Chipset 915GM found
356 (II) resource ranges after xf86ClaimFixedResources() call:
357 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
358 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
359 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
360 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
361 [4] -1 0 0xfebf0000 - 0xfebfffff (0x10000) MX[B]
362 [5] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B]
363 [6] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
364 [7] -1 0 0xfe937c00 - 0xfe937fff (0x400) MX[B]
365 [8] -1 0 0xfe938000 - 0xfe93bfff (0x4000) MX[B]
366 [9] -1 0 0xfe880000 - 0xfe8fffff (0x80000) MX[B](B)
367 [10] -1 0 0xfe940000 - 0xfe97ffff (0x40000) MX[B](B)
368 [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
369 [12] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
370 [13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
371 [14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
372 [15] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
373 [16] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
374 [17] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
375 [18] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
376 [19] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
377 [20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
378 [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
379 [22] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
380 [23] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
381 [24] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
382 [25] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
383 [26] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B](B)
384 (II) resource ranges after probing:
385 [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
386 [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
387 [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
388 [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
389 [4] -1 0 0xfebf0000 - 0xfebfffff (0x10000) MX[B]
390 [5] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B]
391 [6] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
392 [7] -1 0 0xfe937c00 - 0xfe937fff (0x400) MX[B]
393 [8] -1 0 0xfe938000 - 0xfe93bfff (0x4000) MX[B]
394 [9] -1 0 0xfe880000 - 0xfe8fffff (0x80000) MX[B](B)
395 [10] -1 0 0xfe940000 - 0xfe97ffff (0x40000) MX[B](B)
396 [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
397 [12] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
398 [13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
399 [14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
400 [15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
401 [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
402 [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
403 [18] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
404 [19] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
405 [20] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
406 [21] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
407 [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
408 [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
409 [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
410 [25] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
411 [26] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
412 [27] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
413 [28] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
414 [29] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B](B)
415 [30] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
416 [31] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
417 (II) Setting vga for screen 0.
418 (II) Loading sub module "int10"
419 (II) LoadModule: "int10"
420 (II) Loading /usr/lib/xorg/modules//libint10.so
421 (II) Module int10: vendor="X.Org Foundation"
422 compiled for 1.3.0, module version = 1.0.0
423 ABI class: X.Org Video Driver, version 1.2
424 (II) Loading sub module "vbe"
425 (II) LoadModule: "vbe"
426 (II) Loading /usr/lib/xorg/modules//libvbe.so
427 (II) Module vbe: vendor="X.Org Foundation"
428 compiled for 1.3.0, module version = 1.1.0
429 ABI class: X.Org Video Driver, version 1.2
430 (II) Loading sub module "vgahw"
431 (II) LoadModule: "vgahw"
432 (II) Loading /usr/lib/xorg/modules//libvgahw.so
433 (II) Module vgahw: vendor="X.Org Foundation"
434 compiled for 1.3.0, module version = 0.1.0
435 ABI class: X.Org Video Driver, version 1.2
436 (==) intel(0): Depth 24, (==) framebuffer bpp 32
437 (==) intel(0): RGB weight 888
438 (==) intel(0): Default visual is TrueColor
439 (II) intel(0): Integrated Graphics Chipset: Intel(R) 915GM
440 (--) intel(0): Chipset: "915GM"
441 (--) intel(0): Linear framebuffer at 0xD0000000
442 (--) intel(0): IO registers at addr 0xFE980000
443 (II) intel(0): 2 display pipes available.
444 (==) intel(0): Using XAA for acceleration
445 (--) intel(0): Will try to allocate texture pool for old Mesa 3D driver.
446 (II) intel(0): Will try to reserve 32768 kiB of AGP aperture space
447 for the DRM memory manager.
448 (II) Loading sub module "ddc"
449 (II) LoadModule: "ddc"(II) Module already built-in
450 (II) Loading sub module "i2c"
451 (II) LoadModule: "i2c"(II) Module already built-in
452 (II) intel(0): Output VGA using monitor section Monitor0
453 (II) intel(0): I2C bus "CRTDDC_A" initialized.
454 (II) intel(0): Output LVDS has no monitor section
455 (II) intel(0): I2C bus "LVDSDDC_C" initialized.
456 (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
457 (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
458 (II) intel(0): EDID for output LVDS
459 (II) Loading sub module "int10"
460 (II) LoadModule: "int10"
461 (II) Reloading /usr/lib/xorg/modules//libint10.so
462 (II) intel(0): initializing int10
463 (WW) intel(0): Bad V_BIOS checksum
464 (II) intel(0): Primary V_BIOS segment is: 0xc000
465 (II) intel(0): VESA BIOS detected
466 (II) intel(0): VESA VBE Version 3.0
467 (II) intel(0): VESA VBE Total Mem: 7872 kB
468 (II) intel(0): VESA VBE OEM: Intel(r)915GM/910ML/915MS Graphics Chip
469 Accelerated VGA BIOS
470 (II) intel(0): VESA VBE OEM Software Rev: 1.0
471 (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
472 (II) intel(0): VESA VBE OEM Product: Intel(r)915GM/910ML/915MS
473 Graphics Controller
474 (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
475 (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
476 (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B"
477 registered at address 0x70.
478 (II) intel(0): No SDVO device found on SDVOB
479 (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
480 (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
481 (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
482 (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C"
483 registered at address 0x72.
484 (II) intel(0): No SDVO device found on SDVOC
485 (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
486 (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
487 (II) intel(0): Output TV has no monitor section
488 (II) intel(0): Output VGA disconnected
489 (II) intel(0): EDID for output VGA
490 (II) intel(0): Output LVDS connected
491 (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
492 (II) intel(0): I2C device "LVDSDDC_C:ddc2" removed.
493 (II) intel(0): EDID for output LVDS
494 (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
495 (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
496 (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
497 (II) intel(0): Not using default mode "1024x768" (exceeds panel dimensions)
498 (II) intel(0): Not using default mode "1152x864" (exceeds panel dimensions)
499 (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
500 (II) intel(0): Not using default mode "1280x960" (exceeds panel dimensions)
501 (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
502 (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
503 (II) intel(0): Not using default mode "1280x1024" (exceeds panel dimensions)
504 (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
505 (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
506 (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
507 (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
508 (II) intel(0): Not using default mode "1600x1200" (exceeds panel dimensions)
509 (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
510 (II) intel(0): Not using default mode "1792x1344" (exceeds panel dimensions)
511 (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
512 (II) intel(0): Not using default mode "1856x1392" (exceeds panel dimensions)
513 (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
514 (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
515 (II) intel(0): Not using default mode "832x624" (exceeds panel dimensions)
516 (II) intel(0): Not using default mode "1152x768" (exceeds panel dimensions)
517 (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
518 (II) intel(0): Not using default mode "1400x1050" (exceeds panel dimensions)
519 (II) intel(0): Not using default mode "1600x1024" (exceeds panel dimensions)
520 (II) intel(0): Not using default mode "1920x1440" (exceeds panel dimensions)
521 (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
522 (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
523 (II) intel(0): Not using default mode "2048x1536" (exceeds panel dimensions)
524 (II) intel(0): Printing probed modes for output LVDS
525 (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600
526 601 605 628 (37.9 kHz)
527 (II) intel(0): Modeline "800x600"x85.1 56.30 800 832 896 1048 600
528 601 604 631 +hsync +vsync (53.7 kHz)
529 (II) intel(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600
530 637 643 666 +hsync +vsync (48.1 kHz)
531 (II) intel(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600
532 601 604 625 +hsync +vsync (46.9 kHz)
533 (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600
534 601 605 628 +hsync +vsync (37.9 kHz)
535 (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600
536 601 603 625 +hsync +vsync (35.2 kHz)
537 (II) intel(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480
538 481 484 509 -hsync -vsync (43.3 kHz)
539 (II) intel(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480
540 489 492 520 -hsync -vsync (37.9 kHz)
541 (II) intel(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480
542 481 484 500 -hsync -vsync (37.5 kHz)
543 (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480
544 490 492 525 -hsync -vsync (31.5 kHz)
545 (II) intel(0): Modeline "720x400"x85.0 35.50 720 756 828 936 400
546 401 404 446 -hsync +vsync (37.9 kHz)
547 (II) intel(0): Modeline "640x400"x85.1 31.50 640 672 736 832 400
548 401 404 445 -hsync +vsync (37.9 kHz)
549 (II) intel(0): Modeline "640x350"x85.1 31.50 640 672 736 832 350
550 382 385 445 +hsync -vsync (37.9 kHz)
551 (II) intel(0): Output TV disconnected
552 (II) intel(0): EDID for output TV
553 (II) intel(0): Output VGA disconnected
554 (II) intel(0): Output LVDS connected
555 (II) intel(0): Output TV disconnected
556 (II) intel(0): Output LVDS using initial mode 800x600
557 (II) intel(0): Monitoring connected displays enabled
558 (II) intel(0): detected 256 kB GTT.
559 (II) intel(0): detected 7932 kB stolen memory.
560 (==) intel(0): video overlay key set to 0x101fe
561 (==) intel(0): Will not try to enable page flipping
562 (==) intel(0): Triple buffering disabled
563 (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
564 (==) intel(0): DPI set to (75, 75)
565 (II) Loading sub module "fb"
566 (II) LoadModule: "fb"
567 (II) Loading /usr/lib/xorg/modules//libfb.so
568 (II) Module fb: vendor="X.Org Foundation"
569 compiled for 1.3.0, module version = 1.0.0
570 ABI class: X.Org ANSI C Emulation, version 0.3
571 (II) Loading sub module "xaa"
572 (II) LoadModule: "xaa"
573 (II) Loading /usr/lib/xorg/modules//libxaa.so
574 (II) Module xaa: vendor="X.Org Foundation"
575 compiled for 1.3.0, module version = 1.2.0
576 ABI class: X.Org Video Driver, version 1.2
577 (II) Loading sub module "ramdac"
578 (II) LoadModule: "ramdac"(II) Module already built-in
579 (II) intel(0): Comparing regs from server start up to After PreInit
580 (==) Depth 24 pixmap format is 32 bpp
581 (II) do I need RAC? No, I don't.
582 (II) resource ranges after preInit:
583 [0] 0 0 0xfe940000 - 0xfe97ffff (0x40000) MS[B]
584 [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MS[B]
585 [2] 0 0 0xfe980000 - 0xfe9fffff (0x80000) MS[B]
586 [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
587 [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
588 [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
589 [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
590 [7] -1 0 0xfebf0000 - 0xfebfffff (0x10000) MX[B]
591 [8] -1 0 0xfdff0000 - 0xfdffffff (0x10000) MX[B]
592 [9] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
593 [10] -1 0 0xfe937c00 - 0xfe937fff (0x400) MX[B]
594 [11] -1 0 0xfe938000 - 0xfe93bfff (0x4000) MX[B]
595 [12] -1 0 0xfe880000 - 0xfe8fffff (0x80000) MX[B](B)
596 [13] -1 0 0xfe940000 - 0xfe97ffff (0x40000) MX[B](B)
597 [14] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
598 [15] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
599 [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
600 [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
601 [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
602 [19] 0 0 0x0000dc00 - 0x0000dc07 (0x8) IS[B]
603 [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
604 [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
605 [22] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
606 [23] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
607 [24] -1 0 0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
608 [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
609 [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
610 [27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
611 [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
612 [29] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B]
613 [30] -1 0 0x0000d480 - 0x0000d49f (0x20) IX[B]
614 [31] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B]
615 [32] -1 0 0x0000d880 - 0x0000d89f (0x20) IX[B]
616 [33] -1 0 0x0000dc00 - 0x0000dc07 (0x8) IX[B](B)
617 [34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
618 [35] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
619 (II) intel(0): Kernel reported 238848 total, 1 used
620 (II) intel(0): I830CheckAvailableMemory: 955388 kB available
621 (==) intel(0): VideoRam: 262144 KB
622 (II) intel(0): Attempting memory allocation with tiled buffers and
623 large DRI memory manager reservation:
624 (II) intel(0): Allocating 4440 scanlines for pixmap cache
625 (II) intel(0): Success.
626 (II) intel(0): Increasing the scanline pitch to allow tiling mode (832 -> 1024).
627 (II) intel(0): Memory allocation layout:
628 (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
629 (II) intel(0): 0x00020000-0x00029fff: HW cursors (40 kB, 0x
630 3f820000 physical)
631 (II) intel(0): 0x0002a000-0x00031fff: logical 3D context (32 kB)
632 (II) intel(0): 0x00032000-0x00032fff: overlay registers (4 kB, 0x
633 3f832000 physical)
634 (II) intel(0): 0x00040000-0x014b7fff: front buffer (20960 kB)
635 (II) intel(0): 0x007bf000: end of stolen memory
636 (II) intel(0): 0x014b8000-0x014c7fff: xaa scratch (64 kB)
637 (II) intel(0): 0x01800000-0x01bfffff: back buffer (3200 kB)
638 (II) intel(0): 0x01c00000-0x01ffffff: depth buffer (3200 kB)
639 (II) intel(0): 0x02000000-0x03ffffff: DRI memory manager (32768 kB)
640 (II) intel(0): 0x04000000-0x05ffffff: textures (32768 kB)
641 (II) intel(0): 0x10000000: end of aperture
642 (II) intel(0): front buffer is not tiled
643 (II) intel(0): back buffer is tiled
644 (II) intel(0): depth buffer is tiled
645 drmOpenDevice: node name is /dev/dri/card0
646 drmOpenDevice: open result is 8, (OK)
647 drmOpenDevice: node name is /dev/dri/card0
648 drmOpenDevice: open result is 8, (OK)
649 drmOpenByBusid: Searching for BusID pci:0000:00:02.0
650 drmOpenDevice: node name is /dev/dri/card0
651 drmOpenDevice: open result is 8, (OK)
652 drmOpenByBusid: drmOpenMinor returns 8
653 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
654 (II) intel(0): [drm] DRM interface version 1.3
655 (II) intel(0): [drm] created "i915" driver at busid "pci:0000:00:02.0"
656 (II) intel(0): [drm] added 8192 byte SAREA at 0xf8f48000
657 (II) intel(0): [drm] mapped SAREA 0xf8f48000 to 0xb7b6c000
658 (II) intel(0): [drm] framebuffer handle = 0xd0040000
659 (II) intel(0): [drm] added 1 reserved context for kernel
660 (II) intel(0): Unable to use TTM-based memory manager with DRM version 1.6
661 (II) intel(0): [drm] Registers = 0xfe980000
662 (II) intel(0): [drm] ring buffer = 0xd0000000
663 (II) intel(0): [drm] init sarea width,height = 800 x 800 (pitch 1024)
664 (II) intel(0): [drm] Mapping front buffer
665 (II) intel(0): [drm] Front Buffer = 0x2a008000
666 (II) intel(0): [drm] Back Buffer = 0xd1800000
667 (II) intel(0): [drm] Depth Buffer = 0xd1c00000
668 (II) intel(0): [drm] textures = 0xd4000000
669 (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
670 (II) intel(0): [dri] visual configs initialized
671 (II) intel(0): Page Flipping disabled
672 (==) intel(0): Write-combining range (0xd0000000,0x10000000)
673 (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
674 (II) intel(0): Using XFree86 Acceleration Architecture (XAA)
675 Screen to screen bit blits
676 Solid filled rectangles
677 8x8 mono pattern filled rectangles
678 Indirect CPU to Screen color expansion
679 Solid Horizontal and Vertical Lines
680 Offscreen Pixmaps
681 Setting up tile and stipple cache:
682 32 128x128 slots
683 24 256x256 slots
684 9 512x512 slots
685 (==) intel(0): Backing store disabled
686 (==) intel(0): Silken mouse enabled
687 (II) intel(0): Initializing HW Cursor
688 (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007bf000 (pgoffset 1983)
689 (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x014b8000 (pgoffset 5304)
690 (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x01800000 (pgoffset 6144)
691 (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x01c00000 (pgoffset 7168)
692 (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x04000000 (pgoffset 16384)
693 (II) intel(0): Output configuration:
694 (II) intel(0): Pipe A is off
695 (II) intel(0): Display plane A is now disabled and connected to pipe A.
696 (II) intel(0): Pipe B is on
697 (II) intel(0): Display plane B is now enabled and connected to pipe B.
698 (II) intel(0): Output VGA is connected to pipe none
699 (II) intel(0): Output LVDS is connected to pipe B
700 (II) intel(0): Output TV is connected to pipe none
701 (II) intel(0): Set up textured video
702 (II) intel(0): Set up overlay video
703 (II) intel(0): X context handle = 0x1
704 (II) intel(0): [drm] installed DRM signal handler
705 (II) intel(0): [DRI] installation complete
706 (II) intel(0): [drm] dma control initialized, using IRQ 16
707 (II) intel(0): direct rendering: Enabled
708 (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
709 (--) RandR disabled
710 (II) Initializing built-in extension MIT-SHM
711 (II) Initializing built-in extension XInputExtension
712 (II) Initializing built-in extension XTEST
713 (II) Initializing built-in extension XKEYBOARD
714 (II) Initializing built-in extension XC-APPGROUP
715 (II) Initializing built-in extension XAccessControlExtension
716 (II) Initializing built-in extension SECURITY
717 (II) Initializing built-in extension XINERAMA
718 (II) Initializing built-in extension XFIXES
719 (II) Initializing built-in extension XFree86-Bigfont
720 (II) Initializing built-in extension RENDER
721 (II) Initializing built-in extension RANDR
722 (II) Initializing built-in extension COMPOSITE
723 (II) Initializing built-in extension DAMAGE
724 (II) Initializing built-in extension XEVIE
725 drmOpenDevice: node name is /dev/dri/card0
726 drmOpenDevice: open result is 9, (OK)
727 drmOpenByBusid: Searching for BusID pci:0000:00:02.0
728 drmOpenDevice: node name is /dev/dri/card0
729 drmOpenDevice: open result is 9, (OK)
730 drmOpenByBusid: drmOpenMinor returns 9
731 drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
732 (WW) AIGLX: 3D driver claims to not support visual 0x23
733 (WW) AIGLX: 3D driver claims to not support visual 0x24
734 (WW) AIGLX: 3D driver claims to not support visual 0x25
735 (WW) AIGLX: 3D driver claims to not support visual 0x26
736 (WW) AIGLX: 3D driver claims to not support visual 0x27
737 (WW) AIGLX: 3D driver claims to not support visual 0x28
738 (WW) AIGLX: 3D driver claims to not support visual 0x29
739 (WW) AIGLX: 3D driver claims to not support visual 0x2a
740 (WW) AIGLX: 3D driver claims to not support visual 0x2b
741 (WW) AIGLX: 3D driver claims to not support visual 0x2c
742 (WW) AIGLX: 3D driver claims to not support visual 0x2d
743 (WW) AIGLX: 3D driver claims to not support visual 0x2e
744 (WW) AIGLX: 3D driver claims to not support visual 0x2f
745 (WW) AIGLX: 3D driver claims to not support visual 0x30
746 (WW) AIGLX: 3D driver claims to not support visual 0x31
747 (WW) AIGLX: 3D driver claims to not support visual 0x32
748 (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
749 (II) GLX: Initialized DRI GL provider for screen 0
750 (II) intel(0): Setting screen physical size to 211 x 158
751 (**) Option "Protocol" "auto"
752 (**) Mouse0: Device: "/dev/psaux"
753 (**) Mouse0: Protocol: "auto"
754 (**) Option "CorePointer"
755 (**) Mouse0: Core Pointer
756 (**) Option "Device" "/dev/psaux"
757 (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
758 (**) Option "ZAxisMapping" "4 5 6 7"
759 (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
760 (**) Mouse0: Buttons: 11
761 (**) Mouse0: Sensitivity: 1
762 (**) Option "CoreKeyboard"
763 (**) Keyboard0: Core Keyboard
764 (**) Option "Protocol" "standard"
765 (**) Keyboard0: Protocol: standard
766 (**) Option "AutoRepeat" "500 30"
767 (**) Option "XkbRules" "xorg"
768 (**) Keyboard0: XkbRules: "xorg"
769 (**) Option "XkbModel" "pc105"
770 (**) Keyboard0: XkbModel: "pc105"
771 (**) Option "XkbLayout" "us"
772 (**) Keyboard0: XkbLayout: "us"
773 (**) Option "CustomKeycodes" "off"
774 (**) Keyboard0: CustomKeycodes disabled
775 (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
776 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
777 (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
778 (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
779 (II) Mouse0: ps2EnableDataReporting: succeeded
780
781 Backtrace:
782 0: X(xf86SigHandler+0x84) [0x80c6bc4]
783 1: [0xffffe400]
784 2: [0x752d6562]
785
786 Fatal server error:
787 Caught signal 4. Server aborting
788
789 (II) AIGLX: Suspending AIGLX clients for VT switch
790 (II) intel(0): xf86UnbindGARTMemory: unbind key 0
791 (II) intel(0): xf86UnbindGARTMemory: unbind key 1
792 (II) intel(0): xf86UnbindGARTMemory: unbind key 2
793 (II) intel(0): xf86UnbindGARTMemory: unbind key 3
794 (II) intel(0): xf86UnbindGARTMemory: unbind key 4
795
796 the packages installed:
797 x11-base/xorg-x11-7.2
798 x11-base/xorg-server-1.3.0.0-r6
799 x11-drivers/xf86-video-i810-2.1.1
800
801 # lspci
802 00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML
803 Express Processor to DRAM Controller (rev 04)
804 00:02.0 VGA compatible controller: Intel Corporation Mobile
805 915GM/GMS/910GML Express Graphics Controller (rev 04)
806 00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML
807 Express Graphics Controller (rev 04)
808 00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
809 Family) High Definition Audio Controller (rev 04)
810 00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
811 Family) PCI Express Port 1 (rev 04)
812 00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
813 Family) PCI Express Port 3 (rev 04)
814 00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
815 Family) USB UHCI #1 (rev 04)
816 00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
817 Family) USB UHCI #2 (rev 04)
818 00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
819 Family) USB UHCI #3 (rev 04)
820 00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
821 Family) USB UHCI #4 (rev 04)
822 00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
823 Family) USB2 EHCI Controller (rev 04)
824 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
825 00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface
826 Bridge (rev 04)
827 00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA
828 Controller (rev 04)
829 00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family)
830 SMBus Controller (rev 04)
831 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
832 RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
833 02:00.0 Ethernet controller: Atheros Communications, Inc. AR5006EG
834 802.11 b/g Wireless PCI Express Adapter (rev 01)
835
836 And, I use the genkernel kernel booted the system.
837 Any idea about this? Thanks.
838
839 --
840 BR,
841 Zhou Rui

Replies

Subject Author
Re: [gentoo-user] X doesn't work with Intel 915GM Florian Philipp <lists@××××××××××××××××××.net>