How to make nvidia-settings sticky

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
chaoswings

Re: How to make nvidia-settings sticky

Post by chaoswings »

Here is what worked for me.

Step 1: rebuild the xorg file

Code: Select all

sudo nvidia-xconfig
Step 2: Restart

Step 3: run nvidia settings

Code: Select all

sudo nvidia-settings
Step 4: set everything up and click on apply.

Step 5: Click on "Save to X Configuration File" under "X Server Display Configuration" section and save your new settings.

Step 6: Go to the taskbar menu > Preferences > Startup Applications

Click on "Add" and fill in the following

Name:

Code: Select all

Nvidia Settings
Command:

Code: Select all

/usr/bin/nvidia-settings --load-config-only
Comment:

Code: Select all

Loads the Nvidia settings
click on "save".

Step 7: restart

Your settings should now stick.
soryu

Re: How to make nvidia-settings sticky

Post by soryu »

chaoswings wrote:Here is what worked for me.

Step 1: rebuild the xorg file

Code: Select all

sudo nvidia-xconfig
Step 2: Restart

Step 3: run nvidia settings

Code: Select all

sudo nvidia-settings
Step 4: set everything up and click on apply.

Step 5: Click on "Save to X Configuration File" under "X Server Display Configuration" section and save your new settings.

Step 6: Go to the taskbar menu > Preferences > Startup Applications

Click on "Add" and fill in the following

Name:

Code: Select all

Nvidia Settings
Command:

Code: Select all

/usr/bin/nvidia-settings --load-config-only
Comment:

Code: Select all

Loads the Nvidia settings
click on "save".

Step 7: restart

Your settings should now stick.


Done and done. thanks
pokemoncatdog

Re: How to make nvidia-settings sticky

Post by pokemoncatdog »

DimitrisRHO

Re: How to make nvidia-settings sticky

Post by DimitrisRHO »

thanks a lot chaoswings.

that worked on my LG-R500 laptop using debian squeeze and the driver from unstable repos.
m4nt4

Re: How to make nvidia-settings sticky

Post by m4nt4 »

I have to revive this old topic because i just had the same problem on my new 18.2 installation.

The problem was a xrandr Startup Application that overwrote my own settings.
After deactivating it everything worked fine.
Post Reply

Return to “Tutorials”