Здравствуйте! Очень хочется продемонстрировать детям возможности beryl.
Запустить менеджер окон beryl не получается. Конкретно.
1 .Установила ALTLinux Junior (школьный дистрибутив). Имею:
[EMAIL PROTECTED] ~]# fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1650 Series
OpenGL version string: 2.0.6747 (8.40.4)
2. Содержимое /etc/apt/sources.list:
rpm http://mirror.yandex.ru/altlinux/4.0/school/branch/ i586 classic
rpm http://mirror.yandex.ru/altlinux/4.0/school/branch/ noarch classic
Устанавливаю beryl: apt-get beryl. Имею:
[EMAIL PROTECTED] ~]$ rpm -qa|grep beryl
beryl-0.2.1-alt1
beryl-plugins-0.2.1-alt2
beryl-settings-bindings-0.2.1-alt1
beryl-core-0.2.1-alt2
beryl-settings-0.2.1-alt2
beryl-manager-0.2.1-alt2
[EMAIL PROTECTED] ~]# glxinfo|grep direct
direct rendering: Yes
3. По результатам поиска в гугле и в архиве рассылок lists.altlinux.org редактирую xorg.conf (во вложенном файле). 4. Пытаюсь запустить $ beryl-manager. На панели появляется значок "Управление beryl".
Выбираю Выберите менеждер окон>Beryl.
Некоторое время эран монитора мигает и возвращается окно KDE. Сообщение в консоли:
**
* Beryl system compatiblity check                            *
**************************************************************

Detected xserver                                : AIGLX

Checking Display :0.0 ...

Checking for XComposite extension               : passed (v0.3)
Checking for XDamage extension                  : passed
Checking for RandR extension                    : passed
Checking for XSync extension                    : passed

Checking Screen 0 ...

Checking for GLX_SGIX_fbconfig                  : passed
Checking for GLX_EXT_texture_from_pixmap        : passed
Checking for non power of two texture support   : failed

Support for non power of two textures missing
beryl: glXBindTexImageEXT is missing
beryl: Failed to manage screen: 0
beryl: No manageable screens found on display :0.0

5. Пытаюсь обновить ядро:
apt-get install update-kernel
update-kernel
Имею:
[EMAIL PROTECTED] ~]# uname -a
Linux localhost.localdomain 2.6.18-std-smp-alt12 #1 SMP Mon Feb 11 00:44:54 MSK 2008 i686 GNU/Linux
[EMAIL PROTECTED] ~]# rpm -qa | grep fglrx
fglrx_glx-8.40.4-alt2
kernel-modules-fglrx-std-smp-1.0.8.40.4-alt1.132626.12
fglrx-tools-8.40.4-alt2
Пытаюсь запустить менеджер окон Beryl -- ситуация та же самая. Мигает экран монитора и опять окно KDE. Теперь возникла новая проблема. При попытке выполнить команду fglrxinfo компьютер зависает и не реагирует ни на какие команды. Аналогичная ситуация с попыткой проверить настройки через Центр управления системой
(Графический интерфейс, Дисплей, кнопка Проверить).

Если заменить xorg.conf на старый вариант (xorg.conf.backup), то fglrxinfo работает.
Подскажите, пожалуйста, что я делаю не так?

Section "ServerLayout"
        Identifier     "Minimal layout"
        Screen         "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "ImPS/2 Generic Wheel Mouse|0" "CorePointer"
EndSection

Section "Files"
        FontPath     "unix/:-1"
EndSection

Section "Module"
        Load  "type1"
        Load  "freetype"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        SubSection "extmod"
                Option      "omit xfree86-dga"
        EndSubSection
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail" "true"
        Option "AIGLX" "true"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "ImPS/2 Generic Wheel Mouse|0"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "IMPS/2"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Acer AL1716X|0"
        DisplaySize  340        270
        HorizSync    30.0 - 83.0
        VertRefresh  56.0 - 75.0
EndSection

Section "Device"
        Identifier  "Card0|0"
        Driver      "fglrx"
        Option "XaaNoOffscreenPixmaps" "true"
        Option "BackingStore" "true"
        Option "UseFastTLS" "2"
        
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0|0"
        Monitor    "Acer AL1716X|0"
        DefaultDepth     24
        SubSection "Display"
                Depth     8
                Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        "xgrp"
        Mode         0660
EndSection

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


Section "ServerLayout"
        Identifier     "Minimal layout"
        Screen         "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "ImPS/2 Generic Wheel Mouse|0" "CorePointer"
EndSection

Section "Files"
        FontPath     "unix/:-1"
EndSection

Section "Module"
        Load  "type1"
        Load  "freetype"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        SubSection "extmod"
                Option      "omit xfree86-dga"
        EndSubSection
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "ImPS/2 Generic Wheel Mouse|0"
        Driver      "mouse"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "IMPS/2"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Acer AL1716X|0"
        DisplaySize  340        270
        HorizSync    30.0 - 83.0
        VertRefresh  56.0 - 75.0
EndSection

Section "Device"
        Identifier  "Card0|0"
        Driver      "fglrx"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0|0"
        Monitor    "Acer AL1716X|0"
        DefaultDepth     24
        SubSection "Display"
                Depth     8
                Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" 
"640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        "xgrp"
        Mode         0660
EndSection

_______________________________________________
Junior mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/junior

Ответить