LINUX.ORG.RU

Ответ на: комментарий от Zodd

glxinfo | grep OpenGL IRQ's not enabled, falling back to busy waits: 2 0 OpenGL vendor string: Advanced Micro Devices, Inc. OpenGL renderer string: Mesa DRI R600 (RV770 9460) 20090101 x86/MMX/SSE2 TCL OpenGL version string: 1.2 Mesa 7.6.1 OpenGL extensions:

cat /var/log/Xorg.0.log | grep EE    (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (II) Loading extension MIT-SCREEN-SAVER (EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device (EE) PreInit returned NULL for «„Logitech USB-PS/2 Optical Mouse“» (EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device (EE) PreInit returned NULL for «„Logitech USB-PS/2 Optical Mouse“»

zmdhrt
() автор топика
Ответ на: комментарий от Zodd

glxinfo | grep OpenGL
IRQ's not enabled, falling back to busy waits: 2 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: Mesa DRI R600 (RV770 9460) 20090101 x86/MMX/SSE2 TCL
OpenGL version string: 1.2 Mesa 7.6.1
OpenGL extensions:


cat /var/log/Xorg.0.log | grep EE
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for «„Logitech USB-PS/2 Optical Mouse“»
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for «„Logitech USB-PS/2 Optical Mouse“»


zmdhrt
() автор топика

у меня такое тоже было в gentoo. Решилось обновлением (точно не помню, но вроде это был xorg-server).

Версии: xf86-video-radeonhd-1.3.0; xorg-server-1.7.4; mesa-7.7-r1;

P.S. особенно забавно с этим багом выглядела celestia...

ArtSh ★★★
()
Ответ на: комментарий от ArtSh

>Версии: xf86-video-radeonhd-1.3.0; xorg-server-1.7.4; mesa-7.7-r1;

те же версии, но в дебиане. иксы из сида, а меса из экспериментала. в 3д, кроме glxgears, везде цветной песок.

zmdhrt
() автор топика
Ответ на: комментарий от zmdhrt
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index d039920..d5704d3 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -1403,6 +1403,15 @@ static void RADEONInitMemoryMap(ScrnInfoPtr pScrn)
     if (aper_size > mem_size)
 	mem_size = aper_size;
 
+    /* don't map the whole FB in the internal address space.
+     * we don't currently use fb space larger than the aperture
+     * size and on cards with 1 GB of vram, this can overflow
+     * the internal top of gart calculation on some systems.
+     * See fdo bug 24301.
+     */
+    if (mem_size > aper_size)
+	mem_size = aper_size;
+
 #ifdef XF86DRI
     /* Apply memory map limitation if using an old DRI */
     if (info->directRenderingEnabled && !info->dri->newMemoryMap) {

патч накладывается на обычный radeon (пакет xf86-video-ati), с radeonhd не пробовал

ananas ★★★★★
()
Ответ на: комментарий от zmdhrt

>Mesa 7.6.1

В ней поддержка R600 только на бумаге. Обновляйся до 7.7

linux4ever
()
Ответ на: комментарий от ananas

>патч накладывается на обычный radeon (пакет xf86-video-ati), с radeonhd не пробовал

спасибо, помогло.

zmdhrt
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.