* [Comm] Beryl на ATI
@ 2008-08-02 10:42 $ly
2008-08-02 11:33 ` Solntsev Pavel
0 siblings, 1 reply; 5+ messages in thread
From: $ly @ 2008-08-02 10:42 UTC (permalink / raw)
To: ALT Linux Community general discussions
[-- Attachment #1: Type: text/plain, Size: 420 bytes --]
Установил Beryl изменил xorg.conf
Всё вроде запускается, но в результате запуска beryl я вижу только белый
экран и мышку на нем. :( Что сделал не так, и что не доделал?
xorg.conf прилагается.
Подскажите кто знает, а то уже добрую неделю мучаюсь. :)
[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 2031 bytes --]
Section "ServerLayout"
Identifier "Minimal layout"
Screen "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "ImPS/2 Generic Wheel Mouse|0" "CorePointer"
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 "Samsung SyncMaster 997DF/927DF/997MB/927MB/927DFI/927MBI|0"
DisplaySize 350 260
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
Identifier "ATI Graphics Adapter"
VendorName "ATI"
Option "BusType" "AGP"
Driver "ati"
EndSection
Section "Extensions"
Option "Composite" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Samsung SyncMaster 997DF/927DF/997MB/927MB/927DFI/927MBI|0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "DRI"
Group "xgrp"
Mode 0660
EndSection
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Beryl на ATI
2008-08-02 10:42 [Comm] Beryl на ATI $ly
@ 2008-08-02 11:33 ` Solntsev Pavel
2008-08-02 13:12 ` $ly
0 siblings, 1 reply; 5+ messages in thread
From: Solntsev Pavel @ 2008-08-02 11:33 UTC (permalink / raw)
To: ALT Linux Community general discussions
> Установил Beryl изменил xorg.conf
> Всё вроде запускается, но в результате запуска beryl я вижу только
> белый экран и мышку на нем. :( Что сделал не так, и что не доделал?
> xorg.conf прилагается.
>
> Подскажите кто знает, а то уже добрую неделю мучаюсь. :)
У меня ATI Radeon9550Pro. xorg.conf у меня такой:
Section "Device"
...
Driver "fglrx"
...
EndSection
....
Section "DRI"
Group "xgrp"
Mode 0660
EndSection
# секция ниже для beryl очень важна.
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Beryl на ATI
2008-08-02 11:33 ` Solntsev Pavel
@ 2008-08-02 13:12 ` $ly
2008-08-03 3:19 ` Владимир Кутявин
0 siblings, 1 reply; 5+ messages in thread
From: $ly @ 2008-08-02 13:12 UTC (permalink / raw)
To: ALT Linux Community general discussions
Solntsev Pavel пишет:
> Section "Device"
> Driver "fglrx"
> EndSection
>
> Section "DRI"
> Group "xgrp"
> Mode 0660
> EndSection
>
> # секция ниже для beryl очень важна.
> Section "Extensions"
> Option "Composite" "Enable"
> Option "RENDER" "Enable"
> EndSection
Пробовал заменять секцию "Device" - графика слетела на совсем.
Вернул назад (Driver "ati")
Добавил в "Extensions" опцию "RENDER" "Enable" - при запуске берила
опять сначала заставка с версиекй, а потом опять белый экран. :(
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Beryl на ATI
2008-08-02 13:12 ` $ly
@ 2008-08-03 3:19 ` Владимир Кутявин
2008-08-03 7:42 ` $ly
0 siblings, 1 reply; 5+ messages in thread
From: Владимир Кутявин @ 2008-08-03 3:19 UTC (permalink / raw)
To: ALT Linux Community general discussions
$ly пишет:
> Пробовал заменять секцию "Device" - графика слетела на совсем.
> Вернул назад (Driver "ati")
>
> Добавил в "Extensions" опцию "RENDER" "Enable" - при запуске берила
> опять сначала заставка с версиекй, а потом опять белый экран. :(
>
Попробуйте запустить берил с опцией --indirect-rendering, либо в
берил-менеджере Способ визуализации - непрямая визуализация.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Beryl на ATI
2008-08-03 3:19 ` Владимир Кутявин
@ 2008-08-03 7:42 ` $ly
0 siblings, 0 replies; 5+ messages in thread
From: $ly @ 2008-08-03 7:42 UTC (permalink / raw)
To: ALT Linux Community general discussions
> Попробуйте запустить берил с опцией --indirect-rendering, либо в
> берил-менеджере Способ визуализации - непрямая визуализация.
пробовал от юзера beryl --indirect-rendering - всё равно белый экран
Опцию "непрямая визуализация" - не нашел в настройках :)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-08-03 7:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-02 10:42 [Comm] Beryl на ATI $ly
2008-08-02 11:33 ` Solntsev Pavel
2008-08-02 13:12 ` $ly
2008-08-03 3:19 ` Владимир Кутявин
2008-08-03 7:42 ` $ly
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git