Autor Tópico: Instalar ati no 8.04  (Lida 1423 vezes)

Offline unskold

  • Usuário Ubuntu
  • *
  • Mensagens: 27
    • Ver perfil
Instalar ati no 8.04
« Online: 03 de Maio de 2008, 12:15 »
Boas caros colegas mais uma vez estou aqui a pedir ajuda... O que se passou foi que eu tinha o ubuntu 7 a rolar tudo direitinho e decidi instalar o 8.04 e fiquei sem efeitos visuais.

Quando faço lspci da grafica dame isto: VGA compatible controller: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] (rev 01)

tentei instalar os drivers com sudo bash ati-driver-installer-8.28.8.run --install e dame:
Detected configuration:
Architecture: i686 (32-bit)
X Server: unable to detect
Removing temporary directory: fglrx-install


de seguida fiz sudo apt-get install xorg-driver-fglrx para ver se resolvia, instalou no entanto quando faço fglrxinfo dame isto:
display: :0.0  screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 20060602 AGP 4x x86/MMX/SSE2 TCL
OpenGL version string: 1.3 Mesa 7.0.3-rc2

Falha de segmentção


Isto é o meu xorg.conf
Citar
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "pt"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizEdgeScroll"   "0"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Synaptics Touchpad"
EndSection

Espero que algum de voçes me possa ajudar...
Obrigado e aguardo resposta
 

Offline unskold

  • Usuário Ubuntu
  • *
  • Mensagens: 27
    • Ver perfil
Re: Instalar ati no 8.04
« Resposta #1 Online: 03 de Maio de 2008, 18:45 »
Consegui por os drivers direitos e a funcionar. Quando dou glxinfo | grep "direct rendering":
direct rendering: Yes

Dando o comando glxinfo | grep vendor:
server glx vendor string: SGI
client glx vendor string: SGI
OpenGL vendor string: Tungsten Graphics, Inc.


No entanto o compiz diz que não foi possivel habilitar os efeitos neste ambiente... Mas se eu der o comando:SKIP_CHECKS=yes compiz fica a funcionar na perfeição. Alguém me consegue explicar pq?ou soluçao...

ja agora modifiquei o xorg para isto:
Citar
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pt"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]"
Driver "ati"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps"
Option "DisableGLXRootClipping" "true"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "EnablePageFlip" "true"
Option "GARTSize" "64"
Option "MergedFB" "off"

EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 1920 1440
Modes "1400x1050"
EndSubSection
EndSection

Section "ServerLayout"
Option "AIGLX" "true"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

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

Se alguem me ajudar agradecia
cumps

Offline unskold

  • Usuário Ubuntu
  • *
  • Mensagens: 27
    • Ver perfil
Re: Instalar ati no 8.04
« Resposta #2 Online: 04 de Maio de 2008, 15:30 »
Boas descubri isto neste link

http://wiki.compiz-fusion.org/Hardware/Blacklist

Citar
Some times you want to start compiz-manager even though compiz-manager blacklists it, this is easy enough:

SKIP_CHECKS=yes compiz-manager

Or in the case of distributions that name the script 'compiz':

SKIP_CHECKS=yes compiz

You can also store this value, where it is depends on your distribution, usually it is a matter of putting

SKIP_CHECKS=yes

in ~/.config/compiz/compiz-manager

embora não tenha essa pasta tenho /home/night/.config/compiz/compizconfig nesta pasta tem um ficheiro chamado config que tem la dentro
Citar
[gnome_session]
profile =
plugin_list_autosort = true

tentei colocar no fim do ficheiro SKIP_CHECKS=yes compiz mas sem efeito. alguem pode explicar como por tipo um ficheiro a executar este comando no arranque é que quando o executo o compiz fuciona na perfeição...


cumps e obrigado

Offline Parrillo

  • Usuário Ubuntu
  • *
  • Mensagens: 70
    • Ver perfil
Re: Instalar ati no 8.04
« Resposta #3 Online: 05 de Maio de 2008, 09:55 »
Opa,

QUando tentei instalar minha placa na unha.. tive o mesmo problema.. a aceleração funcionava mas não deixava habilitar os efeitos..

Solução:

No 7.1 = Envy

No 8.04 = EnvyNG

Ele faz tudo e funciona perfeitamente após a execução.. não dá trabalho nenhum.

Offline unskold

  • Usuário Ubuntu
  • *
  • Mensagens: 27
    • Ver perfil
Re: Instalar ati no 8.04
« Resposta #4 Online: 05 de Maio de 2008, 17:47 »
pessoal a soluçao de encontrei foi esta


Código:

mkdir -p ~/.config/compiz/ && echo SKIP_CHECKS=yes >> ~/.config/compiz/compiz-manager
gksudo gedit /usr/bin/compiz


e adicionar o seguinte:
Código:

SKIP_CHECKS="yes"

e: VERBOSE="yes"