Extract monitor model from nvidia-settings


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Extract monitor model from nvidia-settings
# 1  
Old 10-07-2009
Extract monitor model from nvidia-settings

Hi all, not sure where to put this post, so here will do. I have posted this question before in this thread but after getting the huge quantity of very helpful answers I did (lol?), I have looked at the problem again. A basic rundown is that I need to extract monitor information about connected monitors in a script, and

Code:
nvidia-settings

seems to be the answer after much searching. So if you run up nvidia-settings the configuration panel appears, and within this all attached monitors with make and model of the monitors is shown. Basically I want to be able to extract this data. I have tried

Code:
nvidia-settings -q all

and reviewed the output, and although the number of monitors attached is shown here as DFP-0 and DFP-1 on various lines, there is no model information at all about the monitors as is shown in the gui panel.

Does anyone know a way to extract this model information from the nvidia-settings via the command line?

Thanks in advance

---------- Post updated at 07:17 AM ---------- Previous update was at 06:42 AM ----------

Code:
nvidia-settings -q digitalvibrance | grep -i crt

is going to be sufficient actually. Although that doesn't give me model numbers, the object of the exercise was to distinguish between a connected CRT and other types of monitors.
# 2  
Old 10-08-2009
You could also try s3switch:

Quote:
With no parameters, displays all devices currently attached and active
# 3  
Old 10-08-2009
Quote:
Does anyone know a way to extract this model information from the nvidia-settings via the command line?
No there is no way to get model information from this utility.

One way I use is to parse the Xorg.0.log file.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Searching for Saas Monitor service which monitor my servers which are sitting in different providers

Sorry if this is the wrong forum Searching for Saas Monitor service which monitor my servers which are sitting in different providers . This monitor tool will take as less CPU as possible , and will send info about the server to main Dashboard. The info I need is CPU / RAM / my servers status (... (1 Reply)
Discussion started by: umen
1 Replies

2. Shell Programming and Scripting

Extract setenv.sh memory settings in Tomcat

**newbie** I need to review all of our Tomcat setenv.sh jvm heap settings to ensure they are properly set. I attempted to pull the memory configs with an awk - but this was an issue because each file is slightly different, and the position of the memory config is different in each file. ... (5 Replies)
Discussion started by: kgolli
5 Replies

3. Shell Programming and Scripting

Perl and Nvidia driver download

Hi guys i have writen a script that can be used to automatically check a website for the latest software ( in this case i want to use it with the nvidia website ) and check the software and if there is a new version out then it will download it for me but i cannot seem to get it to work... (1 Reply)
Discussion started by: ab52
1 Replies

4. UNIX for Dummies Questions & Answers

monitor display settings

Hello new to unix, I have Mac os tiger on a g3 ibook. There are only two monitor settings, the largest being 600x800. Can I add a larger setting from the command line? Thanks, Alicia (0 Replies)
Discussion started by: laughhearty
0 Replies

5. Red Hat

FC3 / NVidia Issue

having problems with the NVidia Driver Package #6629 using Fedora Core 3... failure to initialize NVidia Kernel... ...this appears to be a pretty common problem and other faqs/forums have yet to find a solution... the xorg.conf.log states these errors... (EE) NVIDIA(0): Failed to initialize... (10 Replies)
Discussion started by: HMSS013
10 Replies

6. Solaris

nVidia + CMI sound

Hi there, can somebohy help me with Solaris 8 (x86) ver. 02/2002. I cannot run it with nVidia GeForce 2 MX 440 graphic card in resolution up to 640x480. Is there some driver for this card? And this problen is with sound card CMI 8738. If somebody can write me a location, where I can download it or... (1 Reply)
Discussion started by: kotrcka
1 Replies

7. UNIX for Dummies Questions & Answers

nvidia drviers

hi guys i tryed to in stall nvidia driver the other day then i got no kernel found i installed the latest kernal for the drivers rpm based from ftp.nvidia.com and downloaded the pkg 1,2 and the src and the reg bin rpm installed it and droped out of X and init 3 and went to the cmd line and... (1 Reply)
Discussion started by: 3bumbs plumming
1 Replies

8. UNIX for Dummies Questions & Answers

kdmconfig for NVIDIA

I have installed Solaris on my Dell machine, but I can't get the display driver to work. I have an NVIDIA RIVA TNT2, but when I select that adapter in kdmconfig, I get the message: Could'nt probe screen #0 InitOutput: AddScreen failed for SUNWnvidia I can use the generic 16 color display... (3 Replies)
Discussion started by: dangral
3 Replies
Login or Register to Ask a Question