Autor Tópico: Beryl funcionando bem, porém sem bordas nas janelas  (Lida 3949 vezes)

Offline mautvleal

  • Usuário Ubuntu
  • *
  • Mensagens: 23
    • Ver perfil
Beryl funcionando bem, porém sem bordas nas janelas
« Online: 08 de Novembro de 2006, 18:12 »
Estou com o seguinte problema:

   Instalei o beryl de acordo com o seguinte  tutorial: http://hamacker.wordpress.com/2006/10/19/aiglx-beryl-no-ubuntu-edgy-610/
   Estou usando o driver BETA da NVidia, juntamente com o Edgy.
   Consegui instalar o emerald e o beryl, porém as bordas das janelas não aparecem (apesar de todos os efeitos especiais funcionarem bem). Quando executo o beryl e, em seguida, em um terminal, executo o comando "emerald" , o seguinte erro retorna:
Código: [Selecionar]
emerald: Screen 0 on display ":0.0" already has a decoration manager; try using the --replace option to replace the current decoration manager.
Se executo "emerald --replace" o terminal fica ocioso, isto é, o cursor fica piscando e nada aparece.

Está aqui meu xorg:

Código: [Selecionar]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@rothera)  Thu Jan  5 15:32:31 UTC 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     "SyncMaster"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV34 [GeForce FX 5200]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV34 [GeForce FX 5200]"
    Monitor        "SyncMaster"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

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

Obrigado!
Mauricio

ginho

  • Visitante
Re: Beryl funcionando bem, porém sem bordas nas janelas
« Resposta #1 Online: 08 de Novembro de 2006, 18:24 »
Experimenta adicionar a linha "Option "AddARG............"
como esta no meu
Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
    Monitor        "Philips 150S"
    DefaultDepth    24   
   Option "AddARGBGLXVisuals" "True"
    SubSection     "Display"

Offline mautvleal

  • Usuário Ubuntu
  • *
  • Mensagens: 23
    • Ver perfil
Re: Beryl funcionando bem, porém sem bordas nas janelas
« Resposta #2 Online: 08 de Novembro de 2006, 18:31 »
GREEAT! It works dude!!
Rs
Obrigado! Ja havia tentado essa opcao, contudo tinha posto no local errado!
abraço!
Mauricio

Offline RxDx

  • Usuário Ubuntu
  • *
  • Mensagens: 409
  • RxDx
    • Ver perfil
    • RxDx
Re: Beryl funcionando bem, porém sem bordas nas janelas
« Resposta #3 Online: 10 de Novembro de 2006, 00:05 »
Aqui funcionou quando adicionei "emerald --replace" pra iniciar no boot.
Notebook: Dell Vostro 1320 | Core 2 Duo P8600 @ 2.4ghz | 4GB DDR2 | nVidia GeForce 9300m GS.

Offline Cond_83

  • Usuário Ubuntu
  • *
  • Mensagens: 72
    • Ver perfil
Re: Beryl funcionando bem, porém sem bordas nas janelas
« Resposta #4 Online: 12 de Novembro de 2006, 12:18 »
Pessoal

Acabei de fazer um upgrade do Dapper para o Edgy usando o o comando gksudo tal como estava descrito no site do Ubuntu.
Então dei uma olhada no tutorial mencionado no primeiro post deste tópico e o mesmo dizia que no xorg do Edgy a AIGLX já vem embutida, contudo eu dei uma procurada no e não tem nada mencionando AIGLX?? Devo prosseguir com o tutorial?? Realmente não sei o que fazer nesse caso.

Obrigado por qualquer ajuda.

Abraços
« Última modificação: 12 de Novembro de 2006, 12:20 por Cond_83 »

Offline carloslyrio

  • Usuário Ubuntu
  • *
  • Mensagens: 52
    • Ver perfil
Re: Beryl funcionando bem, porém sem bordas nas janelas
« Resposta #5 Online: 13 de Novembro de 2006, 01:40 »
Pois é...POr aqui além de sumir a parte de cima da janela o teclado ficou malucão...sem acento de interrogação, sem caps lock, tá osso...
carloslyrio

Offline Cond_83

  • Usuário Ubuntu
  • *
  • Mensagens: 72
    • Ver perfil
Re: Beryl funcionando bem, porém sem bordas nas janelas
« Resposta #6 Online: 13 de Novembro de 2006, 10:41 »
Graças a Deus e ao google eu consegui achar um repositório que continha os drivers BETA da NVIDIA na última versão disponível podendo instalar sem necessidade de compilar nada, depois segui o tutorial para instalação do Beryl mencionado no primeiro post, mas deu vários erros no xorg.conf após reiniciar o computador, tudo pq os caras colocaram aspas invés de apostrofe (aquele simbolo duplo embaixo do Esc), aí tive que ficar corrigindo tudo que foi adicionado =/
Bem, pelo menos no final das contas tudo voltou a funcionar após as correções no xorg.conf inclusive o teclado ficou perfeito, coisa que sempre dava erro tal como mencionado no post acima.
Bem só queria expressar a minha felicidade ... hehehe

Offline Dark Fenix

  • Usuário Ubuntu
  • *
  • Mensagens: 17
    • Ver perfil
Re: Beryl funcionando bem, porém sem bordas nas janelas
« Resposta #7 Online: 19 de Dezembro de 2006, 19:08 »
Boas ppl, eu estou com o mesmo problema, quando inicio o X, o beryl ta a carregar lgo adicionei ao boot (escrevi: beryl -manager, ta correcto?) e fico sem a parte de cima da janela, od tem o nome, e os botões de minimizar, maximizar e fexar... alguem sabe como reparar isso?

Ja agora outra questao, mautvleal eu reparei que vc usa a mesma placa grafica que eu

Citar
Section "Device"
    Identifier     "NVIDIA Corporation NV34 [GeForce FX 5200]"
    Driver         "nvidia"
EndSection

Gostaria de saber se quando inicia o X aparece o logo da nvidia?
« Última modificação: 19 de Dezembro de 2006, 19:12 por Dark Fenix »