Instalando o XGL.

Iniciado por Venus, 02 de Setembro de 2006, 16:34

tópico anterior - próximo tópico

Venus

Olá pessoal, eu sou um pouco iniciante em Linux, sofri para aprender a configurar o Ubuntu  ;D. Enfim consegui instalar os drives da ATI e colocar meus 2 monitores funcionando juntos, mas vi o vídeo do XGL e fiquei animado para instalá-lo também.

Porém quando um newbie coloca algo na cabeça, ferra tudo huhueueeuehu  :-[. Pesquisei tutoriais para instalar o XGL e ter uma área de trabalho muito mais chocante - o guia que utilizei foi este http://www.formatds.org/ubuntu/index.php/Xgl - então colocarei os passos que realizei a seguir.

1. Configurar os repositórios: isso foi OK!

2. Instalar o XGL:

No passo: E instalar o XGL $ sudo aptitude install xserver-xgl me apareceu o seguinte no terminal:
Citarvenus@venus-desktop:~$ sudo aptitude install xserver-xgl
Lendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências... Pronto
Lendo informações extendidas de estado
Inicializando estados de pacotes... Pronto
Construindo banco de dados de etiquetas... Pronto
Os pacotes a seguir foram mantidos:
  gnome-session
0 pacotes atualizados, 0 novos instalados, 0 a serem removidos e 1 não atualizados.
É preciso obter 0B de arquivos. Depois do desempacotamento, 0B serão usados.
Gravando informações extendidas de estado... Pronto

Não sei se aconteceu algo errado, mas eu prossegui.

3. Configurar X.org

Fiz tudo como mandou o guia, vocês podem visualizar minha configuração no xorg aqui: http://www.inf.ufpr.br/gba06/xorg.conf

4. Configurar o ambiente -> Método 1. Uma sessão XGL

Criei o arquivo startxgl.sh no diretório pedido e colei o conteúdo do comando para "ATI (usando GNOME)". Salvei, usei o chmod para mudar a permissão e criei o arquivo no xsessions (salvando o conteúdo dito no mesmo).

Certo. Reiniciei o PC e mudei a sessão do ubuntu para XGL! Coloquei meu login e senha, porém na hora de iniciar ele não carrega o Gnome, ele mostro o fundo marrom, o ponteiro do mouse, fica um tmepo assim e de repente volta pra sessão de login. O que eu faço???

PS: No passo a seguir - que seria Instalar Compiz - consegui baixar e instalar o "compiz-gnome", porém não acho de jeito nenhum o "gset-compiz", ele diz:

CitarLendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências... Pronto
compiz-gnome já é a versão mais nova.
E: Impossível achar pacote gset-compiz

Eu sei que muitos vão mandar eu pesquisar, mas a grande maioria dos guias/tutoriais estão explicando certinho, fui eu quem fiz alguma coisa errada e não estou achando, se alguém puder me dar uma luz, estarei agradecido ^^.

Gregory Mitt

#1
também estou com o mesmo problema o  cursor aparece e volta a tela de login

minhas config são geforce 5200fx atlhon 64 3000+ lg t730sh

ai vai o xorg.conf
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/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"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   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      "XkbVariant"   "abnt2"
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"
  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 "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 Corporation NV34 [GeForce FX 5200]"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
        Option          "RederAccel"            "true"
        Option          "AllowGLXWithComposite" "true"
        Option          "NvAGP" "0"
EndSection

Section "Monitor"
   Identifier   "T730SH"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "NVIDIA Corporation NV34 [GeForce FX 5200]"
   Monitor      "T730SH"
   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 "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
   Mode   0666
EndSection


alguem tem alguma solução!?

Gregory Mitt

#2
Cara consegui resolver meu problema da seguinte maneira

li o .xsession-errors e vi q tava faltando a libglitz-glx e instalei ela pelo Synaptic

Atraves de Adicionar/Remover>Botão Avançado>Procurar... instalei libglitz-glx1 e libglitz-glx1-dev e segui o resto do tutorial http://wiki.ubuntubrasil.org/InstalandoXgl?highlight=%28xgl%29

Até mais e espero que funcione

rhakkenn

Citação de: Gregory Mitt online 04 de Novembro de 2006, 01:04
também estou com o mesmo problema o  cursor aparece e volta a tela de login

minhas config são geforce 5200fx atlhon 64 3000+ lg t730sh

ai vai o xorg.conf
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/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"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   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      "XkbVariant"   "abnt2"
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"
  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 "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 Corporation NV34 [GeForce FX 5200]"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
        Option          "RederAccel"            "true"
        Option          "AllowGLXWithComposite" "true"
        Option          "NvAGP" "0"
EndSection

Section "Monitor"
   Identifier   "T730SH"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "NVIDIA Corporation NV34 [GeForce FX 5200]"
   Monitor      "T730SH"
   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 "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
   Mode   0666
EndSection


alguem tem alguma solução!?

parcero comenta  load "dri" pra nao carregar ele e reinicia o X:

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

-Ubuntu Linux 6.06 Drapper Drake: Linux 2.6.15-27-386
-ASUS A7N8X-E DELUXE
-CPU Modelo: AMD Athlon(tm) XP 2600+ ° Velocidade: 1913.362 MHz
-768Mb DDR400/PC3200 Kingston (256+512)
-240Gb HardDisk (40+80+120)
-Samsung 793v - 17"
-Gabinete GOLDSHIP Modificado - Casemod rlz ;D

Gregory Mitt

Cara comentei o "dri" porem permanecia não entrando então

li o .xsession-errors e vi q tava faltando a libglitz-glx e instalei ela pelo Synaptic

Atraves de Adicionar/Remover>Botão Avançado>Procurar... instalei libglitz-glx1 e libglitz-glx1-dev e segui o resto do tutorial http://wiki.ubuntubrasil.org/InstalandoXgl?highlight=%28xgl%29

e funcinou...já estou com o Desktop 3d funcionando