PDA

View Full Version : Warning on my xorg.0.log, how to fix it?


darkshado
02-28-2009, 12:52 AM
Hi everyone!
Well i have a warning on my xorg.0.log, talking about dri adjusting. Can someone help me to fix this problem? Thx!

(**) RADEON(0): Using AGP 8x
(II) RADEON(0): [agp] Mode 0x1f00420a [AGP 0x10de/0x01e0; Card 0x1002/0x71c7]
(II) RADEON(0): [agp] 32768 kB allocated with handle 0x00000001
(II) RADEON(0): [agp] ring handle = 0xd0000000
(II) RADEON(0): [agp] Ring mapped at 0xb7949000
(II) RADEON(0): [agp] ring read ptr handle = 0xd0101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0xb7af2000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xd0102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xa76a3000
(II) RADEON(0): [agp] GART texture map handle = 0xd0302000
(II) RADEON(0): [agp] GART Texture map mapped at 0xa5a23000
(II) RADEON(0): [drm] register handle = 0xdc000000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0): MC_FB_LOCATION : 0xdfffc000 0xffffe000
(II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
(==) RADEON(0): Backing store disabled
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 19
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
(WW) RADEON(0): DRI init changed memory map, adjusting ...
(WW) RADEON(0): MC_FB_LOCATION was: 0xdfffc000 is: 0xdfffc000
(WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xe1ffe000
(II) RADEON(0): RADEONRestoreMemMapRegisters() :
(II) RADEON(0): MC_FB_LOCATION : 0xdfffc000 0xdfffc000
(II) RADEON(0): MC_AGP_LOCATION : 0xe1ffe000
(II) RADEON(0): Direct rendering enabled
(II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.

My card X1650PRO agp 8x. Ubuntu 8.10.

bridgman
02-28-2009, 01:18 AM
I thinnk this is OK; don't remember the detailed explanation, but I think this is one of those "just so you know" messages.

agd5f
02-28-2009, 04:48 AM
yeah it's just informational. The drm probably had to move the agp location.

darkshado
03-01-2009, 05:55 AM
ok thanks guys ;) One more question for the same card do you know the value i have to put for the "Gartsize" option? Thanks for the answer.

RealNC
03-01-2009, 06:51 AM
ok thanks guys ;) One more question for the same card do you know the value i have to put for the "Gartsize" option? Thanks for the answer.

None. Let the driver use its default.

darkshado
03-01-2009, 07:03 AM
ok thanks!