Advertisement
Guest User

Untitled

a guest
Oct 18th, 2010
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. ubuntu@ubuntu:~$ sudo apt-get install -f xorg-driver-fglrx fglrx-amdcccle
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. xorg-driver-fglrx is already the newest version.
  6. fglrx-amdcccle is already the newest version.
  7. You might want to run `apt-get -f install' to correct these:
  8. The following packages have unmet dependencies:
  9. fglrx-amdcccle: Depends: fglrx but it is not going to be installed
  10. xorg-driver-fglrx: Depends: fglrx but it is not going to be installed
  11. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  12. ubuntu@ubuntu:~$ sudo apt-get install -f
  13. Reading package lists... Done
  14. Building dependency tree
  15. Reading state information... Done
  16. Correcting dependencies... Done
  17. The following extra packages will be installed:
  18. fglrx
  19. The following NEW packages will be installed:
  20. fglrx
  21. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  22. 2 not fully installed or removed.
  23. Need to get 0B/18.2MB of archives.
  24. After this operation, 60.0MB of additional disk space will be used.
  25. Do you want to continue [Y/n]? y
  26. (Reading database ... 164840 files and directories currently installed.)
  27. Unpacking fglrx (from .../fglrx_2%3a8.723.1-0ubuntu5_i386.deb) ...
  28.  
  29. [Warning] Uninstall : inst_path_default or inst_path_override
  30. does not exist in /etc/ati. This suggests that the ATI driver
  31. is not installed, the ATI driver is only partially installed,
  32. or the current ATI driver installed is an older version than the
  33. one this script was designed for. Both files listed above are
  34. required for determining where installed files are located.
  35. To force uninstallation of the driver by guessing where the
  36. uninstallation files are located, set the FORCE_ATI_UNINSTALL
  37. environment variable and re-run /usr/share/ati/fglrx-uninstall.sh (this is not recommended).
  38.  
  39. dpkg: error processing /var/cache/apt/archives/fglrx_2%3a8.723.1-0ubuntu5_i386.deb (--unpack):
  40. subprocess new pre-installation script returned error exit status 1
  41. Errors were encountered while processing:
  42. /var/cache/apt/archives/fglrx_2%3a8.723.1-0ubuntu5_i386.deb
  43. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement