These settings are in /etc/XF86Config (or /etc/X11/XF86Config?)
Anyway, login as root and backup both files (supposed that you have both, like me); then try to find some older backups of it somewhere:
find / -name "XF86Config*"
If you are lucky, your system has made a backup copy of your old XF86Config file the last time when you changed it.
If such is found with the find command, then you can check its date:
ls -l /path/to/FoundXF86Config
If you find an appropriate backup, just copy it to /etc/XF86Config (or /etc/X11/XF86Config?).
If you do not find a backup, you can also try to repair your present XF86Config file with a console text editor like vi.
vi is hard to use for newbies, so you may find it handy to experiment with it before you open any important files like XF86Config with it. (see "man vi")
Last edited by J_Szucs; 11-24-2004 at 12:18 AM.
|