Gentoo Archives: gentoo-ppc-user

From: David Gurvich <david.gurvich@×××××××.net>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] Xorg + DRI on G3?
Date: Mon, 28 May 2007 11:26:55
Message-Id: 200705280725.33012.david.gurvich@verizon.net
In Reply to: [gentoo-ppc-user] Xorg + DRI on G3? by "A. Khattri"
1 On Sunday 27 May 2007 14:41:38 A. Khattri wrote:
2 > Ive used Gentoo for years but never on PPC.
3 >
4 > Im trying to get X up and running on an old G3 (B&W) Mac.
5 >
6 > I have agp and drm enabled in the kernel:
7 >
8 > $ dmesg | grep agp
9 > Linux agpgart interface v0.101 (c) Dave Jones
10 >
11 > $ dmesg | grep drm
12 > [drm] Initialized drm 1.1.0 20060810
13 > [drm] Initialized r128 2.5.0 20030725 on minor 0
14 >
15 > I have built the X server and all libs with dri enabled.
16 >
17 > I have tried three ways to configure: first using xorgconfig; then with an
18 > xorg.conf from when this machine ran FC6; and finally with Xorgautoconfig.
19 >
20 > None of these has given me a working config.
21 >
22 > Here's what I see when I run X:
23 >
24 > $ startx
25 > xauth: creating new authority file /home/ajai/.serverauth.3527
26 >
27 > X Window System Version 7.2.0
28 > Release Date: 22 January 2007
29 > X Protocol Version 11, Revision 0, Release 7.2
30 > Build Operating System: Linux 2.6.20-gentoo-r5 ppc
31 > Current Operating System: Linux eskimo 2.6.20-gentoo-r5 #3 Tue May 8
32 > 17:05:27 EDT 2007 ppc
33 > Build Date: 22 May 2007
34 > Before reporting problems, check http://wiki.x.org
35 > to make sure that you have the latest version.
36 > Module Loader present
37 > Markers: (--) probed, (**) from config file, (==) default setting,
38 > (++) from command line, (!!) notice, (II) informational,
39 >
40 > (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
41 > (==) Log file: "/var/log/Xorg.0.log", Time: Sun May 27 15:25:37 2007
42 > (==) Using config file: "/etc/X11/xorg.conf"
43 > (WW) ****INVALID IO ALLOCATION**** b: 0xfe002000 e: 0xfe0020ff correcting
44 > (EE) end of block range 0xfdffffff < begin 0xfe000000
45 >
46 > Fatal server error:
47 > could not open default font 'fixed'
48 > XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
49 > after 0 requests (0 known processed) with 0 events remaining.
50 >
51 >
52 >
53 > Not sure why it says it can't find any fonts, but Im more concerned with
54 > the "end of block range" error.
55 >
56 >
57 > --
58 > A
59
60 The end of block range error is trivial and happens on most ppc macs. The
61 real problem is the XIO error. That usually happens when there is no driver
62 in the kernel for your video card, the driver is misconfigured, or the wrong
63 driver is used in xorg.conf. If the driver is fine, I would suggest trying
64 the following options in xorg.conf:
65
66 *Confirm that the driver name is correct
67 *Use DefaultDepth max of 16, you might try less
68 *Try lower resolutions ie 800x600 instead of 1024x768
69 *You might try turning drm off entirely
70
71 Good luck
72
73 --
74 *--*--*--*--*--*--*--*--*--*--*--*
75 KMail on Gentoo/PPC
76 --
77 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] Xorg + DRI on G3? "A. Khattri" <ajai@××××.net>