NVIDIA_SETTING for Legacy GPU (SOLVED)

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
User avatar
jp734
Posts: 44
Joined: Fri Jul 17, 2020 10:23 pm
Has thanked: 18 times
Been thanked: 28 times

NVIDIA_SETTING for Legacy GPU (SOLVED)

Post by jp734 »

Good Day ALL!

I have a legacy gpu Quadro K5000 that wasn't supported by the nvidia drivers provided in the BookWormPup64 package manager, aside from nouveau of course, so I had to download the installer from nvidia website. Installation was flawless with no hiccups except I don't have the NVidia settings program. Is there one for legacy gpus? This is not a big deal as I can use xrandr but just wondering.

Last edited by jp734 on Wed May 08, 2024 10:38 pm, edited 1 time in total.

BionicPup64: i5-3570 - 4GB - NVidia Quadro K620
BookwormPup64: E5-2680 v4 - 64GB - NVidia Quadro K5000

User avatar
bigpup
Moderator
Posts: 6324
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 742 times
Been thanked: 1304 times

Re: NVIDIA_SETTING for Legacy GPU

Post by bigpup »

What specific Nvidia driver package?

Have you tried in a terminal?

Code: Select all

fixmenus

That should update the menu.

Every Nvidia driver package from them, I have used, has also installed the Nvidia x server settings program.

It should be in menu ->Setup

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
mikewalsh
Moderator
Posts: 5602
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 578 times
Been thanked: 1698 times

Re: NVIDIA_SETTING for Legacy GPU

Post by mikewalsh »

^^^ +1.

@jp734 :-

I concur with my colleague. I've compiled several of these Nvidia .run files with Shinobar's getNvidia utility for my GT 710; without exception, the Nvidia Settings panel has always been present after compiling / installation, since it's an integral component of the .run file itself.

(I guess - technically - that since my card is no longer supported by the current drivers, this makes the GT 710 a 'legacy' GPU, as well.)

(*shrug.....*)

From what I understand of it, I believe that for Bookworm Pup - being Debian-based - you ought to be able to find this in the repos as a standalone application. I don't think it's linked to any specific driver, though I'm willing to be corrected on this one, as I don't run BWP64. At least, not yet.... :D

Mike. ;)

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

User avatar
jp734
Posts: 44
Joined: Fri Jul 17, 2020 10:23 pm
Has thanked: 18 times
Been thanked: 28 times

Re: NVIDIA_SETTING for Legacy GPU

Post by jp734 »

I downloaded "NVIDIA-Linux-x86_64-470.239.06.run". "fixmenus" didn't help but I searched for the executable file and found it in /usr/bin. Clicked on it and it worked. Why did it not create an entry on the menu?

BionicPup64: i5-3570 - 4GB - NVidia Quadro K620
BookwormPup64: E5-2680 v4 - 64GB - NVidia Quadro K5000

User avatar
mikewalsh
Moderator
Posts: 5602
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 578 times
Been thanked: 1698 times

Re: NVIDIA_SETTING for Legacy GPU

Post by mikewalsh »

@jp734 :-

Have a look in /usr/share/applications, and locate the nvidia-settings.desktop file. Open this up with Geany; what does the 'Categories' line read as?

Mine reads as:-

Code: Select all

Categories=Application;Settings;X-SetupWizard;

....and after running

Code: Select all

fixmenus

.....followed by

Code: Select all

jwm -reload

.....it then shows up under Menu -> Setup as expected. If you perform a re-boot, these get run automatically as part of the boot process.

('Applications;Settings' are there for mainstream distro menus; 'X-SetupWizard' is the bit recognised by Puppy's Menu system...)

Mike. ;)

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

User avatar
jp734
Posts: 44
Joined: Fri Jul 17, 2020 10:23 pm
Has thanked: 18 times
Been thanked: 28 times

Re: NVIDIA_SETTING for Legacy GPU (SOLVED)

Post by jp734 »

@mikewalsh @bigpup

The .desktop file DID NOT exist in /usr/share/applications so I just created one (see below). Entered exactly what you have on yours on "categories". Did "fixmenus" then re-started jwm and it appeared under /menu/system instead of /menu/setup

No clue what NoDisplay=true does. I just made a copy of one of the desktop files, in this case the picom.desktop, and just left the line (and some other ones) there.

Code: Select all

[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=nvidia-xsetting
GenericName=X-compositor settings
Comment=X-compositor window settings
Categories=Application;Settings;X-SetupWizard
Exec=nvidia-settings
Icon=/usr/share/pixmaps/nvidia48x32.png
Keywords=x;x11;compositor;
NoDisplay=true

Thanks a lot!

BionicPup64: i5-3570 - 4GB - NVidia Quadro K620
BookwormPup64: E5-2680 v4 - 64GB - NVidia Quadro K5000

Post Reply

Return to “Users”