Gentoo Archives: gentoo-ppc-user

From: Alex <sysadm@×××××××××××.com>
To: gentoo-ppc-user@g.o
Subject: [gentoo-ppc-user] XFree86-4.3 and DRI
Date: Tue, 18 Mar 2003 14:14:26
Message-Id: 001101c2ed58$381e4cd0$0909a8c0@prec420
1 I saw the posting for X and dri over the weekend - I have a clamshell iBook
2 Firewire (366mhz with 320 MB) lspci states
3
4 00:10.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP
5 2x (rev 02) - vidoe device running an upto date Gentoo
6
7 Recived that following error on starting X. Can anyone tell me what V_BIOS
8 is and how i can enable it to be read?
9
10 thanks - any help would be apprciated
11 __________________________________________________________________________-
12 XFree86 Version 4.3.0
13 Release Date: 27 February 2003
14 X Protocol Version 11, Revision 0, Release 6.6
15 Build Operating System: Linux 2.4.20-ppc-r2 ppc [ELF]
16 Build Date: 16 March 2003
17 Before reporting problems, check http://www.XFree86.Org/
18 to make sure that you have the latest version.
19 Module Loader present
20 Markers: (--) probed, (**) from config file, (==) default setting,
21 (++) from command line, (!!) notice, (II) informational,
22 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
23 (==) Log file: "/var/log/XFree86.0.log", Time: Tue Mar 18 08:18:35 2003
24 (==) Using config file: "/etc/X11/XF86Config-4"
25 (EE) R128(0): Cannot read V_BIOS (5)
26 Symbol DRIGetDeviceInfo from module
27 /usr/X11R6/lib/modules/drivers/r128_drv.o is unresolved
28 Symbol drmGetInterruptFromBusID from module
29 /usr/X11R6/lib/modules/drivers/r128_drv.o is un
30 Symbol drmCtlInstHandler from module
31 /usr/X11R6/lib/modules/drivers/r128_drv.o is unresolve
32 Symbol drmCtlUninstHandler from module
33 /usr/X11R6/lib/modules/drivers/r128_drv.o is unresol
34 Symbol drmAgpBase from module /usr/X11R6/lib/modules/drivers/r128_drv.o is
35 unresolved!
36
37 *** If unresolved symbols were reported above, they might not
38 *** be the reason for the server aborting.
39
40 Fatal server error:
41 Caught signal 11. Server aborting
42 ___________________________________________________________________________
43 XF86Config from DRI website stated for the r128 driver to use:
44
45 Identifier "Card0"
46 Driver "ati"
47 VendorName "ATI Technologies Inc"
48 BoardName "Rage Mobility M3 AGP 2x"
49 Option "AGPMode" "1"
50 Option "UseCCEFor2d" "false"
51 BusID "PCI:0:16:0"
52 EndSection
53
54 Section "Screen"
55 Identifier "Screen0"
56 Device "Card0"
57 Monitor "Monitor0"
58 DefaultDepth 16
59 SubSection "Display"
60 Depth 16
61 Modes "800x600" "640x480"
62 ViewPort 0 0
63 EndSubSection
64 SubSection "Display"
65 Depth 24
66 Modes "800x600" "640x480"
67 ViewPort 0 0
68 EndSubSection
69 EndSection
70
71 Section "DRI"
72 Mode 0666
73 EndSection
74
75
76
77 --
78 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] XFree86-4.3 and DRI "r.sesser" <rjs@××××××.org>