Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] Questions about X warnings/errors
Date: Sat, 13 Jun 2009 07:26:21
Message-Id: 20090613072549.GA17551@waltdnes.org
1 Here's the video card as per "lspci -vv"
2 ==========================================
3 02:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO]
4 (rev 01) (prog-if 00 [VGA controller])
5 Subsystem: ATI Technologies Inc RV280 [Radeon 9200 PRO]
6 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
7 Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
8 Latency: 64 (2000ns min), Cache Line Size: 64 bytes
9 Interrupt: pin A routed to IRQ 21
10 Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M]
11 Region 1: I/O ports at cc00 [size=256]
12 Region 2: Memory at fdef0000 (32-bit, non-prefetchable) [size=64K]
13 [virtual] Expansion ROM at fde00000 [disabled] [size=128K]
14 Capabilities: [50] Power Management version 2
15 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
16 Status: D0 PME-Enable- DSel=0 DScale=0 PME-
17 ==========================================
18 At bootup, I get the following (saved in dmesg)
19 mtrr: your CPUs had inconsistent fixed MTRR settings
20 mtrr: probably your BIOS does not setup all CPUs.
21 mtrr: corrected configuration.
22
23 and I get the following in the X log file. Can I ignore it?
24
25 (WW) RADEON(0): DRI init changed memory map, adjusting ...
26 (WW) RADEON(0): MC_FB_LOCATION was: 0xd7ffd000 is: 0xd7ffd000
27 (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xffffffc0
28 ==========================================
29
30
31
32 ==========================================
33 The following appears in the X log...
34
35 (II) LoadModule: "freetype"
36
37 (WW) Warning, couldn't open module freetype
38 (II) UnloadModule: "freetype"
39 (EE) Failed to load module "freetype" (module does not exist, 0)
40 ==========================================
41
42
43
44 ==========================================
45 Due to bad experiences with fglrx, I'm using the open source ATI
46 drivers. I get the following in the X log...
47
48 (EE) AIGLX error: dlopen of /usr/lib/dri/r200_dri.so failed (/usr/lib/dri/r200_dri.so: cannot open shared object file: No such file or directory)
49 (EE) AIGLX: reverting to software rendering
50 ==========================================
51
52
53
54 ==========================================
55 In xorg.conf, I've commented out all fontpaths except...
56
57 FontPath "/usr/share/fonts/misc/"
58 FontPath "/usr/share/fonts/Type1/"
59 FontPath "/usr/share/fonts/100dpi/"
60 FontPath "/usr/share/fonts/75dpi/"
61
62 ...but the log still shows...
63
64 (WW) The directory "/usr/share/fonts/OTF" does not exist.
65 Entry deleted from font path.
66 (**) FontPath set to:
67 /usr/share/fonts/misc/,
68 /usr/share/fonts/Type1/,
69 /usr/share/fonts/100dpi/,
70 /usr/share/fonts/75dpi/,
71 /usr/share/fonts/misc/,
72 /usr/share/fonts/TTF/,
73 /usr/share/fonts/Type1/,
74 /usr/share/fonts/100dpi/,
75 /usr/share/fonts/75dpi/,
76 built-ins
77 ==========================================
78
79 Any comments/suggestions?
80
81
82 --
83 Walter Dnes <waltdnes@××××××××.org>

Replies

Subject Author
Re: [gentoo-user] Questions about X warnings/errors Volker Armin Hemmann <volkerarmin@××××××××××.com>