Autor Tópico: Problema com a instalação do AIGLX + Beryl[Resolvido]  (Lida 3650 vezes)

Offline Alpavelus

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
Problema com a instalação do AIGLX + Beryl[Resolvido]
« Online: 17 de Maio de 2007, 15:29 »
Ola galera do fórum estou seguindo o seguinte tutorial para a instalação do AIGLX+ beryl:
http://http://marcellino.wordpress.com/2007/02/06/instalando-desktop-3d-aiglx-beryl-no-ubuntu-610-passo-a-passo
/
Seguiu tudo tranquilo até a edição do arquivo /etc/X11/xorg.conf.
Eu editei o arqiuivo como pede no tuto e o ambiente grafico apago.
Quando reinicia mostra que na linha 45 do arquivo há um erro  a linha 45 no meu caso é a linha onde o tuto pede pra incluir na sessão "Modules" load "dri" tentei editar de diversas formas com o editor Vi.
Apaguei a linha, reescrevi em caixa alta fazendo referencia a sessão "DRI" que ele manda adicionar mas não consigo fazer o gdm iniciar direito sempre dá erro em alguma linha, bom to colocando a conf do arquivo /etc/X11/xorg.conf como eu estou usando agora:

Código: [Selecionar]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Oct 16 22:13:07 PDT 2006

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

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

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "abnt2"
    Option         "XkbLayout" "br"
    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         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
    Identifier     "S/M 550v"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
    Monitor        "S/M 550v"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

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

E agora como foi modificado(coloquei uns # pra saber onde modifiquei rs...):
Código: [Selecionar]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Oct 16 22:13:07 PDT 2006

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

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

Section "Module"
    Load           "dri"            [b]#Modificado por mim[/b]
    Load           "dbe"          [b]#Modificado por mim[/b]
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"           #Já existia
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "abnt2"
    Option         "XkbLayout" "br"
    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         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"
    Identifier     "S/M 550v"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
    Driver         "nvidia"
    Option  “XAANoOffscreenPixmaps”     [b]#Modificado por mim[/b]
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
    Monitor        "S/M 550v"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Extensions"      [b]#Não me lembro se esta sessão ja estava ai mas não impede o gdm de rodar [/b]
    Option         "Composite" "Enable"
EndSection

Section “DRI”                 [b]#Modificado por mim[/b]
        Mode 0666
EndSection

Ps: Agora quando fui buscar o arquivo com o comando gedit /etc/X11/xorg.conf deu o seguinte erro
no terminal
Código: [Selecionar]
(gedit:6445): Gtk-WARNING **: Impossível localizar a ferramenta de temas no module_path: "pixmap",

Bom obrigado a todos pela atenção.
« Última modificação: 21 de Maio de 2007, 13:10 por Alpavelus »

ginho

  • Visitante
Re: Problema com a instalação do AIGLX + Beryl
« Resposta #1 Online: 17 de Maio de 2007, 18:23 »
O meu xorg, esta funcionando redondo.
Citar
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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   "bitmap"
   Load   "ddc"
        Load    "dbe"
        Load   "glx"
   Load   "extmod"
   Load   "freetype"
        Load    "type1"
   Load   "int10"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "br"
   Option      "XkbVariant"   "brtn"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "ZAxisMapping"      "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

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

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

Section "ServerFlags"
         Option         "Xinerama" "0"
EndSection

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

Section "Device"
   Identifier   "NVIDIA XFX 7600 GS 512mb"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
        Option          "NvAGP"        "3"   
        Option          "TripleBuffer" "True"
        Option          "AddARGBGLXVisuals" "True"
        Option          "RenderAccel" "True"
        Option          "UseEdidDpi" "False"
        Option          "DPI" "96 x 96"
EndSection

Section "Monitor"
   Identifier   "Philips LCD 150S "
   Option      "DPMS"
   HorizSync   30.0 - 63.0
   VertRefresh   56.0 - 76.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "NVIDIA XFX 7600 GS 512mb"
   Monitor      "Philips LCD 150S "
   DefaultDepth   24
        DefaultFbBpp    32
        Option          "AddARGBGLXVisuals" "True"
        Option          "AllowGLXWithComposite" "True"
   SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus"   "SendCoreEvents"
   InputDevice     "cursor"   "SendCoreEvents"
   InputDevice     "eraser"   "SendCoreEvents"
        Option          "AIGLX"  "true"
EndSection

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

Talvez você consiga aproveitar algo.

Offline Alpavelus

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
Re: Problema com a instalação do AIGLX + Beryl
« Resposta #2 Online: 18 de Maio de 2007, 01:23 »
Valeu ginho acabei instalando o beryl pelo Synaptic.
O beryl funcionou, mas ta com um problema nas janelas não aparece os botões de minimizar, maximizar e fechar.
Fora isso to iniciando ele pelo terminal com o comando sudo beryl star,t ja vi nos topicos para colocar para iniciar em tempo de boot, mas o problema e que o terminal quando inicio o beryl fica em aberto e não sei como dar quit se tento fechar o terminal o micro trava aplicativos como o blender nem abrem por causa disso, outro terminal fica carregan...........do e nunca termina, as opções do beryl manager setam aparecem modificadas no terminal onde dei o comando pra ele rodar, mas não modificam o beryl em nada.
E no terminal quando inicia da o seguinte erro:

Citar
beryl: dbus_bus_get error: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
beryl: Plugin 'dbus':initDisplay failed
beryl: Couldn't activate plugin 'dbus'
Couldn't initialise dbus. This should not happen!

Fui ver se o tal do dbus esta instalado e ele ta setado como insstalado tem alguma ideia?

Mais uma vez obrigado pela atenção.

[/color]

Offline lr.gamito

  • Usuário Ubuntu
  • *
  • Mensagens: 305
  • Geek by Nature, Linux by Choice!
    • Ver perfil
    • Leandro Gamito
Re: Problema com a instalação do AIGLX + Beryl
« Resposta #3 Online: 18 de Maio de 2007, 08:02 »
Valeu ginho acabei instalando o beryl pelo Synaptic.
O beryl funcionou, mas ta com um problema nas janelas não aparece os botões de minimizar, maximizar e fechar.
Fora isso to iniciando ele pelo terminal com o comando sudo beryl star,t ja vi nos topicos para colocar para iniciar em tempo de boot, mas o problema e que o terminal quando inicio o beryl fica em aberto e não sei como dar quit se tento fechar o terminal o micro trava aplicativos como o blender nem abrem por causa disso, outro terminal fica carregan...........do e nunca termina, as opções do beryl manager setam aparecem modificadas no terminal onde dei o comando pra ele rodar, mas não modificam o beryl em nada.
E no terminal quando inicia da o seguinte erro:

Citar
beryl: dbus_bus_get error: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
beryl: Plugin 'dbus':initDisplay failed
beryl: Couldn't activate plugin 'dbus'
Couldn't initialise dbus. This should not happen!

Fui ver se o tal do dbus esta instalado e ele ta setado como insstalado tem alguma ideia?

Mais uma vez obrigado pela atenção.

[/color]

Mas ta aparecendo a borda da janela????
Quem quer fazer alguma coisa encontra um meio! Quem não que fazer nada encontra uma desculpa!
Dell Inspiron 1525 | Dual Core T4200 | 3GB MEM | 160 GB HD | Ubuntu 10.04

ginho

  • Visitante
Re: Problema com a instalação do AIGLX + Beryl
« Resposta #4 Online: 18 de Maio de 2007, 08:55 »
Veja em -> Beryl Settings Manager -> Extras -> DBus , se esta marcada a caixa , se eu entendi diz ser erro de plugim, talvez alterando esta propriedade e aproveite também na opção Desenvolvimento marcar a opção de Trava.
Reinicie a sessão, alguns plugins para mim só funcionam após reiniciar a sessão.
Se persistir o erro, veja o que você encontra sobre "replace" em não conheço a relação nunca precisei, mas
já vi algo a respeito e que se enquadra neste problema da janelas.

Offline Alpavelus

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
Re: Problema com a instalação do AIGLX + Beryl
« Resposta #5 Online: 18 de Maio de 2007, 23:38 »
Valeu galera agora o beryl ta funcionando beleza realmente o plugin tava desligado ginho vlw.
Mas agora to com um problema no blender que a janela ta com o alpha ligado e ta muito ruim pra poder editar as meshs ainda nem mexi direito mais se tiverem alguma dica agradeço e brigadão pela força.

ginho

  • Visitante
Re: Problema com a instalação do AIGLX + Beryl
« Resposta #6 Online: 19 de Maio de 2007, 08:52 »
Beleza.
Quanto ao Blender propriamente eu não posso te ajudar. E se entendi o problema, parece ser o mesmo
que o pessoal tinha com o mercury "mensageiro". Talvez.

Offline Alpavelus

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
Re: Problema com a instalação do AIGLX + Beryl
« Resposta #7 Online: 21 de Maio de 2007, 13:09 »
Brigado a toda a galera do forum o problema do AIGLX + Beryl foi resolvdo vlw,
Brigadão ginho pelos toques e vou ver se abro um novo post pra ver o problema do Blender.
Abraço.