Autor Tópico: [resolvido]Driver open source da ATI desabilitou após atualização de hoje  (Lida 1570 vezes)

Offline rykardo

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
Pessoal como a maioria aqui ja sabe a ATI desabilitou o suporte a placas antigas com isso uma grande quantidade de usuarios desta bosque de empresa se viu orfão de drivers.... consequentemente nosso ubuntu 9.04 nao funciona com o driver propietario. a saida seria os driver open sources... sao ruins mais da pra levar!
porem hj teve uma atualizacao q eu fiz automaticamente porem ao reiniciar meu pc! ele ficou com a tela de login inlegivel com listras estranhas e duplicado! bom entao o que fiz foi entrar no modo de seguranca e fixar o X
o ubuntu colocou um xorg.conf padrao e consegui entrar no Ubuntu

o problema agora é que nao sei como reconfigurar esse xorg.conf
ja reinstalei os pacotes ja fiz de tudo e nada... continua com o xorg.conf padrao!

vejam:

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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "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

Minha placa e uma mobility Radeon xpress 1300

Alguem tem alguma ideia de como configuro isso? ja colokei chutando algumas coisas ai mais deu pau! me ajudem pq to sem ideia alguma! ja pensei inclusive reinstalar o sistema! teria como reinstalar sem perder os arquivos?????
bom mais isso e em ultimo caso! acho q muitos estao passando pelo mesmo problema que eu entao seria interessante tentarmos resolver do modo correto!


valeuzzzz


« Última modificação: 24 de Maio de 2009, 02:20 por rykardo »

Offline rykardo

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
Re: Driver open source da ATI desabilitou após atualização de hoje
« Resposta #1 Online: 23 de Maio de 2009, 18:28 »
consegui resolver... pesquisei em alguns lugares porem ninguem ainda tinha a solução...
pois então ai vai a minha solução.. e bem simples so vou colocar a linha:
Driver   "radeon"

no meu xorg.conf veja como ficou:

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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
   Identifier   "Configured Video Device"
        Driver          "radeon"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

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