Não é possível atualizar o driver de exibição no Ubuntu 14.04 LTS

2

Estou tentando atualizar meu driver e ver esta tela. Não me permite atualizar o driver. Observe as opções acinzentadas. Como posso consertar isso?

EDIT: Reverter para gráficos de código aberto drivers - opções acinzentadas 14.04

$ lspci -k | grep VGA -A2
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks GL [FirePro V4900]
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 2b06
    Kernel driver in use: fglrx_pci

mas quando eu faço

$ sudo apt-get remove --purge fglrx_pci
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package fglrx_pci

Até tentei seguir os passos no link , mas ainda estou com fglrx_pci e as opções estão esmaecidas.

$ sudo lshw -c video
[sudo] password for siddjain: 
  *-display               
       description: VGA compatible controller
       product: Turks GL [FirePro V4900]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
       configuration: driver=fglrx_pci latency=0
       resources: irq:27 memory:c0000000-cfffffff memory:d3d20000-d3d3ffff ioport:7000(size=256) memory:d3d00000-d3d1ffff

aqui está o conteúdo de /usr/share/ati

$ ls /usr/share/ati
fglrx-install.log  LICENSE.TXT

e aqui está o conteúdo do arquivo de log

$ cat /usr/share/ati/fglrx-install.log 
NOTE: If your system has logged the missing packages required for installation, install them in the order as per the log file to resolve package-dependency issues.
Package dh-modaliases is missing from the system. Install it using the command apt-get install dh-modaliases.
Package execstack is missing from the system. Install it using the command apt-get install execstack.
Package dpkg-dev is missing from the system. Install it using the command apt-get install dpkg-dev.
Package debhelper is missing from the system. Install it using the command apt-get install debhelper.
Package build failed!
Package build utility output:
./packages/Ubuntu/ati-packager.sh: 295: ./packages/Ubuntu/ati-packager.sh: debclean: not found
./packages/Ubuntu/ati-packager.sh: 301: ./packages/Ubuntu/ati-packager.sh: dpkg-buildpackage: not found
[Error] Generate Package - error generating package : Ubuntu/trusty

conteúdo de /etc/X11 :

$ ls /etc/X11
app-defaults             fonts    xkb       Xresources  Xsession.options
cursors                  rgb.txt  Xreset    Xsession    xsm
default-display-manager  xinit    Xreset.d  Xsession.d  Xwrapper.config

Eu baixei amd-driver-installer-15.201.2401-x86.x86_x64.run do site da AMD e o executei (também tive que instalar suas dependências primeiro). Reiniciei e comecei a enfrentar este problema: Não é possível fazer o login após o driver da Nvidia instalar v 14.04 . Inicializou no modo de recuperação e tentou várias coisas. Finalmente, de alguma forma, foi possível fazer o login (acho que eu depurei fglrx ) e cheguei a este estágio:

$ sudo lshw -c video
[sudo] password for siddjain: 
  *-display UNCLAIMED     
       description: VGA compatible controller
       product: Turks GL [FirePro V4900]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller bus_master cap_list
       configuration: latency=0
       resources: memory:c0000000-cfffffff memory:d3d20000-d3d3ffff ioport:7000(size=256) memory:d3d00000-d3d1ffff

Eu já passei das opções acinzentadas, mas a tela está toda estragada e está usando o renderizador de software.

Assumiu uma chance e selecionou fglrx-updates . Logout e agora a tela está na resolução adequada. Configuração final:

$ sudo lshw -c video
[sudo] password for siddjain: 
  *-display               
       description: VGA compatible controller
       product: Turks GL [FirePro V4900]
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
       configuration: driver=fglrx_pci latency=0
       resources: irq:60 memory:c0000000-cfffffff memory:d3d20000-d3d3ffff ioport:7000(size=256) memory:d3d00000-d3d1ffff
    
por morpheus 18.12.2015 / 00:53

1 resposta

-1

Você já tentou isso:

 sudo apt-get install fglrx*-

e pode funcionar bem assim.

    
por Michael 18.12.2015 / 19:44