Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: How do I find my monitor type and model?

by thunders (Priest)
on Jul 07, 2010 at 18:36 UTC ( [id://848521]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ xrandr --verbose
    Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1280 x 1024
    ...
            333135344b32464a550a000000fc0044
            454c4c204531373346500a20000000fd
            00384b1f500e000a2020202020200099
    
  2. or download this
    $sudo get-edid 2>/dev/null| parse-edid 2>/dev/null| grep ModelName
        
    
    ModelName "DELL E173FP"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://848521]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2025-03-23 23:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (63 votes). Check out past polls.