Autor Tópico: XGL/Beryl - consigo rodar na minha máquina?  (Lida 1311 vezes)

Offline raphao

  • Usuário Ubuntu
  • *
  • Mensagens: 2
    • Ver perfil
XGL/Beryl - consigo rodar na minha máquina?
« Online: 22 de Outubro de 2006, 12:43 »
Pessoal, sou novo aqui mas estou maravilhado com esse tal de Ubuntu!  :P Nunca tinha visto nada em Linux até vê-lo rodando no note de um amigo... ele me deu um CD do Dapper e achei um tesão o sistema. Tá rodando aqui em casa há uma semana... tou quase tirando o WinXP já.

Bom, minha config já tá véinha... resumindo é um AthlonXP 1800+, 512 DDR e uma Radeon 8500 LE (essa me fez sofrer um pouco até conseguir habilitar o OpenGL, mas já tá jóia).

Ontem tentei instalar o XGL + Beryl aqui, o fiz seguindo um tutorial do ubuntuguide.org . O Beryl e o Emerald estavam rodando, só que nada acontecia.  :-\ Fui tentar reverter a instalação, acabei ferrando o xorg lá e resolvi formatar a máquina e reinstalar o Ubuntu. Fiz isso já, a máquina já tá legal de novo...

Minha pergunta então: será que o XGL e o Beryl não rodaram aqui por causa da minha máquina não ser mais lá essas coisas, ou foi por causa de algum erro meu aqui?

Valeu!

Offline raphao

  • Usuário Ubuntu
  • *
  • Mensagens: 2
    • Ver perfil
Re: XGL/Beryl - consigo rodar na minha máquina?
« Resposta #1 Online: 22 de Outubro de 2006, 13:36 »
Só pra adicionar...

Tou rodando o fglrx aqui:
Citar
raphael@raphael-desktop:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 8500 DDR Generic
OpenGL version string: 1.3.1072 (X4.3.0-8.25.18)

E meu Xorg tá assim:

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 "ServerLayout"
   Identifier     "Default Layout"
   Screen      0  "aticonfig-Screen[0]" 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     "/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" "pc104"
   Option       "XkbLayout" "us"
   Option       "XkbVariant" "intl"
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 "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "ATI Technologies, Inc. Radeon R200 QL [Radeon 8500 LE]"
   Driver      "ati"
   BusID       "PCI:1:0:0"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option       "VideoOverlay" "on"
   Option       "OpenGLOverlay" "off"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATI Technologies, Inc. Radeon R200 QL [Radeon 8500 LE]"
   Monitor    "SyncMaster"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection


Agora tou vendo aqui... tá certo isso de ter duas seções para monitor e duas para device?  ??? Êta porra...

Abs
« Última modificação: 22 de Outubro de 2006, 13:44 por raphao »

Offline Cond_83

  • Usuário Ubuntu
  • *
  • Mensagens: 72
    • Ver perfil
Re: XGL/Beryl - consigo rodar na minha máquina?
« Resposta #2 Online: 24 de Outubro de 2006, 10:09 »
Bem... como eu nunca vi o Ubuntu rodando com uma placa ATI eu não sei dizer se o seu xorg está correto ou não, mas posso garantir que o meu não tem duas section devices tal como o seu...

Com relação a sua máquina ela está muito boa pra rodar o XGL+Beryl, mesmo porque a diferença entre a minha e a sua é apenas a placa de vídeo (a minha placa é uma NVIDIA GeForce 420 de 64 MB).

Segui o tutorial a risca e está funcionando...

Abaraços

arlei

  • Visitante
Re: XGL/Beryl - consigo rodar na minha máquina?
« Resposta #3 Online: 24 de Outubro de 2006, 10:28 »
Amigo,

meu Dapper com XGL + Beryl roda em uma PCIE PowerColor ATI X1600 XT BRAVO Edition com driver proprietário e acredito que a configuração da tua maquina ser compativel para utilização dos recursos OpenGL.
Acho que o fato de não ter funcionado se deva a algum problema na instalação do xgl e do beryl ou mesmo, e mais provavel nas configurações necessárias para fazer rodar esses recursos.
Qto ao fato de possuir 2 ou até mais seções "Device", "Monitor" em teu xorg.conf não é problema, pois apenas uma sera utilizada conforme podem observar na section screen que chama o device "aticonfig-Device[0]" e o monitor "aticonfig-Monitor[0]" entre outros parâmentros.

T+
Arlei