Backup systems config files
Posted
by
David ???
on Ask Ubuntu
See other posts from Ask Ubuntu
or by David ???
Published on 2011-03-16T02:14:50Z
Indexed on
2011/03/16
8:18 UTC
Read the original article
Hit count: 316
I'm planning on installing nVidia proprietary drivers on my Ubuntu 10.10.
Historically this always ends-up with me being left with no graphical interface. No ability to revert - and reinstalling the whole system.
So now, before trying this anew, I wish to backup all relevant config files.
I'll try 1 or 2 methods. I'll list each one's commands.
I'll appreciate if anyone can tell me how to backup the relevant file, or what's the reverse of this operation.
10x, David
Method I - as described here:
- apt-get --purge remove xserver-xorg-video-nouveau
- As described in this answer: edit /etc/default/grub and add the line GRUB_CMDLINE_LINUX="nouveau.modeset=0"
- sudo update-grub
- Reboot
- Install original drivers downloaded from nVidia site.
Method II - as described here:
- sudo apt-get purge nvidia*
- [possibly 'sudo gedit /etc/modprobe.d/blacklist.conf' adding 'vga16fb' 'nouveau'
- sudo apt-get install nvidia-glx-185
- sudo modprobe nvidia
- sudo lsmod | grep -i nvidia
- sudo nvidia-xconfig
© Ask Ubuntu or respective owner