Ati Graphics драйвер на 14.04.4

У меня действительно плохой день в первый день Linux. Поэтому после установки 14.04.4 я скачал графический драйвер ATI и установил его, и получилось сообщение об ошибке, в котором говорится «В системе недостаточно графики» и т. Д., Я не могу вспомнить точную ошибку. Я пытался гуглить, но было так трудно обойти это для кого-то вроде меня, новичка. Во-вторых, я тоже не могу установить Steam, что показывает ошибку.

Должен ли я установить более старую версию Ubuntu, например 14.04.03, или вернуться на Windows, чего я не хочу?

<code>harsh@harsh-desktop:~$ sudo dpkg -i fglrx*.deb
[sudo] password for harsh: 
Selecting previously unselected package fglrx-amdcccle-updates.
(Reading database ... 198082 files and directories currently installed.)
Preparing to unpack fglrx-amdcccle-updates_15.201-0ubuntu2~15.10.2_amd64.deb ...
Unpacking fglrx-amdcccle-updates (2:15.201-0ubuntu2~15.10.2) ...
Selecting previously unselected package fglrx-updates.
Preparing to unpack fglrx-updates_15.201-0ubuntu2~15.10.2_amd64.deb ...
Unpacking fglrx-updates (2:15.201-0ubuntu2~15.10.2) ...
Selecting previously unselected package fglrx-updates-core.
Preparing to unpack fglrx-updates-core_15.201-0ubuntu2~15.10.2_amd64.deb ...
Unpacking fglrx-updates-core (2:15.201-0ubuntu2~15.10.2) ...
dpkg: dependency problems prevent configuration of fglrx-updates-core:
 fglrx-updates-core depends on gcc-4.9; however:
  Package gcc-4.9 is not installed.

dpkg: error processing package fglrx-updates-core (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of fglrx-updates:
 fglrx-updates depends on fglrx-updates-core; however:
  Package fglrx-updates-core is not configured yet.

dpkg: error processing package fglrx-updates (--install):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of fglrx-amdcccle-updates:
 fglrx-amdcccle-updates depends on fglrx-updates; however:
  Package fglrx-updates is not configured yet.

dpkg: error processing package fglrx-amdcccle-updates (--install):
 dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-16) ...
ureadahead will be reprofiled on next reboot
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Errors were encountered while processing:
 fglrx-updates-core
 fglrx-updates
 fglrx-amdcccle-updates
harsh@harsh-desktop:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  dkms fakeroot libfakeroot
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  fglrx-amdcccle-updates fglrx-updates fglrx-updates-core
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 428 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 198343 files and directories currently installed.)
Removing fglrx-amdcccle-updates (2:15.201-0ubuntu2~15.10.2) ...
Removing fglrx-updates (2:15.201-0ubuntu2~15.10.2) ...
Removing fglrx-updates-core (2:15.201-0ubuntu2~15.10.2) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
Processing triggers for initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: Generating /boot/initrd.img-4.2.0-30-generic
harsh@harsh-desktop:~$ 

</code>
1
задан 9 March 2016 в 05:15

2 ответа

Похоже, что сотрудники Canonical не обновляли драйвер fglrx для ядра 4.2 в репозиториях trusty.

Я предлагаю установить его из wily таким образом. Запустите в терминале

wget http://mirrors.kernel.org/ubuntu/pool/restricted/f/fglrx-installer-updates/fglrx-updates_15.201-0ubuntu2~15.10.2_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/restricted/f/fglrx-installer-updates/fglrx-updates-core_15.201-0ubuntu2~15.10.2_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/restricted/f/fglrx-installer-updates/fglrx-amdcccle-updates_15.201-0ubuntu2~15.10.2_amd64.deb
sudo apt-get install gcc-4.9
sudo dpkg -i fglrx*.deb

Если есть какие-либо ошибки, пожалуйста, сообщите мне. Если нет, перезагрузите компьютер и проверьте.

0
ответ дан 9 March 2016 в 05:15

Наконец, я решил эту проблему. Сначала необходимо захватить последний драйвер с веб-сайта ATI, но удостовериться, что выбрали Linux x86_64 или Linux x86 вместо Примера Ubuntu x86_64 или Ubuntu x86. .

перед установкой, я настоятельно рекомендую удалить драйвер ATI.

можно также проверить это видео, оно действительно помогает: https://www.youtube.com/watch? v=tc8s5yhylbo

0
ответ дан 9 March 2016 в 15:15
  • 1
    Это означает Вас haven' t настраивают его для показа на окне наутилуса, это должно быть на системном окне Ubuntu! – George Udosen 1 August 2017 в 23:16

Другие вопросы по тегам:

Похожие вопросы: