Андрей Новосёлов пишет:
> On Fri, 22 May 2009 11:31:13 +0400
> Никита Кох <h...@ya.ru> wrote:
> 
>> Коллеги, добрый день.
>>
>> Имеется ноутбук Acer Aspire 5102 WLMI процессор AMD Turion 64 x2, с 
>> видеокарточкой ATI Radeon Xpress 1100.
>>
>> OS - Ubuntu 9.04 64 bit ядро 2.6.28.12-generic
>>
>> В связи с тем, что ATI убрал поддержу моей карточки из драйвера frglx то 
>> встала необходимость нормально настроить свободный драйвер. И если есть 
>> такая возможность получить таки 3D ускорение. Драйвер radeonhd мою 
>> карточку, кажется, не поддерживает (при попытке добавить в xorg.conf 
>> строчку в Driver "radeonhd") иксы не стартуют. Вся надежда на 
>> xserver-xorg-video-ati или xserver-xorg-video-radeon (а между ними есть 
>> разница?).  Все драйвера взяты из репозитория Ubuntu.
>>
>> Вот мой Xorg.conf
>>
>> Section "Device"
>>      Identifier      "Configured Video Device"
>>      Driver          "ati"
>>      Option          "AccelMethod"   "EXA"
>>      Option          "DPMS" "true"
>>      Option          "VideoOverlay" "on"
>>      Option          "OpenGLOverlay" "off"
>>      Option          "DRI"   "on"
>> EndSection
>>
>> Section "Module"
>>      Load    "glx"
>>      Load    "dri"
>>      Load    "GLcore"
>>      Load    "drm"
>> EndSection
>>
>> Section "DRI"
>>      Mode 0666
>> EndSection
>>
>> Section "Extensions"
>>      Option "Composite" "Enable"
>> EndSection
>>
>> Section "Monitor"
>>      Identifier      "Configured Monitor"
>> EndSection
>>
>> Section "Screen"
>>      Identifier      "Default Screen"
>>      Monitor         "Configured Monitor"
>>      Device          "Configured Video Device"
>> EndSection
>>
>> Вот вывод основных команд которые я знаю по этому вопросу для проверки:
>>
>> glxinfo | grep direct
>> direct rendering: Yes
>>
>>
>> glxgears
>> 1431 frames in 5.0 seconds = 286.139 FPS
>> 1617 frames in 5.0 seconds = 323.246 FPS
>> 1608 frames in 5.0 seconds = 321.459 FPS
>> 1593 frames in 5.0 seconds = 318.593 FPS
>>
>>
>> Подскажите пожалуйста, всё ли я правильно сделал? Или может быть Вы 
>> можете подсказать как настройки улучшить?
>>
>> Благодарю.
>>
>> P.S. Если что не так не пинайте сильно, я новичёк...
>>
>> P.P.S. В гугле и на форме был. То что есть (о xorg.conf) - результат их 
>> изучения.
>>
>> -- 
>> ubuntu-ru mailing list
>> ubuntu-ru@lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru
> 
> https://help.ubuntu.com/community/RadeonDriver
> Проверьте, реально ли может Ваша карточка 3Д.

Изучил материал, который был по ссылке 
https://help.ubuntu.com/community/RadeonDriver

Теперь xorg.conf вышлядит так:

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "ati"
        Option          "AccelMethod"   "EXA"
        Option          "DPMS" "true"
        Option          "VideoOverlay" "on"
        Option          "OpenGLOverlay" "off"
        Option          "DRI"   "on"
        BusID           "PCI:1:5:0"
        Option          "XAANoOffscreenPixmaps"
        Option          "GARTSize" "64"

EndSection

Section "ServerFlags"
         Option "AIGLX" "on"
EndSection

Section "Module"
        Load    "glx"
        Load    "dri"
        Load    "GLcore"
        Load    "drm"
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Extensions"
        Option "Composite" "Enable"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection

Вывод комманд, кторые там предложены для теста:

lspci -nn | grep VGA
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RS482 
[Radeon Xpress 200M] [1002:5975]

glxinfo |grep vendor
server glx vendor string: SGI
client glx vendor string: SGI
OpenGL vendor string: DRI R300 Project


Например тот же самый compiz (хотя он и не нужен, но для теста соёдёт 
^_^) как не стартовал так и не стартует.

Ещё что выяснилось, после добавления в xorg.conf строки

Section "ServerLayout"
         Option          "AIGLX" "true"
EndSection

иксы не стартуют...

-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru

Дати відповідь електронним листом