Autor Tópico: Problema depois da instalação de placa ATI  (Lida 1679 vezes)

Offline Evandro Abu Kamel

  • Usuário Ubuntu
  • *
  • Mensagens: 202
  • Ubuntu Jaunty
    • Ver perfil
    • Fórum Sistemas de Imformação PUC Minas
Problema depois da instalação de placa ATI
« Online: 14 de Julho de 2007, 12:18 »
Olá para todos.

Tenho uma placa de vídeo ATI Radeon x300.
Quando usava o Dapper consegui instalar ela sem problemas.

Mas agora uso o Feisty e a instalei recentemente usando o Envy.
Mas surgiu um problema:

Código: [Selecionar]
evandro@evandro-kubuntu:~$ glxinfo | grep rendering
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
evandro@evandro-kubuntu:~$

Alguém sabe o que isto quer dizer?
Pelo que parece, ela ainda está desativada, não?!

Meu xorg.conf é este:

Citar
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      "i2c"
   Load      "bitmap"
   Load      "ddc"
   Load      "dri"
   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"   "abnt2"
   Option      "XkbLayout"   "br"
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/input/wacom"
#   Option      "Type"      "stylus"
#   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
#EndSection
#
#Section "InputDevice"
#   Driver      "wacom"
#   Identifier   "eraser"
#   Option      "Device"   "/dev/input/wacom"
#   Option      "Type"      "eraser"
#   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
#EndSection
#
#Section "InputDevice"
#   Driver      "wacom"
#   Identifier   "cursor"
#   Option      "Device"   "/dev/input/wacom"
#   Option      "Type"      "cursor"
#   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
#EndSection

Section "Device"
   Identifier   "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
   Driver   "fglrx"
   Option   "XAANoOffscreenPixmaps"
   Option   "VideoOverlay"   "on"
   Option   "OpenGLOverlay" "off"
   Option   "XFree86-DRI"   "on"
   Busid   "PCI:1:0:0"
EndSection

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

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
   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

#Section "Extensions"
#   Option "Composite" "Disable"
#EndSection

Agradeço.


arlei

  • Visitante
Re: Problema depois da instalação de placa ATI
« Resposta #1 Online: 14 de Julho de 2007, 13:49 »
Olá Evandro,

pelo que estive vendo no link abaixo, parece que esta sua placa não possui bom suporte pelo driver proprietário "fglrx" da ATI.
Conforme poderá observar, para este e outros modelos da ATI é recomendado o uso dos drivers "radeon". No próprio link tem detalhes sobre o processo de instalação e configuração.

http://www.guiaubuntupt.org/wiki/index.php?title=Driver-Radeon

T+
Arlei

Offline Evandro Abu Kamel

  • Usuário Ubuntu
  • *
  • Mensagens: 202
  • Ubuntu Jaunty
    • Ver perfil
    • Fórum Sistemas de Imformação PUC Minas
Re: Problema depois da instalação de placa ATI
« Resposta #2 Online: 14 de Julho de 2007, 14:41 »
Valeu cara!!  :D

Resolvido aqui.


arlei

  • Visitante
Re: Problema depois da instalação de placa ATI
« Resposta #3 Online: 14 de Julho de 2007, 14:47 »
Legal Evandro.

Quem sabe então, coloca um [RESOLVIDO] junto ao título do seu tópico para ajudar na busca por solução de quem procura por algo semelhante.

T+
Arlei

Offline Evandro Abu Kamel

  • Usuário Ubuntu
  • *
  • Mensagens: 202
  • Ubuntu Jaunty
    • Ver perfil
    • Fórum Sistemas de Imformação PUC Minas
Re: Problema depois da instalação de placa ATI
« Resposta #4 Online: 18 de Julho de 2007, 10:31 »
Revivendo o tópico...

Um belo dia, quando abri o Cedega e fui nas informações de hardware e sistema, ele não reconheceu a placa e deu falha no teste de aceleração 3D.

O que poderia ser?
Vou reinstalar o Cedega e testar.

Meu xorg.conf está assim:

Código: [Selecionar]
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 "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
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" "abnt2"
Option "XkbLayout" "br"
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/input/wacom"
# Option "Type" "stylus"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection
#
#Section "InputDevice"
# Driver "wacom"
# Identifier "eraser"
# Option "Device" "/dev/input/wacom"
# Option "Type" "eraser"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection
#
#Section "InputDevice"
# Driver "wacom"
# Identifier "cursor"
# Option "Device" "/dev/input/wacom"
# Option "Type" "cursor"
# Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection

Section "Device"
Identifier "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
Driver "radeon"
Option "XAANoOffscreenPixmaps"
#
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
  Option "DRI" "true"
Option "ColorTiling" "on"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "BusType" "PCIE"
#
Busid "PCI:1:0:0"
EndSection

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

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
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"
Option          "AIGLX"         "true"
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

Section "Extensions"
Option "Composite" "Disable"
EndSection

Agradeço.