Gentoo Archives: gentoo-ppc-user

From: Andrew Gaffney <agaffney@×××××××××××××××××××.net>
To: Gentoo PPC User <gentoo-ppc-user@g.o>
Subject: [gentoo-ppc-user] configuring X on a PM 7500
Date: Wed, 04 Jun 2003 22:49:08
Message-Id: 3EDE7892.1060007@technaut.darktalker.net
1 After almost a day of compiling, I've got X installed on my PowerMac 7500.
2 Unfortunately, I can't get X working right. I keep getting that annoying "No
3 screens found" error message. I originally tried using 'X -configure' and
4 tweaking it from there. I specified the HorizSync and VertRefresh from
5 <http://docs.info.apple.com/article.html?artnum=112529> for my monitor. I tried
6 using the fbdev driver instead of the ati driver. X starts, but the color is
7 very, very messed up. I tried using Xeasyconf and using all the default options.
8 That didn't get me anywhere either. Here's my current XF86Config as generated by
9 Xeasyconf:
10
11 Section "ServerLayout"
12 Identifier "XFree86 Configured"
13 Screen 0 "Screen0" 0 0
14 InputDevice "Mouse0" "CorePointer"
15 InputDevice "Keyboard0" "CoreKeyboard"
16 EndSection
17
18 Section "Files"
19 RgbPath "/usr/X11R6/lib/X11/rgb"
20 ModulePath "/usr/X11R6/lib/modules"
21 FontPath "/usr/X11R6/lib/X11/fonts/truetype"
22 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
23 FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
24 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
25 FontPath "/usr/X11R6/lib/X11/fonts/CID/"
26 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
27 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
28 EndSection
29
30 Section "Module"
31 Load "extmod"
32 Load "dri"
33 Load "dbe"
34 Load "record"
35 Load "xtrap"
36 Load "glx"
37 Load "speedo"
38 Load "type1"
39 EndSection
40
41 Section "InputDevice"
42 Identifier "Keyboard0"
43 Driver "keyboard"
44 EndSection
45
46 Section "InputDevice"
47 Identifier "Mouse0"
48 Driver "mouse"
49 Option "Protocol" "IMPS/2"
50 Option "ZAxisMapping" "4 5"
51 Option "Device" "/dev/input/mice"
52 EndSection
53
54 Section "Monitor"
55 Identifier "Monitor0"
56 VendorName "Monitor Vendor"
57 ModelName "Monitor Model"
58 UseModes "Modes0"
59 HorizSync 30-70
60 VertRefresh 50-160
61 EndSection
62
63 Section "Device"
64 ### Available Driver options are:-
65 ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
66 ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
67 ### [arg]: arg optional
68 #Option "accel" # [<bool>]
69 #Option "crt_display" # [<bool>]
70 #Option "composite_sync" # [<bool>]
71 #Option "hw_cursor" # [<bool>]
72 #Option "mmio_cache" # [<bool>]
73 #Option "panel_display" # [<bool>]
74 #Option "probe_clocks" # [<bool>]
75 #Option "reference_clock" # <freq>
76 #Option "shadow_fb" # [<bool>]
77 #Option "sw_cursor" # [<bool>]
78 Identifier "Card0"
79 Option "UseFBDev"
80 Driver "ati"
81 VendorName "ATI"
82 BoardName "3D Rage I/II 215GT [Mach64 GT]"
83 ChipSet "ati"
84 ChipId 0x4754
85 ChipRev 0x41
86 BusID "PCI:0:15:0"
87 EndSection
88
89 Section "Screen"
90 Identifier "Screen0"
91 Device "Card0"
92 Monitor "Monitor0"
93 DefaultDepth 24
94 SubSection "Display"
95 Depth 1
96 Modes "640x480"
97 EndSubSection
98 SubSection "Display"
99 Depth 4
100 Modes "640x480"
101 EndSubSection
102 SubSection "Display"
103 Depth 8
104 Modes "640x480"
105 EndSubSection
106 SubSection "Display"
107 Depth 15
108 Modes "640x480"
109 EndSubSection
110 SubSection "Display"
111 Depth 16
112 Modes "640x480"
113 EndSubSection
114 SubSection "Display"
115 Depth 24
116 Modes "640x480"
117 EndSubSection
118 EndSection
119
120 Section "DRI"
121 Mode 0666
122 EndSection
123
124 Section "Modes"
125 Identifier "Modes0"
126 # mode generated by Xeasyconf
127 Modeline "640x480" 100.000 640 656 664 680 480 496 504 520 -HSync -VSync
128 EndSection
129
130
131 Here is the latest XFree86.0.log:
132
133
134 XFree86 Version 4.3.0
135 Release Date: 27 February 2003
136 X Protocol Version 11, Revision 0, Release 6.6
137 Build Operating System: Linux 2.4.20-ppc-r4 ppc [ELF]
138 Build Date: 31 May 2003
139 Before reporting problems, check http://www.XFree86.Org/
140 to make sure that you have the latest version.
141 Module Loader present
142 Markers: (--) probed, (**) from config file, (==) default setting,
143 (++) from command line, (!!) notice, (II) informational,
144 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
145 (==) Log file: "/var/log/XFree86.0.log", Time: Wed Jun 4 07:01:52 2003
146 (++) Using config file: "/etc/X11/XF86Config"
147 (==) ServerLayout "XFree86 Configured"
148 (**) |-->Screen "Screen0" (0)
149 (**) | |-->Monitor "Monitor0"
150 (**) | |-->Device "Card0"
151 (**) |-->Input Device "Mouse0"
152 (**) |-->Input Device "Keyboard0"
153 (==) Keyboard: CustomKeycode disabled
154 (**) FontPath set to
155 "/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
156 (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
157 (**) ModulePath set to "/usr/X11R6/lib/modules"
158 Using vt 7
159 (--) using VT number 7
160
161 (WW) Open APM failed (/dev/apm_bios) (No such file or directory)
162 (II) Module ABI versions:
163 XFree86 ANSI C Emulation: 0.2
164 XFree86 Video Driver: 0.6
165 XFree86 XInput driver : 0.4
166 XFree86 Server Extension : 0.2
167 XFree86 Font Renderer : 0.4
168 (II) Loader running on linux
169 (II) LoadModule: "bitmap"
170 (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
171 (II) Module bitmap: vendor="The XFree86 Project"
172 compiled for 4.3.0, module version = 1.0.0
173 Module class: XFree86 Font Renderer
174 ABI class: XFree86 Font Renderer, version 0.4
175 (II) Loading font Bitmap
176 (II) LoadModule: "pcidata"
177 (II) Loading /usr/X11R6/lib/modules/libpcidata.a
178
179 (II) Module pcidata: vendor="The XFree86 Project"
180 compiled for 4.3.0, module version = 1.0.0
181 ABI class: XFree86 Video Driver, version 0.6
182 (II) PCI: PCI scan (all values are in hex)
183 (II) PCI: 00:0b:0: chip 106b,0001 card 0000,0000 rev 03 class 06,00,00 hdr 00
184 (II) PCI: 00:0f:0: chip 1002,4754 card 0000,0000 rev 41 class 03,00,00 hdr 00
185 (II) PCI: 00:10:0: chip 106b,0002 card 0000,0000 rev 02 class ff,00,00 hdr 00
186 (II) PCI: 01:0b:0: chip 106b,0003 card 0000,0000 rev 00 class 00,00,00 hdr 00
187 (II) PCI: 01:0d:0: chip 106b,0004 card 0000,0000 rev 01 class ff,00,00 hdr 00
188 (II) PCI: End of PCI scan
189 (II) Host-to-PCI bridge:
190 (II) Bus 0: bridge is at (0:11:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
191 (II) Bus 0 I/O range:
192 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
193 (II) Bus 0 non-prefetchable memory range:
194 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
195 (II) Bus 0 prefetchable memory range:
196 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
197 (II) Host-to-PCI bridge:
198 (II) Bus 1: bridge is at (0:0:0), (-1,1,0), BCTRL: 0x0008 (VGA_EN is set)
199 (II) Bus 1 I/O range:
200 [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
201 (II) Bus 1 non-prefetchable memory range:
202 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
203 (II) Bus 1 prefetchable memory range:
204 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
205 (--) PCI: (0:15:0) ATI Technologies Inc 3D Rage I/II 215GT [Mach64 GT] rev 65,
206 Mem @ 0x81000000/24, 0xf3020000/12, I/O @ 0x0400/8
207 (II) Addressable bus resource ranges are
208 [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
209 [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
210 (II) OS-reported resource ranges:
211 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
212 [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B]
213 [2] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
214 [3] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
215 (II) Active PCI resource ranges:
216 [0] -1 0 0xf3000000 - 0xf301ffff (0x20000) MX[B]
217 [1] -1 0 0xf3020000 - 0xf3020fff (0x1000) MX[B](B)
218 [2] -1 0 0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
219 [3] -1 0 0x00000400 - 0x000004ff (0x100) IX[B](B)
220 (II) Inactive PCI resource ranges:
221 [0] -1 0 0xf1000000 - 0xf10003ff (0x400) MX[B]
222 [1] -1 0 0x94000000 - 0x97ffffff (0x4000000) MX[B]
223 [2] -1 0 0x90000000 - 0x9000ffff (0x10000) MX[B]
224 [3] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
225 [4] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
226 [5] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
227 [6] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
228 (II) Active PCI resource ranges after removing overlaps:
229 [0] -1 0 0xf3000000 - 0xf301ffff (0x20000) MX[B]
230 [1] -1 0 0xf3020000 - 0xf3020fff (0x1000) MX[B](B)
231 [2] -1 0 0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
232 [3] -1 0 0x00000400 - 0x000004ff (0x100) IX[B](B)
233 (II) Inactive PCI resource ranges after removing overlaps:
234 [0] -1 0 0xf1000000 - 0xf10003ff (0x400) MX[B]
235 [1] -1 0 0x94000000 - 0x97ffffff (0x4000000) MX[B]
236 [2] -1 0 0x90000000 - 0x9000ffff (0x10000) MX[B]
237 [3] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
238 [4] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
239 [5] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
240 [6] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
241 (II) OS-reported resource ranges after removing overlaps with PCI:
242 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
243 [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B]
244 [2] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
245 [3] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
246 (II) All system resource ranges:
247 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
248 [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B]
249 [2] -1 0 0xf3000000 - 0xf301ffff (0x20000) MX[B]
250 [3] -1 0 0xf3020000 - 0xf3020fff (0x1000) MX[B](B)
251 [4] -1 0 0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
252 [5] -1 0 0xf1000000 - 0xf10003ff (0x400) MX[B]
253 [6] -1 0 0x94000000 - 0x97ffffff (0x4000000) MX[B]
254 [7] -1 0 0x90000000 - 0x9000ffff (0x10000) MX[B]
255 [8] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
256 [9] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
257 [10] -1 0 0x00000400 - 0x000004ff (0x100) IX[B](B)
258 [11] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
259 [12] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
260 [13] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
261 [14] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
262 (II) LoadModule: "extmod"
263 (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
264 (II) Module extmod: vendor="The XFree86 Project"
265 compiled for 4.3.0, module version = 1.0.0
266 Module class: XFree86 Server Extension
267 ABI class: XFree86 Server Extension, version 0.2
268 (II) Loading extension SHAPE
269 (II) Loading extension MIT-SUNDRY-NONSTANDARD
270 (II) Loading extension BIG-REQUESTS
271 (II) Loading extension SYNC
272 (II) Loading extension MIT-SCREEN-SAVER
273 (II) Loading extension XC-MISC
274 (II) Loading extension XFree86-VidModeExtension
275 (II) Loading extension XFree86-Misc
276 (II) Loading extension XFree86-DGA
277 (II) Loading extension DPMS
278 (II) Loading extension FontCache
279 (II) Loading extension TOG-CUP
280 (II) Loading extension Extended-Visual-Information
281 (II) Loading extension XVideo
282 (II) Loading extension XVideo-MotionCompensation
283 (II) Loading extension X-Resource
284 (II) LoadModule: "dri"
285 (II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
286 (II) Module dri: vendor="The XFree86 Project"
287 compiled for 4.3.0, module version = 1.0.0
288 ABI class: XFree86 Server Extension, version 0.2
289 (II) Loading sub module "drm"
290 (II) LoadModule: "drm"
291 (II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
292 (II) Module drm: vendor="The XFree86 Project"
293 compiled for 4.3.0, module version = 1.0.0
294 ABI class: XFree86 Server Extension, version 0.2
295 (II) Loading extension XFree86-DRI
296 (II) LoadModule: "dbe"
297 (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
298 (II) Module dbe: vendor="The XFree86 Project"
299 compiled for 4.3.0, module version = 1.0.0
300 Module class: XFree86 Server Extension
301 ABI class: XFree86 Server Extension, version 0.2
302 (II) Loading extension DOUBLE-BUFFER
303 (II) LoadModule: "record"
304 (II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
305 (II) Module record: vendor="The XFree86 Project"
306 compiled for 4.3.0, module version = 1.13.0
307 Module class: XFree86 Server Extension
308 ABI class: XFree86 Server Extension, version 0.2
309 (II) Loading extension RECORD
310 (II) LoadModule: "xtrap"
311 (II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
312 (II) Module xtrap: vendor="The XFree86 Project"
313 compiled for 4.3.0, module version = 1.0.0
314 Module class: XFree86 Server Extension
315 ABI class: XFree86 Server Extension, version 0.2
316 (II) Loading extension DEC-XTRAP
317 (II) LoadModule: "glx"
318 (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
319 (II) Module glx: vendor="The XFree86 Project"
320 compiled for 4.3.0, module version = 1.0.0
321 ABI class: XFree86 Server Extension, version 0.2
322 (II) Loading sub module "GLcore"
323 (II) LoadModule: "GLcore"
324 (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
325 (II) Module GLcore: vendor="The XFree86 Project"
326 compiled for 4.3.0, module version = 1.0.0
327 ABI class: XFree86 Server Extension, version 0.2
328 (II) Loading extension GLX
329 (II) LoadModule: "speedo"
330 (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
331 (II) Module speedo: vendor="The XFree86 Project"
332 compiled for 4.3.0, module version = 1.0.1
333 Module class: XFree86 Font Renderer
334 ABI class: XFree86 Font Renderer, version 0.4
335 (II) Loading font Speedo
336 (II) LoadModule: "type1"
337 (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
338 (II) Module type1: vendor="The XFree86 Project"
339 compiled for 4.3.0, module version = 1.0.2
340 Module class: XFree86 Font Renderer
341 ABI class: XFree86 Font Renderer, version 0.4
342 (II) Loading font Type1
343 (II) Loading font CID
344 (II) LoadModule: "ati"
345 (II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
346 (II) Module ati: vendor="The XFree86 Project"
347 compiled for 4.3.0, module version = 6.4.18
348 Module class: XFree86 Video Driver
349 ABI class: XFree86 Video Driver, version 0.6
350 (II) LoadModule: "mouse"
351 (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
352 (II) Module mouse: vendor="The XFree86 Project"
353 compiled for 4.3.0, module version = 1.0.0
354 Module class: XFree86 XInput Driver
355 ABI class: XFree86 XInput driver, version 0.4
356 (II) ATI: ATI driver (version 6.4.18) for chipset: ati
357 (II) R128: Driver for ATI Rage 128 chipsets:
358 ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
359 ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
360 ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),
361 ATI Rage 128 Pro GL PC (PCI/AGP), ATI Rage 128 Pro GL PD (PCI),
362 ATI Rage 128 Pro GL PE (PCI/AGP), ATI Rage 128 Pro GL PF (AGP),
363 ATI Rage 128 Pro VR PG (PCI/AGP), ATI Rage 128 Pro VR PH (PCI/AGP),
364 ATI Rage 128 Pro VR PI (PCI/AGP), ATI Rage 128 Pro VR PJ (PCI/AGP),
365 ATI Rage 128 Pro VR PK (PCI/AGP), ATI Rage 128 Pro VR PL (PCI/AGP),
366 ATI Rage 128 Pro VR PM (PCI/AGP), ATI Rage 128 Pro VR PN (PCI/AGP),
367 ATI Rage 128 Pro VR PO (PCI/AGP), ATI Rage 128 Pro VR PP (PCI),
368 ATI Rage 128 Pro VR PQ (PCI/AGP), ATI Rage 128 Pro VR PR (PCI),
369 ATI Rage 128 Pro VR PS (PCI/AGP), ATI Rage 128 Pro VR PT (PCI/AGP),
370 ATI Rage 128 Pro VR PU (PCI/AGP), ATI Rage 128 Pro VR PV (PCI/AGP),
371 ATI Rage 128 Pro VR PW (PCI/AGP), ATI Rage 128 Pro VR PX (PCI/AGP),
372 ATI Rage 128 GL RE (PCI), ATI Rage 128 GL RF (AGP),
373 ATI Rage 128 RG (AGP), ATI Rage 128 VR RK (PCI),
374 ATI Rage 128 VR RL (AGP), ATI Rage 128 4X SE (PCI/AGP),
375 ATI Rage 128 4X SF (PCI/AGP), ATI Rage 128 4X SG (PCI/AGP),
376 ATI Rage 128 4X SH (PCI/AGP), ATI Rage 128 4X SK (PCI/AGP),
377 ATI Rage 128 4X SL (PCI/AGP), ATI Rage 128 4X SM (AGP),
378 ATI Rage 128 4X SN (PCI/AGP), ATI Rage 128 Pro ULTRA TF (AGP),
379 ATI Rage 128 Pro ULTRA TL (AGP), ATI Rage 128 Pro ULTRA TR (AGP),
380 ATI Rage 128 Pro ULTRA TS (AGP?), ATI Rage 128 Pro ULTRA TT (AGP?),
381 ATI Rage 128 Pro ULTRA TU (AGP?)
382 (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
383 ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
384 ATI Radeon VE/7000 QY (AGP), ATI Radeon VE/7000 QZ (AGP),
385 ATI Radeon Mobility M7 LW (AGP),
386 ATI Mobility FireGL 7800 M7 LX (AGP),
387 ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
388 ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
389 ATI Radeon IGP330/340/350 (A4) 4137,
390 ATI Radeon IGP330M/340M/350M (U2) 4337,
391 ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QI (AGP),
392 ATI Radeon 8500 QJ (AGP), ATI Radeon 8500 QK (AGP),
393 ATI Radeon 8500 QL (AGP), ATI Radeon 9100 QM (AGP),
394 ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
395 ATI Radeon 8500 Qh (AGP), ATI Radeon 8500 Qi (AGP),
396 ATI Radeon 8500 Qj (AGP), ATI Radeon 8500 Qk (AGP),
397 ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
398 ATI Radeon 7500 QW (AGP), ATI Radeon 7500 QX (AGP),
399 ATI Radeon 9000 Id (AGP), ATI Radeon 9000 Ie (AGP),
400 ATI Radeon 9000 If (AGP), ATI Radeon 9000 Ig (AGP),
401 ATI Radeon Mobility M9 Ld (AGP), ATI Radeon Mobility M9 Le (AGP),
402 ATI Radeon Mobility M9 Lf (AGP), ATI Radeon Mobility M9 Lg (AGP),
403 ATI Radeon 9200 5960 (AGP), ATI Radeon 9200 5961 (AGP),
404 ATI Radeon 9200 5962 (AGP), ATI Radeon 9200 5963 (AGP),
405 ATI Radeon M9+ 5968 (AGP), ATI Radeon M9+ 5969 (AGP),
406 ATI Radeon M9+ 596A (AGP), ATI Radeon M9+ 596B (AGP),
407 ATI Radeon 9500 AD (AGP), ATI Radeon 9500 AE (AGP),
408 ATI Radeon 9500 AF (AGP), ATI FireGL Z1/X1 AG (AGP),
409 ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
410 ATI Radeon 9700 NF (AGP), ATI FireGL X1 NG (AGP)
411 (II) ATI: Candidate "Device" section "Card0".
412 (II) ATI: Shared PCI/AGP Mach64 in slot 0:15:0 detected.
413 (II) ATI: Shared PCI/AGP Mach64 in slot 0:15:0 assigned to active "Device"
414 section "Card0".
415 (II) Loading sub module "atimisc"
416 (II) LoadModule: "atimisc"
417 (II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
418 (II) Module atimisc: vendor="The XFree86 Project"
419 compiled for 4.3.0, module version = 6.4.18
420 Module class: XFree86 Video Driver
421 ABI class: XFree86 Video Driver, version 0.6
422 (II) resource ranges after probing:
423 [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[B]
424 [1] -1 0 0x00000000 - 0x00000000 (0x1) MX[B]
425 [2] -1 0 0xf3000000 - 0xf301ffff (0x20000) MX[B]
426 [3] -1 0 0xf3020000 - 0xf3020fff (0x1000) MX[B](B)
427 [4] -1 0 0x81000000 - 0x81ffffff (0x1000000) MX[B](B)
428 [5] -1 0 0xf1000000 - 0xf10003ff (0x400) MX[B]
429 [6] -1 0 0x94000000 - 0x97ffffff (0x4000000) MX[B]
430 [7] -1 0 0x90000000 - 0x9000ffff (0x10000) MX[B]
431 [8] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
432 [9] -1 0 0x00000000 - 0x00000000 (0x1) IX[B]
433 [10] -1 0 0x00000400 - 0x000004ff (0x100) IX[B](B)
434 [11] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
435 [12] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
436 [13] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
437 [14] -1 0 0xfffffffc - 0xfffffffc (0x1) IX[B]
438 (==) ATI(0): Chipset: "ati".
439 (**) ATI(0): Depth 24, (--) framebuffer bpp 32
440 (EE) ATI(0): Adapter has not been initialised.
441 (II) UnloadModule: "ati"
442 (II) UnloadModule: "atimisc"
443 (II) Unloading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
444 (EE) Screen(s) found, but none have a usable configuration.
445
446 Fatal server error:
447 no screens found
448
449 When reporting a problem related to a server crash, please send
450 the full server output, not just the last messages.
451 This can be found in the log file "/var/log/XFree86.0.log".
452 Please report problems to xfree86@×××××××.org.
453
454
455 I will be greatly appreciative for any help/feedback/anything else. Thanks.
456
457 --
458 Andrew Gaffney
459
460
461 --
462 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] configuring X on a PM 7500 Mark Guertin <guertin@××××××××××××××.com>