LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-22-2005, 10:23 AM   #1
NetRAVEN5000
Member
 
Registered: May 2005
Distribution: Ubuntu 9.04
Posts: 320

Rep: Reputation: 30
"nvidia-settings" OC settings and SuSE 10


I'm not new to Linux, but I recently switched to SuSE 10 from Slackware 10.2. I have the nVidia drivers installed through SuSE's nVidia driver installer. I like to overclock my videocard using "nvidia-settings" but it forgets my settings every time X starts! It remembered these settings in Slackware, though - anyone know what might be the problem?
 
Old 12-22-2005, 08:35 PM   #2
Gsidious
Member
 
Registered: Nov 2005
Location: Oregon
Distribution: Ubuntu
Posts: 64

Rep: Reputation: 17
Make sure you have a "~/.nvidia-settings-rc" file. If you run "nvidia-settings" it should write the changes to "~/.nvidia-settings-rc", so each user on the system would have to run "nvidia-settings" and make what changes they wanted. SuSE 10 seems to support running "nvidia-settings -l" from looking at the script "/etc/X11/xinit/xinitrc", and settings should be specific for each user on the system. If it's not working, you could stick something like this in your .bash_profile:
Code:
 if [ -d /tmp/kde-${LOGNAME} ];
then
    /usr/bin/nvidia-settings -l;
fi
I don't really think this belongs in the .profile, and the above example is KDE specific, so if you're not using KDE, you would need to change it, but the concept works. I would probably just try sticking the line "/usr/bin/nvidia-settings -l" at the bottom of the file "/etc/X11/xinit/xinitrc" and see if that works.
 
Old 12-22-2005, 11:43 PM   #3
NetRAVEN5000
Member
 
Registered: May 2005
Distribution: Ubuntu 9.04
Posts: 320

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Gsidious
SuSE 10 seems to support running "nvidia-settings -l" from looking at the script "/etc/X11/xinit/xinitrc", and settings should be specific for each user on the system.
Yup, it's in my xinitrc. It looks like this:
Code:
# load nvidia settings
if [ -x /usr/bin/nvidia-settings -a -r $HOME/.nvidia-settings-rc ]; then
  /usr/bin/nvidia-settings --load-config-only &> /dev/null &
fi
Should this look different? I'm not sure why it wants to send the output of nvidia-settings to /dev/null. . . also, the "-a" option in nvidia-settings' help says there should be something after the "-a" option, and it doesn't even mention the "-r" option.
 
Old 12-23-2005, 11:10 AM   #4
Gsidious
Member
 
Registered: Nov 2005
Location: Oregon
Distribution: Ubuntu
Posts: 64

Rep: Reputation: 17
Quote:
Originally Posted by NetRAVEN5000
Yup, it's in my xinitrc. It looks like this:
Code:
# load nvidia settings
if [ -x /usr/bin/nvidia-settings -a -r $HOME/.nvidia-settings-rc ]; then
  /usr/bin/nvidia-settings --load-config-only &> /dev/null &
fi
the "-a" option in nvidia-settings' help says there should be something after the "-a" option, and it doesn't even mention the "-r" option.
The "-a -r" options are part of the "if" test, "-a" to test that the "$HOME/.nvidia-settings-rc" file exists, and "-r" to test that the same file exists and is Readable. So they are not options to the "nvidia-settings" executable. Do you have a "$HOME/.nvidia-settings-rc" file? I tested in on my SuSE 10 box here, and it did load the changes to the display. Anyway, hope it's working for you.
-G.
 
Old 01-12-2007, 05:23 PM   #5
zaug
LQ Newbie
 
Registered: Apr 2004
Location: Southern Colorado
Distribution: Gentoo
Posts: 8

Rep: Reputation: 0
Lightbulb

My previous response was not a permanent solution, but I have written one here:

gentoo-wiki.com/HOWTO_nVidia_Drivers#Activating_Coolbits.3B_Overclocking_Controls_for_nVIDIA_Settings


Hope this is still helpish.

Last edited by zaug; 01-12-2007 at 08:00 PM.
 
  


Reply

Tags
nvidia



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling "nvidia-settings" an keeping FreeBSD up-to-date dabang *BSD 4 12-31-2005 04:20 PM
KDE 3.4 doesn't save the new "Mouse Wheel Optical" settings avidwriter SUSE / openSUSE 6 04-08-2005 05:35 PM
"AMULE" NG :You have a lowid. Please review your network config and/or your settings. j.vilon Linux - Newbie 2 02-11-2005 11:55 PM
all "start\system settings" wont launch anymore. demmylls Linux - General 0 03-12-2004 01:02 PM
gnome global settings "Help Me!!" or "URGENT" Fascistchicken Linux - Software 3 01-26-2004 06:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration