[Ubuntu-PT 2332] Re: Drivers ATI - a salganhada total

Jorge Antunes jorgeantunes gmail.com
Quinta-Feira, 28 de Junho de 2007 - 18:17:55 BST


Ok, agora já há novidades,
Abrindo o Gestor de controladores restritos já lá tenho seleccionada a
controlador da aceleradora gráfica ATI, ams o máximo de resolução continua a
ser 1024*768, sendo o xorg.conf

# /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 xorg.conf(5) 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 "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"    "pc105"
    Option        "XkbLayout"    "pt"
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 RV350 AP [Radeon 9600]"
    Driver    "fglrx"
    Option    "VideoOverlay" "on"
    Option    "OpenGLOverlay" "off"
    Busid        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Relisys 786"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies Inc RV350 AP [Radeon 9600]"
    Monitor        "Relisys 786"
    Defaultdepth    24
    SubSection "Display"
        Depth    1
        Modes        "1280x960"    "1024x768"    "800x600"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    4
        Modes        "1280x960"    "1024x768"    "800x600"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    8
        Modes        "1280x960"    "1024x768"    "800x600"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    15
        Modes        "1280x960"    "1024x768"    "800x600"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    16
        Modes        "1280x960"    "1024x768"    "800x600"    "640x480"
    EndSubSection
    SubSection "Display"
        Depth    24
        Modes        "1280x960"    "1024x768"    "800x600"    "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

Na volta, a resolução que tenho é uma limitação dos próprios drivers ...

Em 28/06/07, M. Vale <maurovale  gmail.com> escreveu:
>
> Hum, estranho muito estranho...
> ok faça o seguinte num terminal :
>
> cd /lib/modules/2.6.20-16-generic/volatile/
> ls -la
>
> e veja se la tem algum ficheiro com o nome : fglrx.ko
>
> Caso não tenha nada disso então fazemos
>
> sudo apt-get remove linux-restricted-modules-2.6.20-16-generic
> cd /var/cache/apt/archives
> sudo rm *
> sudo apt-get update
> sudo apt-get install linux-restricted-modules-2.6.20-16-generic
>
> Depois reiniciar o sistema e a ver se é desta.
>
>
>
>
> Em 28/06/07, Jorge Antunes <jorgeantunes  gmail.com> escreveu:
> >
> > Boas,
> > Acho que ainda não foi desta, pois corri o 'sudo apt-get install
> > linux-restricted-modules-2.6
> > .20-16-generic' e a resposta foi:
> > "A Ler Listas de Pacotes... Pronto
> > Construindo Árvore de Dependências
> > Lendo informação de estado... Pronto
> > linux-restricted-modules-2.6.20-16-generic já é a versão mais recente.
> > 0 pacotes actualizados, 0 pacotes novos instalados, 0 a remover e 0 não
> > actualizados."
> >
> > E o 'uname -a' confirma:
> > "Linux desktop 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686
> > GNU/Linux"
> >
> > Jorge
> >
> >
> > Em 28/06/07, M. Vale < maurovale  gmail.com> escreveu:
> > >
> > > Ora ai está a causa do problema, para o resolver basta apenas instalar
> > > os " linux-restricted-modules-2.6.20-16-generic" para tal num terminal
> > > execute :
> > >
> > > sudo apt-get install linux-restricted-modules-2.6.20-16-generic
> > >
> > > é aguardar que instalem reiniciar o sistema (pelo sim pelo não ;) ) e
> > > voila os drivers Proprietários da ATI devem começar logo a funcionar...
> > >
> > > Como nota a versão dos restricted drivers devem SEMPRE coincidir com a
> > > versão do KERNEL em USO, se está a usar o kernel 2.6.20.16-genericentão os restricted drivers devem também ser os
> > > 2.6.20-16-generic. para ver qual o KERNEL a correr faça "uname -a" no
> > > Terminal.
> > >
> > >
> > >
> > > Em 28/06/07, Jorge Antunes <jorgeantunes  gmail.com> escreveu:
> > > >
> > > > Boas,
> > > > corri o 'sudo modprobe fglrx' e o resultado foi:
> > > > FATAL: Could not open
> > > > '/lib/modules/2.6.20-16-generic/volatile/fglrx.ko': No such file or
> > > > directory
> > > >
> > > > O 'rsudo restricted-manager' dá:
> > > > modinfo: could not open
> > > > /lib/modules/2.6.20-16-generic/volatile/fglrx.ko: No such file or directory
> > > > modinfo: could not find module nvidia_legacy
> > > > modinfo: could not find module nvidia_new
> > > > modinfo: could not find module nvidia
> > > > modinfo: could not open
> > > > /lib/modules/2.6.20-16-generic/volatile/fglrx.ko: No such file or directory
> > > >
> > > > e depois aparece uma mensagem a dizer que o meu equipamento que
> > > > necessita de controladores restritos...
> > > >
> > > > Cumps
> > > > Jorge
> > > >
> > > >
> > > >
> > > >
> > > > Em 27/06/07, M. Vale < maurovale  gmail.com> escreveu:
> > > > >
> > > > > Faz-me um fazer num "Terminal" digita :
> > > > >
> > > > > sudo modprobe fglrx
> > > > >
> > > > > E depois escreve aqui se ele retorno algum erro ou não
> > > > >
> > > > >
> > > > > Em 27/06/07, Jorge Alves <alves211  yahoo.com> escreveu:
> > > > > >
> > > > > > Desculpem a imprecisão...
> > > > > >
> > > > > > O que eu quis dizer é que as instruções da amd/ATI só
> > > > > > resultaram quando optei, no menu do GRub, pelo
> > > > > > "Revcovery Mode", como sabem entramos logo como root.
> > > > > >
> > > > > > A partir daí, lancei o X-Window fui à página ATI e
> > > > > > segui as instruções.
> > > > > >
> > > > > > Decorreu tudo bem logo à primeira tentativa.
> > > > > >
> > > > > > Pelo método tradicional, as drivers foram instaladas,
> > > > > > mas sem aceleração 3D (Daí a referência a MESA
> > > > > > project).
> > > > > >
> > > > > > Jorge, Experimenta seguir as instruções da amd/ATI bem
> > > > > > como as instruções do Vale, e verás que conseguirás.
> > > > > >
> > > > > >
> > > > > > --- "M. Vale" <maurovale  gmail.com > wrote:
> > > > > >
> > > > > > > modo save ?? nao quererás dizer em "single mode" ;)
> > > > > > >
> > > > > > > Em regra Geral as placas Nvidia são melhor
> > > > > > > suportados e os seus drivers
> > > > > > > estão a anos luz dos da ATI com os seus fglrxf.
> > > > > > >
> > > > > > > A principal razão de se ter os drivers propriétarios
> > > > > > > da ATI instalados e
> > > > > > > eles não arrancarem deve-se principalmente a 2
> > > > > > > causas
> > > > > > >
> > > > > > > 1 - O pacote com linux-restricted-modules não estar
> > > > > > > instalado ou o que está
> > > > > > > instalado não corresponde à nossa versão do Kernel,
> > > > > > > em todos os casos
> > > > > > > executar o comando "uname -a" e a seguir instalar o
> > > > > > > pacote correspondente ao
> > > > > > > Kernel instalado.
> > > > > > >
> > > > > > > 2 - O outro erro este um bocado mais dificil de
> > > > > > > detectar por pessoal com
> > > > > > > menos experiência no mondo *nix deve-se a que os
> > > > > > > drivers propriétários da
> > > > > > > ATI não funcionam com a opção composite, (Culpa da
> > > > > > > M*rda dos drivers da ATI,
> > > > > > > a ver se a AMD resolve isto), então no ficheiro
> > > > > > > /etc/X11/xorg.conf, deve-se
> > > > > > > editar/adicionar a seguinte linha :
> > > > > > >
> > > > > > > Section "Extensions"
> > > > > > >         Option      "Composite" "disable"
> > > > > > > EndSection
> > > > > > >
> > > > > > >
> > > > > > > Depois para estar no lado da "força" :) fazer um
> > > > > > > reboot à máquina e voila em
> > > > > > > principio os Drivers Proprietários da ATI são
> > > > > > > carregados, pode-se verificar
> > > > > > > correndo o comando "desmg | grep ATI" e ver se
> > > > > > > alguma das linhas diz "KERNEL
> > > > > > > TAINTED" eheheh :)
> > > > > > >
> > > > > > > Espero que ajude.
> > > > > > >
> > > > > > >
> > > > > > > Em 27/06/07, Jorge Alves < alves211  yahoo.com >
> > > > > > > escreveu:
> > > > > > > >
> > > > > > > > Olá,
> > > > > > > >
> > > > > > > > Uso os drivers oficiais da ATI, com aceleração por
> > > > > > > hardware e a 1680x1050.
> > > > > > > >
> > > > > > > > Portanto, é possível!
> > > > > > > >
> > > > > > > > segui apenas as instruções da página amd.ati.com.
> > > > > > > >
> > > > > > > > O segredo do sucesso?
> > > > > > > >
> > > > > > > > Entrar no modo "save" como root e instalr tudo a
> > > > > > > partir daí (só resultou
> > > > > > > > assim, em modo consola dcom sudo não resultou)
> > > > > > > >
> > > > > > > > Sim, Gosto muito mais da nvidia em Linux (talvez
> > > > > > > devido ao hábito de
> > > > > > > > muitos anos... )
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > *Jorge Antunes <jorgeantunes  gmail.com>* wrote:
> > > > > > > >
> > > > > > > > Boas,
> > > > > > > > Já consegui instalar os drivers para a ATI usando
> > > > > > > o ENVY, agradecendo,
> > > > > > > > de qualquer modo, todas as sugestões apresentadas
> > > > > > > > No entanto só consigo usar a resolução, no máximo,
> > > > > > > 1024*768, enquanto
> > > > > > > > que no windows XP uso 1280*960.
> > > > > > > > Any ideas?
> > > > > > > > Ah, e uso o Ubuntu 7.04
> > > > > > > > Cumprimentos,
> > > > > > > > Jorge
> > > > > > > >
> > > > > > > > vcorreia escreveu:
> > > > > > > > > Viva,
> > > > > > > > >
> > > > > > > > > Caro André, essas instruções para um iniciante
> > > > > > > são o mesmo que nada...
> > > > > > > > Não pretendo ofender-te, ok?
> > > > > > > > >
> > > > > > > > > Jorge, a versão do Ubuntu que estás a usar é a
> > > > > > > última (7.04)?
> > > > > > > > >
> > > > > > > > > Se sim, abre uma janela de terminal e escreve
> > > > > > > 'sudo aptitude install
> > > > > > > > restricted-manager'; irás instalar uma nova
> > > > > > > feature do Ubuntu, que permite
> > > > > > > > ao sistema ajudar o utilizar a instalar drivers
> > > > > > > proprietários sem passar
> > > > > > > > pelas dores habituais!
> > > > > > > > >
> > > > > > > > > Havendo terminado a instalação e ainda na janela
> > > > > > > de terminal, escreve
> > > > > > > > 'sudo restricted-manager', irá aparecer uma caixa
> > > > > > > de diálogo com o hardware
> > > > > > > > existente no teu pc que possa careçer de drivers
> > > > > > > proprietários. Basta clicar
> > > > > > > > na checkbox (que diz enabled, creio) ao lado da
> > > > > > > placa gráfica e clicar em
> > > > > > > > instalar ou algo parecido.
> > > > > > > > >
> > > > > > > > > Et voilá, automágicamente o ubuntu instalará os
> > > > > > > drivers proprietários
> > > > > > > > para a tua placa gráfica.
> > > > > > > > >
> > > > > > > > > Espero que ajude e espero não induzir em erro.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Cumps,
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Vitor Correia
> > > > > > > > > vcorreia  netcabo.pt
> > > > > > > > >
> > > > > > > > > ________________________________
> > > > > > > > >
> > > > > > > > > De: ubuntu-pt-bounces  lists.ubuntu.com em nome
> > > > > > > de André
> > > > > > > > > Enviada: seg 6/25/2007 11:43
> > > > > > > > > Para: Lista de Discussão sobre o Ubuntu
> > > > > > > > > Assunto: [Ubuntu-PT 2265] Re: Drivers ATI - a
> > > > > > > salganhada total
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Bom dia!para instalares os drivers proprietarios
> > > > > > > da ATI terás de te
> > > > > > > > dirigir a pagina www.ati.com , depois disso basta
> > > > > > > seleccionares os drivers
> > > > > > > > adquados para a tua grafica, quando tas a fazer o
> > > > > > > download aparece-te um
> > > > > > > > link para uma pagina onde te explica como fazeres
> > > > > > > para instalares os ditos
> > > > > > > > controladores.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Em 25/06/07, Jorge Antunes escreveu:
> > > > > > > > >
> > > > > > > > > Boas,
> > > > > > > > > Sou um iniciante nas lides do Ubuntu (aliás, é a
> > > > > > > primeira distro Linux
> > > > > > > > que experimento) e como tal ainda ando um pouco a
> > > > > > > conhecer os 'cantos à
> > > > > > > > casa'.
> > > > > > > > > Acontece que, como tenho uma gráfica ATI 9600Pro
> > > > > > > 256mb, e queria testar
> > > > > > > > umas coisas em Blender decidi pôr-me a testar
> > > > > > > drivers, sem saber muito bem o
> > > > > > > > que estava a fazer, o que me levou ao ponto de
> > > > > > > agora só poder escolher entre
> > > > > > > > duas resoluções.
> > > > > > > > > Gostaria de saber como posso 'limpar' as
> > > > > > > instalações de drivers antigos
> > > > > > > > de modo a tentar instalar os drivers proprietários
> > > > > > > da ATI.
> > > > > > > > > Agradeço antecipadamente qualquer ajuda.
> > > > > > > > > Cumprimentos,
> > > > > > > > >
> > > > > > > > > Jorge Antunes
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > ubuntu-pt mailing list
> > > > > > > > > ubuntu-pt  lists.ubuntu.com
> > > > > > > > >
> > > > > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-pt
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > ubuntu-pt mailing list
> > > > > > > > ubuntu-pt  lists.ubuntu.com
> > > > > > > >
> > > > > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-pt
> > > > > > > >
> > > > > > > >
> > > > > > > > ------------------------------
> > > > > > > > Building a website is a piece of cake.
> > > > > > > > Yahoo! Small Business gives you all the tools to
> > > > > > > get
> > > > > > >
> > > > > > online.< http://us.rd.yahoo.com/evt=48251/*http://smallbusiness.yahoo.com/webhosting/?p=PASSPORTPLUS
> > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > ubuntu-pt mailing list
> > > > > > > > ubuntu-pt  lists.ubuntu.com
> > > > > > > >
> > > > > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-pt
> > > > > > >
> > > > > > === message truncated ===> --
> > > > > > > ubuntu-pt mailing list
> > > > > > > ubuntu-pt  lists.ubuntu.com
> > > > > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-pt
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > ____________________________________________________________________________________
> > > > > >
> > > > > > Sick sense of humor? Visit Yahoo! TV's
> > > > > > Comedy with an Edge to see what's on, when.
> > > > > > http://tv.yahoo.com/collections/222
> > > > > >
> > > > > > --
> > > > > > ubuntu-pt mailing list
> > > > > > ubuntu-pt  lists.ubuntu.com
> > > > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-pt
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > ubuntu-pt mailing list
> > > > > ubuntu-pt  lists.ubuntu.com
> > > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-pt
> > > > >
> > > > >
> > > >
> > > > --
> > > > ubuntu-pt mailing list
> > > > ubuntu-pt  lists.ubuntu.com
> > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-pt
> > > >
> > > >
> > >
> > > --
> > > ubuntu-pt mailing list
> > > ubuntu-pt  lists.ubuntu.com
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-pt
> > >
> > >
> >
> > --
> > ubuntu-pt mailing list
> > ubuntu-pt  lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-pt
> >
> >
>
> --
> ubuntu-pt mailing list
> ubuntu-pt  lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-pt
>
>
-------------- próxima parte ----------
Um anexo em HTML foi limpo...
URL: https://lists.ubuntu.com/archives/ubuntu-pt/attachments/20070628/e52fee4d/attachment-0001.htm 


Mais informações acerca da lista ubuntu-pt