About Linux FAQ

Browse More FAQs:

Linux find out monitor VertRefresh values and HorizSync rate with ddcprobe

Posted by Vivek Gite [Last updated: May 20, 2007]

Q. I don’t have manual for my monitor and I need to find out my monitors VertRefresh values and HorizSync rate under Debian or Ubuntu Linux. Can you explain name of the command that will display this information?

A. You need to use command called ddcprobe to detect monitor and video-card memory. This command also displays:
=> Monitor name
=> Monitor VertRefresh values and HorizSync rates range
=> dpms etc

Please note that ddcprobe command also available under
a) Redhat Enterprise Linux
b) Fedora Core
c) Debian Linux
d) CentOS and other Linux distros

Task: Install ddcprobe

You need to install ddcprobe command, enter:
$ sudo apt-get install xresprobe
OR
# sudo apt-get install xresprobe

Now you can type ddcprobe command:
$ sudo ddcprobe | less
Sample Output:

vbe: VESA 3.0 detected.
oem: Intel(r)845G/845GL/845GE/845GV Graphics Chip Accelerated VGA BIOS
vendor: Intel Corporation
product: Intel(r)845G/845GL/845GE/845GV Graphics Controller Hardware Version 0.0
memory: 8000kb
mode: 1280x1024x256
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 1024x768x256
mode: 1024x768x64k
mode: 1024x768x16m
mode: 640x480x16m
mode: 800x600x64k
mode: 800x600x16m
mode: 640x480x256
mode: 800x600x256
mode: 640x480x64k
edid:
edid: 1 3
id: 941f
eisa: VSC941f
serial: dadb6101
manufacture: 15 2007
input: sync on green, analog signal.
screensize: 41 26
gamma: 2.200000
dpms: RGB, active off, no suspend, no standby
timing: 720x400@70 Hz (VGA 640x400, IBM)
timing: 720x400@88 Hz (XGA2)
timing: 640x480@60 Hz (VGA)
timing: 640x480@67 Hz (Mac II, Apple)
timing: 640x480@72 Hz (VESA)
timing: 640x480@75 Hz (VESA)
timing: 800x600@60 Hz (VESA)
timing: 800x600@72 Hz (VESA)
timing: 800x600@75 Hz (VESA)
timing: 832x624@75 Hz (Mac II)
timing: 1024x768@87 Hz Interlaced (8514A)
timing: 1024x768@70 Hz (VESA)
timing: 1024x768@75 Hz (VESA)
timing: 1280x1024@75 (VESA)
ctiming: 1440x1440@60
ctiming: 1440x1440@75
ctiming: 1280x1024@60
ctiming: 1280x960@60
ctiming: 1152x864@75
dtiming: 1440x900@69
monitorserial: AK1012346797
monitorrange: 24-82, 50-75
monitorname: VA1903wm-2

Task: Display VertRefresh values and HorizSync rate

Use ddcprobe command as follows:
$ sudo ddcprobe | grep monitorrange
Output:

monitorrange: 24-82, 50-75

24-82 is your HorizSync rates and the second pair is your VertRefresh (50-75) values.

Now you can use above ranges and edit X.org configuration file.

E-mail this to a friend      Printable version

Related Other Helpful FAQs:

Discussion on This FAQ

  1. David Stone Says:

    ddcprobe doesn’t list any monitorranges for me just modes.

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.