Announcement

Collapse
No announcement yet.

Restoring backup file

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Restoring backup file

    Hi
    I need to restore a backup copy of my xorg.config file, as I adjusted video gamma in the display in the Ksystem settings having installed fglrx-control.
    Also if I uninstall fglrx control is it possible to use the colour and gamma settings in Ksystem Display settings as I find them of more use than those of fglrx-control.

    Thanks for any help, the first question is the most important so just an answer to that would be great John

    #2
    Re: Restoring backup file

    Well, let's say you called your backup copy xorg.conf_backup. Then to restore it you'd do this:
    Code:
    sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bad
    sudo cp /etc/X11/xorg.conf_backup /etc/X11/xorg.conf
    Linux is ready for the desktop--but whose desktop?<br />How to install software in Kubuntu

    Comment

    Working...
    X