Page 1 of 11 123 ... LastLast
Results 1 to 10 of 108

Thread: nvidia settings can't save to conf file

  1. #1
    Join Date
    Nov 2007
    Location
    Daytona Beach, FL
    Beans
    131
    Distro
    Ubuntu 10.04 Lucid Lynx

    nvidia settings can't save to conf file

    ok, running nvidia settings (sudo nvidia-settings). Using the newest 180 version drivers. I have an external monitor plugged in, but when I select it, select seperate X view, then the 'save to x' button I get the following;

    Failed to parse existing X config file '/etc/X11/xorg.conf'!

    Behind in the terminal screen I see;
    ALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
    Undefined Device "(null)" referenced by Screen "Default Screen".

    Any ideas what could cause this? Nothing has been modified by hand, and teh xorg is actually a tiny basic file shown below;

    Section "Screen"
    Identifier "Default Screen"
    DefaultDepth 24
    EndSection

    Section "Module"
    Load "glx"
    EndSection

    Section "Device"
    Identifier "Default Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    EndSection

    Thanks

  2. #2
    Join Date
    Dec 2008
    Beans
    67

    Re: nvidia settings can't save to conf file

    I had a similar problem a while back. try this if you havent already

    Code:
    sudo nvidia-settings
    let me know how it goes
    Master Backend:
    motherboard - intel 975xbx2
    processer - intel Q6600
    video card - nvidia 9500 GT

  3. #3
    Join Date
    Nov 2007
    Location
    Daytona Beach, FL
    Beans
    131
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: nvidia settings can't save to conf file

    1st line I typed!

    ok, running nvidia settings (sudo nvidia-settings).
    So that didn't do it. As the post also stated,
    Failed to parse existing X config file '/etc/X11/xorg.conf' is the error in the terminal screen.
    So it's really not a permission thing but something with the xorg.conf file layout which is why I posted it. It seems very small, but I haven't touched these files since the mid fedora day's.

    Thanks

  4. #4
    Join Date
    Jun 2008
    Beans
    260

    Re: nvidia settings can't save to conf file

    run sudo nvidia-xconfig to create a new Xorg.conf.

    if there is a problem with this, rename Xorg.conf and run sudo nvidia-xconfig.

  5. #5
    Join Date
    Jan 2005
    Beans
    54

    Re: nvidia settings can't save to conf file

    Was this solved...? I had this and in the end I copied and pasted the file contents displayed when the "Preview" button was pressed.

  6. #6
    Join Date
    Apr 2008
    Beans
    1

    Re: nvidia settings can't save to conf file

    Hello! I have the same issue. I am trying to run two monitors in twinview off a single nvidia card. I can it up to work beautifully using NVidia X server settings, but when i try to save it, it tells me "Failed to parse existing x config file '/etc/X11/xorg.conf'!". Still continues working nicely, but once I log out it reverts to a single screen so i have to start over with each new session. Have tried running "gksu nvidia-settings" and "sudo nvidia-xconfig". Neither makes a blind bit of difference, I still can't save the settings. I'm still pretty new to linux so don't understand the code. Any idiot-proof help will be hugely appreciated! Cheers! bob.

  7. #7
    Join Date
    Sep 2007
    Beans
    16
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: nvidia settings can't save to conf file

    I have same problem "Failed to parse existing X config file '/etc/X11/xorg.conf"

  8. #8
    Join Date
    Sep 2008
    Beans
    8

    Re: nvidia settings can't save to conf file

    Quote Originally Posted by Jęd View Post
    Was this solved...? I had this and in the end I copied and pasted the file contents displayed when the "Preview" button was pressed.
    This worked for me as well. NOTE: in order to get to the preview button you need to rename your current xorg.conf (its in /etc/X11)

  9. #9
    Join Date
    Dec 2007
    Beans
    11

    Re: nvidia settings can't save to conf file

    How I fixed it:

    1) open a terminal
    2) sudo mv -i /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    2) sudo touch /etc/X11/xorg.conf
    3) sudo nvidia-settings
    4) hit "save configuration"

    with the empty xorg.conf, nvidia-settings should properly save the file.

  10. #10
    Join Date
    Sep 2007
    Beans
    16
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: nvidia settings can't save to conf file

    Quote Originally Posted by ajayrockrock View Post
    How I fixed it:

    1) open a terminal
    2) sudo mv -i /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
    2) sudo touch /etc/X11/xorg.conf
    3) sudo nvidia-settings
    4) hit "save configuration"

    with the empty xorg.conf, nvidia-settings should properly save the file.
    Yes, it works

Page 1 of 11 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •