How can we get the serial number of monitor in ubuntu?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
migrated from stackoverflow.com Apr 11 '11 at 7:06
|
Do you mean the Monitor Make and Model? You can not get the Monitor's serial number, but you can get the make & model once X is running: you can look for it in /var/log/Xorg.0.log , e.g. grep '--' /var/log/Xorg.0.log or in |
|||||
|
|
With a Linux system (Ubuntu), you can use ddcprobe. run in a termial
then
You'll see lots of info about your graphics card. Then at the end, you'll see
|
|||||||||||
|
|
There's a software package called read-edid that should help you get to pretty much all information the monitor gives away. The separate tools are called |
|||
|
|