Want to backup before updating Nvidia drivers - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Xorg Problems (https://www.linux-noob.com/forums/forum-56.html) +---- Forum: nVidia Problems (https://www.linux-noob.com/forums/forum-16.html) +---- Thread: Want to backup before updating Nvidia drivers (/thread-2428.html) |
Want to backup before updating Nvidia drivers - hybrid - 2005-09-16 You might remember my previous thread about having had a problem with X after YaST Online Update. :)Well, I want to try updating the drivers again (I want to try some of SuSE's 3D games) and I still can't find Xorg.conf or any Xfree86 config files. I'm not even sure which one I use (I am new to the Linux scene). Could someone please tell me what I should backup in case X goes wrong again? Thanks :) Want to backup before updating Nvidia drivers - anyweb - 2005-09-16 do this as root Code: cd /etc/X11 done ! if your nvidia driver install fails login again as root and do this Code: cd /etc/X11 cheers anyweb Want to backup before updating Nvidia drivers - hybrid - 2005-09-17 OK, I tried that but got the following: Code: cp: cannot stat `xorg.cong': No such file or directory o_O I presume this means I don't have an xorg.conf file, right? Same problem as the last thread? Want to backup before updating Nvidia drivers - anyweb - 2005-09-17 its xorg.conf NOT xorg.cong :) Want to backup before updating Nvidia drivers - hybrid - 2005-09-18 Quote:its xorg.conf NOT xorg.cong lol, looks like I should check my spelling more. Well, after an IRC conversation I found that I needed to backup XF86Config (there still was no sign of xorg.conf). I updated the drivers again, and .... X died again. Thankfully, I had imaged the entire Linux drive in Drive Image 7.0 (from Windows :)) the previous morning, and so I restored that backup. I did try trying to restore the XF86Config,backup file I created, but got something like this: Code: # cd /etc/x11 It is most definitely there, as the folder shows up in Konqueror. Yes, I was logged in as root. EDIT: Sorry, I just realised that the directory is case-sensitive. What a noob I am. :) Anyway, looks like the driver doesn't work, so no 3D games or screensavers for me. :( |