public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Questions about X warnings/errors
@ 2009-06-13  7:25 Walter Dnes
  2009-06-13  8:41 ` Volker Armin Hemmann
  0 siblings, 1 reply; 2+ messages in thread
From: Walter Dnes @ 2009-06-13  7:25 UTC (permalink / raw
  To: Gentoo Users List


  Here's the video card as per "lspci -vv"
==========================================
02:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO]
(rev 01) (prog-if 00 [VGA controller])
        Subsystem: ATI Technologies Inc RV280 [Radeon 9200 PRO]
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64 (2000ns min), Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 21
        Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M]
        Region 1: I/O ports at cc00 [size=256]
        Region 2: Memory at fdef0000 (32-bit, non-prefetchable) [size=64K]
        [virtual] Expansion ROM at fde00000 [disabled] [size=128K]
        Capabilities: [50] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
==========================================
  At bootup, I get the following (saved in dmesg)
mtrr: your CPUs had inconsistent fixed MTRR settings
mtrr: probably your BIOS does not setup all CPUs.
mtrr: corrected configuration.

and I get the following in the X log file.  Can I ignore it?

(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0):   MC_FB_LOCATION  was: 0xd7ffd000 is: 0xd7ffd000
(WW) RADEON(0):   MC_AGP_LOCATION was: 0xffffffc0 is: 0xffffffc0
==========================================



==========================================
  The following appears in the X log...

(II) LoadModule: "freetype"

(WW) Warning, couldn't open module freetype
(II) UnloadModule: "freetype"
(EE) Failed to load module "freetype" (module does not exist, 0)
==========================================



==========================================
  Due to bad experiences with fglrx, I'm using the open source ATI
drivers.  I get the following in the X log...

(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)
(EE) AIGLX: reverting to software rendering
==========================================



==========================================
  In xorg.conf, I've commented out all fontpaths except...

    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"

...but the log still shows...

(WW) The directory "/usr/share/fonts/OTF" does not exist.
  Entry deleted from font path.
(**) FontPath set to:
  /usr/share/fonts/misc/,
  /usr/share/fonts/Type1/,
  /usr/share/fonts/100dpi/,
  /usr/share/fonts/75dpi/,
  /usr/share/fonts/misc/,
  /usr/share/fonts/TTF/,
  /usr/share/fonts/Type1/,
  /usr/share/fonts/100dpi/,
  /usr/share/fonts/75dpi/,
  built-ins
==========================================

  Any comments/suggestions?


-- 
Walter Dnes <waltdnes@waltdnes.org>



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-user] Questions about X warnings/errors
  2009-06-13  7:25 [gentoo-user] Questions about X warnings/errors Walter Dnes
@ 2009-06-13  8:41 ` Volker Armin Hemmann
  0 siblings, 0 replies; 2+ messages in thread
From: Volker Armin Hemmann @ 2009-06-13  8:41 UTC (permalink / raw
  To: gentoo-user

On Samstag 13 Juni 2009, Walter Dnes wrote:
>   Here's the video card as per "lspci -vv"
> ==========================================
> 02:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200
> PRO] (rev 01) (prog-if 00 [VGA controller])
>         Subsystem: ATI Technologies Inc RV280 [Radeon 9200 PRO]
>         Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr-
> DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64
> (2000ns min), Cache Line Size: 64 bytes
>         Interrupt: pin A routed to IRQ 21
>         Region 0: Memory at d0000000 (32-bit, prefetchable) [size=256M]
>         Region 1: I/O ports at cc00 [size=256]
>         Region 2: Memory at fdef0000 (32-bit, non-prefetchable) [size=64K]
>         [virtual] Expansion ROM at fde00000 [disabled] [size=128K]
>         Capabilities: [50] Power Management version 2
>                 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
> PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME-
> ==========================================
>   At bootup, I get the following (saved in dmesg)
> mtrr: your CPUs had inconsistent fixed MTRR settings
> mtrr: probably your BIOS does not setup all CPUs.
> mtrr: corrected configuration.
>
> and I get the following in the X log file.  Can I ignore it?
>
> (WW) RADEON(0): DRI init changed memory map, adjusting ...
> (WW) RADEON(0):   MC_FB_LOCATION  was: 0xd7ffd000 is: 0xd7ffd000
> (WW) RADEON(0):   MC_AGP_LOCATION was: 0xffffffc0 is: 0xffffffc0
> ==========================================

yes.

>
>
> ==========================================
>   The following appears in the X log...
>
> (II) LoadModule: "freetype"
>
> (WW) Warning, couldn't open module freetype
> (II) UnloadModule: "freetype"
> (EE) Failed to load module "freetype" (module does not exist, 0)
> ==========================================

you can ignore that too. freetype is not needed.

>
>
>
> ==========================================
>   Due to bad experiences with fglrx, I'm using the open source ATI
> drivers.  I get the following in the X log...
>
> (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) (EE) AIGLX: reverting to software rendering
> ==========================================
you are missing a file. Try re-installing mesa.


>
>
> ==========================================
>   In xorg.conf, I've commented out all fontpaths except...
>
>     FontPath   "/usr/share/fonts/misc/"
>     FontPath   "/usr/share/fonts/Type1/"
>     FontPath   "/usr/share/fonts/100dpi/"
>     FontPath   "/usr/share/fonts/75dpi/"
>
> ...but the log still shows...
>
> (WW) The directory "/usr/share/fonts/OTF" does not exist.
>   Entry deleted from font path.
> (**) FontPath set to:
>   /usr/share/fonts/misc/,
>   /usr/share/fonts/Type1/,
>   /usr/share/fonts/100dpi/,
>   /usr/share/fonts/75dpi/,
>   /usr/share/fonts/misc/,
>   /usr/share/fonts/TTF/,
>   /usr/share/fonts/Type1/,
>   /usr/share/fonts/100dpi/,
>   /usr/share/fonts/75dpi/,
>   built-ins
> ==========================================
>
>   Any comments/suggestions?

yeah. remove all font paths. They are not needed anymore.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-13  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-13  7:25 [gentoo-user] Questions about X warnings/errors Walter Dnes
2009-06-13  8:41 ` Volker Armin Hemmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox