não consigo instalar minha praca de video ATI 9600pro (RESOLVIDO)

Iniciado por negham715, 30 de Março de 2008, 19:45

tópico anterior - próximo tópico

negham715

pessoal me ajude, ja fiz quase tudo para instalar minha praca de video mas nao consigo, fui em varios topico segui a risca oque falavão mas sempre da algum problema,

jomafras

Tentou instalar pelo Gerenciador de Drivers Restritos : Sistema > Administração?
No 8.04 é Sistema > Administração > Hardware Drivers.
O Ubuntu sem dúvida é a melhor Distro.
Pesquise primeiro... só depois abra um tópico.
Canal do YouTube - Blog

negham715

tentei mais nao vai. fiz isso uma vez, e cabou ficando com resolução 800x600.


negham715

#4
Detected configuration:
Architecture: i686 (32-bit)
X Server: X.Org 7.1 and later releases
Removing temporary directory: fglrx-install.qc6095

prct

Coloca aqui a tua configuração do xorg.conf (localização -  /etc/X11)
Asus T3 Intel 2Duo Core Quad 2.4, 2Gb Ram, 2x 160Gb HDD SataII, Asus EAH2600PRO 512Mb Ram

negham715


prct

em linhas de comando (consola) digitas isto :

Citargedit /etc/X11/xorg.conf

NOTA : Só servirá para copiares o xorg, assim depois colocas aqui. (É tal e qual como está, maiúsculos e minúsculos)
Asus T3 Intel 2Duo Core Quad 2.4, 2Gb Ram, 2x 160Gb HDD SataII, Asus EAH2600PRO 512Mb Ram

negham715

aqui esta.
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection

Section "Module"
   Disable      "dbe"
   Disable      "dri"
   Disable      "glx"
   Disable      "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 "Device"
   Identifier   "Failsafe Device"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Failsafe Monitor"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Failsafe Device"
   Monitor      "Failsafe Monitor"
   Defaultdepth   16
   SubSection "Display"
      Depth   16
      Modes      "800x600"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen "Default Screen"
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
EndSection
Section "Extensions"
   Option      "Composite"   "0"
   Option      "Composite"   "0"
EndSection

prct

Alteras e colocas esta
Copias de segurança vai pedir-te a password de admin

Citarsudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

editar com todos os direitas
Citarsudo gedit /etc/X11/xorg.conf

alteras o seguinte:
No fim Apagas este
CitarSection "Extensions"
   Option      "Composite"   "0"
   Option      "Composite"   "0"
EndSection
Enviada: Hoje às 20:54
e colocas este
CitarSection "Extensions"
   Option      "Composite"   "true"
EndSection

a seguir ao
CitarSection "Module"
   Disable      "dbe"
   Disable      "dri"
   Disable      "glx"
   Disable      "vbe"
EndSection
Colocas este
CitarSection "ServerFlags"
   Option      "AIGLX"   "true"
EndSection
Onde está este
CitarSection "Device"
   Identifier   "Failsafe Device"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
EndSection
Apagas e colocas este
CitarSection "Device"
   Identifier   "ATI Technologies Inc ATI Default Card"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
EndSection

Depois acrescentas no fim deste ficheiro esta linhas

CitarDISABLED_MODULES="fglrx"
o ficheiro editas com
Citarsudo gedit /etc/default/linux-restricted-modules-common
Asus T3 Intel 2Duo Core Quad 2.4, 2Gb Ram, 2x 160Gb HDD SataII, Asus EAH2600PRO 512Mb Ram

prct

Ainda falta mais isto:
Apagas este :
CitarSection "Screen"
   Identifier   "Default Screen"
   Device      "Failsafe Device"
   Monitor      "Failsafe Monitor"
   Defaultdepth   16
   SubSection "Display"
      Depth   16
      Modes      "800x600"
   EndSubSection
EndSection
e colocas este
CitarSection "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc ATI Default Card"
        Monitor      "Failsafe Monitor"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024"   "1152x864"   "1024x768"   "832x624"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection
Asus T3 Intel 2Duo Core Quad 2.4, 2Gb Ram, 2x 160Gb HDD SataII, Asus EAH2600PRO 512Mb Ram

negham715

eu acho que eu fiz como voce falou.
ficou assim.
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection

Section "Module"
   Disable      "dbe"
   Disable      "dri"
   Disable      "glx"
   Disable      "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 "Device"
   Identifier   "ATI Technologies Inc ATI Default Card"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Failsafe Monitor"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc ATI Default Card"
        Monitor      "Failsafe Monitor"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024"   "1152x864"   "1024x768"   "832x624"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen "Default Screen"
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
EndSection
Section "Extensions"
   Option      "Composite"   "true"
EndSection
section "Module"
   Disable      "dbe"
   Disable      "dri"
   Disable      "glx"
   Disable      "vbe"
EndSection
Section "ServerFlags"
   Option      "AIGLX"   "true"
EndSection
DISABLED_MODULES="fglrx"

prct

DISABLED_MODULES="fglrx"

esta linha tens de tirar

e colocar neste registo:
Citarsudo gedit /etc/default/linux-restricted-modules-common

Copias esta linha de cima e colocas na linha de comando (consola) e colocas essa linha lá

e apagas no xorg
Citarsudo gedit /etc/X11/xorg.conf
Asus T3 Intel 2Duo Core Quad 2.4, 2Gb Ram, 2x 160Gb HDD SataII, Asus EAH2600PRO 512Mb Ram

negham715

#13
fiz conforme tu falaste.
quer que eu mande a copia de como ficou.
reiniciei o pc, fui em efeitos visuais, deu este recado "Desktop effects could not be enabled"

negham715

antes qu voce peça. estou mandando.

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection

Section "Module"
   Disable      "dbe"
   Disable      "dri"
   Disable      "glx"
   Disable      "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 "Device"
   Identifier   "ATI Technologies Inc ATI Default Card"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Failsafe Monitor"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc ATI Default Card"
   Monitor      "Failsafe Monitor"
   Defaultdepth   24
   SubSection "Display"
      Modes   "1280x1024"   "1152x864"   "1024x768"   "832x624"   "800x600"   "720x400"   "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen "Default Screen"
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
EndSection
Section "Extensions"
   Option      "Composite"   "true"
EndSection
Section "ServerFlags"
      Option         "AIGLX"      "true"
EndSection