Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. A) How do I Install EnvyNG?
  2.  
  3. 1) If you installed Envy or EnvyNG 1.1.0 (or lower), make sure you remove them by typing:
  4.  
  5. sudo apt-get remove envy
  6. sudo apt-get remove envyng
  7. sudo rm -R /usr/share/envy
  8. 2) EnvyNG is available in Ubuntu's "universe" repository, therefore all you have to do is enable this repository. If you don't know how to do it, see Point E.
  9.  
  10. 3) Install EnvyNG: Open Terminal or Konsole and type:
  11.  
  12. sudo apt-get install envyng-qt
  13. OR if you want to install only the textual interface just type:
  14.  
  15. sudo apt-get install envyng-core
  16. 4) Launch EnvyNG's GUI (inside a Desktop Environment such as GNOME,KDE, etc.) by selecting it in the "Applications/System Tools" menu OR if you need to use EnvyNG's textual interface you will have to type:
  17.  
  18. sudo envyng -t
  19. If you have doubts you can read EnvyNG's man page:
  20.  
  21. man envyng
  22. B) Can I use EnvyNG if I had installed the Nvidia driver via Envy version 0.8.2 (or lower) or via the Nvidia installer?
  23.  
  24. Yes, you can, but you will need to follow these steps:
  25.  
  26. 1) Remove the older version of envyng (you can skip this step if you only used the Nvidia installer):
  27.  
  28. sudo aptitude purge envyng
  29. sudo aptitude purge envy
  30. sudo rm -R /usr/share/envy
  31. 2) Download and install EnvyNG's deb package
  32.  
  33. 3) Log out and press CTRL+ALT+F1 (so as to get out of the Desktop Environment, i.e. you'll see ONLY the command line)
  34.  
  35. 4) Log in (if required)
  36.  
  37. 5) Stop the Xserver by typing:
  38.  
  39. sudo /etc/init.d/gdm stop
  40. OR (if you use Kubuntu)
  41.  
  42. sudo /etc/init.d/kdm stop
  43.  
  44. WARNING: if Ubuntu seems to hang on Ubuntu's splash screen you will have to press Alt+F1. (this usually happens on Kubuntu)
  45.  
  46. 6) Uninstall the driver from NVIDIA's installer:
  47.  
  48. cd path_to_the_nvidia_installer
  49. sudo sh name_of_the_nvidia_installer --uninstall
  50. 7) Then you can run EnvyNG and select the "Install" function. Run EnvyNG's textual installer by typing:
  51.  
  52. sudo envyng -t
  53. NOTE: you will NOT need to repeat the whole process next time you want to install the Nvidia driver (you should be able to use EnvyNG's GUI)
  54.  
  55. C) What happens if you are no longer able to access your Desktop Environment (because of a blank screen at boot)?
  56.  
  57. Boot in RECOVERY MODE from the GRUB Menu (select it using your keyboard) almost as soon as you turn on your computer (it will take you to the command line). Then you will need to type:
  58.  
  59. envyng --uninstall-all
  60. then simply type:
  61.  
  62. reboot
  63. and boot as usual. On next reboot the Xserver should work fine (but you will use the open source driver)
  64.  
  65. D) What happens if I upgrade Ubuntu to a newer release (e.g. from Ubuntu 8.04 to Ubuntu 8.10)?
  66.  
  67. Nothing bad should happen, since EnvyNG is 100% compatible with Ubuntu.
  68.  
  69. E) What shall I do to enable the required repositories on Ubuntu?
  70.  
  71. You will have to enable Ubuntu's "universe" and "multiverse" repositories. Have a look at this page to see how you can do it (read where it says Enabling Extra Repositories on that page): Enabling Extra Repositories
  72.  
  73. F) What happens if the kernel is upgraded (e.g. via system updates)?
  74.  
  75. You won't have to do anything at all. DKMS will automatically install the module for your new kernel. NOTE: make sure that the kernel headers (linux-headers) for that kernel are also installed.
  76.  
  77. G) Shall I uninstall the ATI/NVIDIA driver before I install a new version of the driver through EnvyNG?
  78.  
  79. EnvyNG will do it for you. However if you want to uninstall the driver, nothing bad will happen ;)
  80.  
  81. H) What happens when ATI or NVIDIA release a new driver?
  82.  
  83. If you don't uninstall EnvyNG, you will receive the new release of the driver automatically with Ubuntu's updates. I will made the updates available after a while so as to have the time to test the new driver. Furthermore I work on this project in my spare time, therefore donations are welcome (see the Paypal button in the right sidebar of this page).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement