The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    X server problem with T61-nivida quadro nvs 140m

    Discussion in 'Linux Compatibility and Software' started by atyrrell, Aug 20, 2007.

  1. atyrrell

    atyrrell Notebook Consultant

    Reputations:
    0
    Messages:
    284
    Likes Received:
    0
    Trophy Points:
    30
    While using the Nvidia settings program I cannot get the program to safe configurations(resolution changes or dual monitors). It says that I need to save my configuration and restart the x server, but I can never safe the configuration. It always says it was unable to delete the backup file. I am running ubuntu.
     
  2. t12ek

    t12ek Notebook Consultant

    Reputations:
    9
    Messages:
    190
    Likes Received:
    0
    Trophy Points:
    30
    Are you running the nVidia configuration program as root? (i.e., run with sudo)?

    Or, if that doesn't work, try deleting (or backing up... again) the backup file, which is likely to be something like /etc/X11/xorg.conf.backup or something similar. Just make sure not to delete /etc/X11/xorg.conf itself!

    EDIT: if that STILL doesn't work, you can always read documentation (to know what options to put in) and edit the /etc/X11/xorg.conf file yourself. Just make sure you make a backup of the old configuration, and know how to restore the backup through the terminal if something goes wrong. If you can't already do this, these are good skills to have, so I would recommend trying it out. I'm sure that all the nVidia configuration app is doing is editing this file anyway, it just gives you a nice pretty frontend to do it with.
     
  3. atyrrell

    atyrrell Notebook Consultant

    Reputations:
    0
    Messages:
    284
    Likes Received:
    0
    Trophy Points:
    30
    how do I run it with sudo? I know about sudo( a little) but do not know how to run the program with it.
     
  4. t12ek

    t12ek Notebook Consultant

    Reputations:
    9
    Messages:
    190
    Likes Received:
    0
    Trophy Points:
    30
    Whoa, okay, well, first to answer your question... open up a terminal, and type in "sudo program_name". THAT'S IT. (Well, there are more advanced uses for sudo if you want to configure it that way... but we won't get into that here). If you didn't know, basically that let's you run said program with root privileges (equivalent of an administrator in Windows).

    With that said, I recommend you search out and maybe read a couple beginner's guides to Ubuntu or something. Quite frankly, using sudo is one of the first things you should learn to do if you need to administrate an Ubuntu machine. Remember, Linux isn't Windows, so don't expect to do things the same way. GUI tools are nice, but, at least in its current form, you can't completely avoid the terminal in Linux. So it's better to learn to deal with it (I actually prefer it, but that may be just me).
     
  5. atyrrell

    atyrrell Notebook Consultant

    Reputations:
    0
    Messages:
    284
    Likes Received:
    0
    Trophy Points:
    30
    thanks for the explaination. I just started using linunx but plan on reading many beginners guides and learning all aspects of linux.