> Sent: Thursday, June 13, 2019 at 5:47 AM > From: "Cliff McDiarmid via blfs-support" > <[email protected]> > To: [email protected] > Cc: "Cliff McDiarmid" <[email protected]> > Subject: Re: [blfs-support] Loading nvidia driver settings > > Sent: Wednesday, June 12, 2019 at 12:58 AM > From: "Christopher Gregory via blfs-support" > <[email protected]> > To: [email protected] > Cc: "Christopher Gregory" <[email protected]> > Subject: Re: [blfs-support] Loading nvidia driver settings > > > Sent: Wednesday, June 12, 2019 at 7:36 AM > > From: "Cliff McDiarmid via blfs-support" > > <[email protected]> > > To: "BLFS Support List" <[email protected]> > > Cc: "Cliff McDiarmid" <[email protected]> > > Subject: [blfs-support] Loading nvidia driver settings > > > > Hi > > > > Is there anyone out there running the nvidia driver? > > > > I'm trying to preserve the nvidia-settings at boot up. > > > > 'nvidia-settings --load-config-only' can load them from .xinit apparently, > > but this doesn't work. > > > > I've tried creating a service file for systemd and sourcing a script, with > > 'nvidia-settings --load-config-only', at start up but this doesn't work > > either. > > > > Checked all permissions. > > > > Any ideas. Apologies for abandoning nouveau. > > >Take a look at ArchLinux: > > >https://wiki.archlinux.org/index.php/NVIDIA[https://wiki.archlinux.org/index.php/NVIDIA] > > >Apparently nvidia has an auto-configureation tool > > Thanks Christopher I understand. > > What I need is a method to preserve the settings from the tool so that they > are applied after each reboot. > > Or after a suspend for that maatter. > > Cliff > > > > > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-support > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page >
Hello Cliff, From the Arch Linux wiki they have the following for doing exactly what you require. You need to run the nvidia-settings tool to generate the required settings, and then you need to save the results to a file: ~/.nvidia-settings-rc Arch mentions nothing about a service file for systemd. This needs to be created as your normal user. Regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
