LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-25-2017, 05:39 AM   #1
anon087
LQ Newbie
 
Registered: May 2017
Posts: 5

Rep: Reputation: Disabled
Unhappy Problems with Nvidia Settings not saving - Need Help


I'm new here so apologies if this is in the wrong forum section.

What is my problem:
Every time I restart or turn off my desktop PC my saved monitor settings reset meaning I have to set it all up again each time I restart

What Hardware and Software do I have:
My system is a Core i5 6600k running at stock speeds aided by 16GB of RAM and a Nvidia GTX1060 graphics card, the boot drive is a M.2 AHCI Ssd from Samsung (SM951*128GB) the other drives are a Western Digital 4TB Red Drive and a 500GB Samsung 750 EVO Ssd, I am running it all to three identical LG 22MP68VQ Monitors through Display Port to Hdmi adapters (Which worked fine when running windows 10) software wise I am running a freshly installed version of Deepin OS 15.4 and no other operating system. I am using the proprietary Nvidia drivers version 375 I believe.

What have I tried:
. Opening the nvidia settings program normally and saving the settings (Settings don't save as it's not run with root permission)
. Opening the nvidia settings program via the terminal using the command "sudo nvidia-settings" and saving the settings (The settings do save to the xorg.conf file and I have checked this after rebooting)
. Copying the xorg.conf file information into a separate file on the desktop and then moving that file to /etc/X11/xorg.conf.d and also to /etc/X11/

What I think is happening:
My thoughts are that for whatever reason either the nvidia settings are just loading up to original defaults on startup or that it's unable to read the xorg.conf file or that it's skipping the previously saved settings (Which don't get reset at least in the xorg.conf file on reboot, the settings do save to the file, they just don't seem to be read by the system or something)


Any help would be appreciated, many thanks in advance to anyone who can help.
 
Old 05-25-2017, 10:13 AM   #2
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
What desktop GUI are you using? Gnome, KDE, etc. I would try using using gnome-control-center and set up the displays under the display applet.
 
Old 05-25-2017, 10:29 AM   #3
anon087
LQ Newbie
 
Registered: May 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
I am using Deepin OS 15.4 in its stock configuration, I believe it runs its of GUI called DDE (Deepin Desktop Environment), is it possible to temporarily use a different GUI just to change the display settings, for example could I temporarily install or run gnome and use the control centre you mention to change the display settings and then switch back to Deepin OS's DDE GUI? If so how would I go about doing it?
 
Old 05-25-2017, 02:08 PM   #4
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Not sure whether this will help but what I tend to do is save the things which can be saved without root, then re-run as root and set the rest.
My theory is that the non-root stuff is in my home and the root stuff in xorg.conf.
If the above doesn't work then it's worth trying it the other way around. (I tend to copy my xorg.conf across).
 
Old 05-25-2017, 02:21 PM   #5
anon087
LQ Newbie
 
Registered: May 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
Thanks for the advice, I've already tried it however, I suspect my issue may be more related to the fact I'm using Deepin OS and that the nvidia settings are being bypassed by the ones set in the control centre of the Deepin Desktop Environment, the problem is I can't seem to find any option for multi monitor setup in Deepin OS and I feel If I found it then I would probably solve my issue
 
Old 05-25-2017, 06:39 PM   #6
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,837

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
First type:
glxinfo | grep 'NVIDIA'

And paste the results here.

You should get something like:

Code:
bash-4.4$ glxinfo | grep 'NVIDIA'
server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation
OpenGL core profile version string: 4.5.0 NVIDIA 381.22
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL version string: 4.5.0 NVIDIA 381.22
OpenGL shading language version string: 4.50 NVIDIA
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 381.22
 
Old 05-26-2017, 12:33 AM   #7
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Gnome control center should run on practically any desktop. You just have to pull in thge support packages. The package manager should automatically do that when you install control center.
 
Old 05-26-2017, 04:29 AM   #8
anon087
LQ Newbie
 
Registered: May 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
What command do I need to type in on the terminal to get the packages for gnome control centre and install them?
 
Old 05-26-2017, 05:09 AM   #9
anon087
LQ Newbie
 
Registered: May 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by RadicalDreamer View Post
First type:
glxinfo | grep 'NVIDIA'

And paste the results here.

You should get something like:

Code:
bash-4.4$ glxinfo | grep 'NVIDIA'
server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation
OpenGL core profile version string: 4.5.0 NVIDIA 381.22
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL version string: 4.5.0 NVIDIA 381.22
OpenGL shading language version string: 4.50 NVIDIA
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 381.22




Here are my results as requested:


server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation
OpenGL core profile version string: 4.5.0 NVIDIA 375.26
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL version string: 4.5.0 NVIDIA 375.26
OpenGL shading language version string: 4.50 NVIDIA
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 375.26
 
Old 05-26-2017, 11:26 AM   #10
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,837

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Thanks I just wanted to make sure that it was using the nvidia driver and not nouveau.

I don't know Deepin. It doesn't seem to come with anything but Deepin's DE. I suggest something light weight like WindowMaker to test with. I use it sometimes with dual monitors alongside KDE and XFCE. Hopefully its in Deepin's repository.
http://windowmaker.org/

You probably need to find Deepin users and get help from them.

Last edited by RadicalDreamer; 05-26-2017 at 11:30 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
KDE having problems saving settings zytsef Linux - Desktop 0 03-23-2007 04:31 PM
Gnome - problems saving settings nalmeth Debian 0 08-25-2005 05:57 PM
mixer settings not saving on reboot/misc. problems Googly Linux - General 1 04-05-2004 11:00 PM
saving settings?? rilians Mandriva 2 10-10-2003 12:49 PM
Evolutions E-mail problems, not saving my settings Spyder~1 Linux - Software 6 07-25-2003 12:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:08 PM.

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