Спасибо всем, кто пытался мне помочь!
Пусть с ошибками, но все же beryl запустился.
Можно хоть что-то показать.
У меня карта ATI Radeon X1650. После установки ALTLinux Junior было:
# 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)

# glxinfo|grep direct
direct rendering: Yes

# 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

Сначала обновила модули и ядро:
# apt-get update
# apt-get install kernel-image-std-smp fglrx_glx fglrx-tools (это делала через Synaptic)
# apt-get install update-kernel
# update-kernel

Получила вот это:

$ rpm -qa | grep fglrx
kernel-modules-fglrx-std-smp-1.0.8.40.4-alt1.132626.12
fglrx_glx-8.47.1-alt1
fglrx-tools-8.47.1-alt1
kernel-modules-fglrx-std-smp-1.0.8.47.1-alt1.132626.12.M40.1

Вылезла ошибка с Kmix. Не уверена, что это помогло, но больше ничего и не делала, только установила модуль kernel-modules-alsa-std-smp-1.0.14-alt1.132626.12.M40.1 и пару раз перезагрузила комп.

Отредактировала xorg.conf (во вложенном файле).
Перезагрузила и проверила, что получилось:
# fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1650 Series
OpenGL version string: 2.1.7412 Release

$ glxinfo|grep direct
direct rendering: Yes

$ fgl_glxgears
Using GLX_SGIX_pbuffer
4592 frames in 5.0 seconds = 918.400 FPS

Дальше установила beryl: # apt-get install beryl
                                           $ beryl-manager.
Работает видимо не идеально, но я и этому рада!


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      "XAAOffscreenPixmaps" "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         0666
EndSection

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

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

Ответить