Autor Tópico: Beryl + nvidia + kubuntu = vejo os efeitos mas não as bordas das janelas  (Lida 4702 vezes)

Offline edulimaabreu

  • Usuário Ubuntu
  • *
  • Mensagens: 87
    • Ver perfil
Ola amigos, estou com problemas para instalar o beryl no Kubuntu 7.04 em um notebook HP pavillion dv6000 (nvidia go 6150).
O processador eh 64bits mas o kubuntu eh 32.

O Problema: Consigo ver normalmente os efeitos do beryl (Cubo, janela gelatinosa, etc) mas não consigo visualizar as bordas das janelas (aonde ficam os botões de maximizar, e fechar), ou seja, ela nao esta sendo carregada com o beryl.


Para instalar o driver da nvidia usei o guia do ubuntu feisty
http://www.guiaubuntupt.org/wiki/index.php?title=Ubuntu_feisty#Como_instalar_Drivers_de_Video_.28NVIDIA.29
e depois o comando:
Código: [Selecionar]
sudo nvidia-xconfig --add-argb-glx-visuals
Para instalar o beryl instalei os pacotes beryl-kubuntu e beryl-manager
Código: [Selecionar]
sudo apt-get install beryl-kubuntu beryl-manager

Abaixo vão alguns dados para ajudar:

Portas PCI
Código: [Selecionar]
eduardo@abreu:~$ lspci
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: nVidia Corporation C51 PCI Express Bridge (rev a1)
00:05.0 VGA compatible controller: nVidia Corporation C51 PCI Express Bridge (rev a2)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a3)
00:0a.3 Co-processor: nVidia Corporation MCP51 PMU (rev a3)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a3)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev f1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev f1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a3)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
03:00.0 Network controller: Broadcom Corporation Dell Wireless 1390 WLAN Mini-PCI Card (rev 01)
07:05.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832
07:05.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
07:05.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
07:05.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
07:05.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
eduardo@abreu:~$

A placa já está ativa.
Código: [Selecionar]
eduardo@abreu:~$ glxinfo |grep rendering
direct rendering: Yes
eduardo@abreu:~$

O meu xorg.conf
Código: [Selecionar]
eduardo@abreu:~$
eduardo@abreu:~$ cat /etc/X11/xorg.conf
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"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

        # path to defoma fonts
    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"
    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           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
    Option         "XkbVariant" "alt-intl"
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"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
EndSection

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

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

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

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation C51 [Geforce 6150 Go]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation C51 [Geforce 6150 Go]"
    Monitor        "Generic Monitor"
    DefaultDepth    16
    Option         "AddARGBGLXVisuals" "True"
    Option         "AllowGLXWithComposite" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x800"
    EndSubSection
EndSection

eduardo@abreu:~$





  Acabei de comprar esse notebook e ainda nao sei muito bem como o linux se comporta com esse hardware  :)

  Quero deixar o Kubuntu tão "uau" quanto o companheiro de HD dele  :P


Desde já agradeço a atenção da Comunidade.

Offline Khoala

  • Usuário Ubuntu
  • *
  • Mensagens: 61
    • Ver perfil

Offline ares

  • Usuário Ubuntu
  • *
  • Mensagens: 111
  • V.F.D.
    • Ver perfil
    • GOOGLE
Re: Beryl + nvidia + kubuntu = vejo os efeitos mas não as bordas das janelas
« Resposta #2 Online: 08 de Julho de 2007, 21:02 »
aperta alt+F2 (ou qualquer comando que abra um executar ai) e digita "emerald" (sem aspas)...       geralmente vai aparescer as bordas... 

usando o emerald manager você pode trocar as bordas...
O Google é meu pastor e nada me faltarás.

Offline DigoUnited

  • Usuário Ubuntu
  • *
  • Mensagens: 106
  • Vila Velha/ES
    • Ver perfil
Re: Beryl + nvidia + kubuntu = vejo os efeitos mas não as bordas das janelas
« Resposta #3 Online: 14 de Julho de 2007, 19:12 »
OLha, axo q qdo o problema é facil de ser resolvido o pessoal exagera... aqui sempre aconteceu isso resolvo de uma forma muito "complicada"

Tuto

1- Clicar com o botao direito no BERYL
2- Opções avançadas
3- Caminho de renderização
4- clicar em cópia


pronto...... bem vindo ao beryl com borda de janelas!
Rodrigo Oliveira™
Fedora 10 - Ubuntu 8.10 - OSX HackintosH 10.5

Offline edulimaabreu

  • Usuário Ubuntu
  • *
  • Mensagens: 87
    • Ver perfil
Re: Beryl + nvidia + kubuntu = vejo os efeitos mas não as bordas das janelas
« Resposta #4 Online: 07 de Agosto de 2007, 05:30 »
Obrigado pelas sugestoes, mas acho que o problema era com algum arquivo corrompido durante a instalação.
Eu estava com um problema no drive de DVD do Notebook, depois que o troquei e reinstalei o ubuntu o beryl funcionou normalmente.

Mais uma vez agradeço a ajuda.