logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

d.info - Displays information about the active display monitor.

Author

       Glynn Clements

Description

d.info displays information about the active display monitor. Display monitors are maintained by d.mon.

Examples

       d.mon start=cairo
       d.info -r
       rectangle: 0.000000 640.000000 0.000000 480.000000

Keywords

       display, graphics, monitors

Name

d.info  - Displays information about the active display monitor.
       Display monitors are maintained by d.mon.

Notes

       Units are screen pixels (except for -g flag where map units are used).
       Where two numbers are given the format is: width, height.
       Where four numbers are given the format is: left, right, top, bottom.

       Note: GRASS display pixel coordinates are measured from the top left.

See Also

d.mon,d.vect,d.rast

Source Code

       Available at: d.info source code (history)

       Accessed: Friday Apr 04 01:18:46 2025

       Main index | Display index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                       d.info(1grass)

Synopsis

d.infod.info--helpd.info [-rdfebg]  [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:-r
           Display screen rectangle (left, right, top, bottom)

       -d
           Display screen dimensions (width, height)

       -f
           Display active frame rectangle

       -e
           Display frame dimensions (width, height)

       -b
           Display screen rectangle of current region

       -g
           Display geographic coordinates and resolution of entire frame

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

See Also