Screen information

2 respostas [Última entrada]
GNUbahn
Desconectado
Joined: 02/19/2016

How can I find information about my screen, i.e. model number, vendor etc?

And how can I ask potential sellers of used computers to do the same if they are on windows?

Majin Buu
Desconectado
Joined: 11/05/2016

You can see the user manual, or see behind the monitor for a sticker with the monitor info.

Abdullah Ramazanoglu
Desconectado
Joined: 12/15/2016

less /var/log/Xorg.0.log

And search for "EDID" or "Manufacturer" (/EDID , /Manufacturer). The reason I can't formulate a grep expression is that these are video driver outputs in the log. As each driver can have a different format, I can't come up with a generalized search expression. As a last resort, you can browse through the Xorg.log and spot the relevant driver outputs.

There was another way to get this information in a deterministic way, but I can't remember ATM.