Problema para rodar o Beryl (RESOLVIDO)

Iniciado por Imigrante, 11 de Abril de 2007, 08:42

tópico anterior - próximo tópico

Imigrante

Pessoal,
Não estou conseguindo inicializar o Beryl.
Quando executo "beryl"no terminal, resulta o seguinte:

**************************************************************
* 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
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
Checking for non power of two texture support   : failed

Support for non power of two textures missing
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
beryl: glXBindTexImageEXT is missing
beryl: Failed to manage screen: 0
beryl: glXBindTexImageEXT is missing
beryl: Failed to manage screen: 1
beryl: No manageable screens found on display :0.0


De lambuja segue meu "xorg.conf"

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
Option "XkbModel" "logielite"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
# Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons"         "9"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping"   "1 2 3 6 7 8 9 10 11"
# Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom"# Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom"# Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom"# Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "Device"
Identifier "ATI RADEON X800 XT0"
Driver "fglrx"
Busid "PCI:1:0:0"
Option "VBERestore" "TRUE"
Option "MonitorLayout"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Screen 0
EndSection

Section "Device"
Identifier "ATI RADEON X800 XT1"
Driver "fglrx"
Busid "PCI:1:0:0"
Screen 1
EndSection

Section "Monitor"
Identifier "SAMSUNG SyncMaster 793v"
Option "DPMS"
Horizsync 30-90
Vertrefresh 50-60
EndSection

Section "Monitor"
Identifier "SAMSUNG SyncMaster 753v"
Option "DPMS"
Horizsync 30-90
Vertrefresh 50-60
EndSection

Section "Screen"
Identifier "Screen0"
Device "ATI RADEON X800 XT0"
Monitor "SAMSUNG SyncMaster 793v"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "ATI RADEON X800 XT1"
Monitor "SAMSUNG SyncMaster 753v"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Screen0" 0 0
screen 1 "Screen1" rightOf "Screen0"

Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection


Minha placa é uma ATI

Gigabyte ATI Radeon X800 XT (GV-R80T256V)

Sistema

Linux Ubuntu 7.04 Kernel x-13/x-14

Se forem necessárias outras informações, perguntem.
Desde já agradeço pela ajuda.
Abraços...
Imigrante

Imigrante

CONSEGUI!
Finalmente consegui fazer a paradinha rodar!!!

Seguindo este tuto: (http://www.howtoforge.com/ubuntu_feisty_beryl_ati_radeon)
No final das contas meu "xorg.conf" ficou assim:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
Option "XkbModel" "logielite"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
# Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons"         "9"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping"   "1 2 3 6 7 8 9 10 11"
# Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom"# Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom"# Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom"# Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "Device"
Identifier "ATI Technologies Inc R420 JK [Radeon X800]"
Driver "radeon"
Busid "PCI:1:0:0"
Option          "XAANoOffscreenPixmaps"
        Option "AGPMode" "4"
        Option "AGPFastWrite" "true"
        Option "DisableGLXRootClipping" "true"
        Option "AddARGBGLXVisuals" "true"
        Option "AllowGLXWithComposite" "true"
        Option "EnablePageFlip" "true"
Option "VBERestore" "TRUE"
Option "MonitorLayout"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Screen 0
EndSection

Section "Device"
Identifier "ATI Technologies Inc R420 [Radeon X800] (Secondary)"
Driver "radeon"
Busid "PCI:1:0:0"
Screen 1
EndSection

Section "Monitor"
Identifier "SAMSUNG SyncMaster 793v"
Option "DPMS"
Horizsync 30-90
Vertrefresh 50-60
EndSection

Section "Monitor"
Identifier "SAMSUNG SyncMaster 753v"
Option "DPMS"
Horizsync 30-90
Vertrefresh 50-60
EndSection

Section "Screen"
Identifier "Screen0"
Device "ATI Technologies Inc R420 JK [Radeon X800]"
Monitor "SAMSUNG SyncMaster 793v"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "ATI Technologies Inc R420 [Radeon X800] (Secondary)"
Monitor "SAMSUNG SyncMaster 753v"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Option          "AIGLX"         "true"
Identifier "Default Layout"
Screen "Screen0"

Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection


Abraços...
Imigrante

k7br


Cofor

To vendo no seu arquivo que você está utilizando o driver "radeon" ou seja, não é o Binário fechado da própria ATI e queria perguntar:

Como tá a performance?

Não consigo fazer o beryl funcionar aqui com o driver de código fechado ;(

Imigrante

Citação de: Cofor online 17 de Abril de 2007, 13:55
To vendo no seu arquivo que você está utilizando o driver "radeon" ou seja, não é o Binário fechado da própria ATI e queria perguntar:

Como tá a performance?

Não consigo fazer o beryl funcionar aqui com o driver de código fechado ;(

Pois é cara,
Eu havia instalado o driver da ATI e também não estava conseguindo fazer o Beryl funcionar.
Fui até o Gerenciador de Drivers Restritos e desabilitei o "Driver de aceleração de vídeo ATI", automaticamente ele removeu alguns pacotes e então segui o tutorial que citei acima, finalmente o Beryl funcionou.
Para jogos, a performance não está satisfatória. No UT2004 tenho que manter com uma configuração de média p/ baixa para que o mesmo seja jogável.
A configuração de vídeo ainda é algo que está me deixando a desejar e por isto ainda não abandonei a Microsoft.
Com o driver da ATI não cheguei a tentar jogar p/ ver como era, então não sei informar uma opinião comparativa.
Abraços...
Imigrante

k7br