Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#2577 closed defect (fixed)

d.info: entire screen version frame

Reported by: martinl Owned by: grass-dev@…
Priority: normal Milestone: 7.0.1
Component: Display Version: svn-trunk
Keywords: d.info, d.rast.leg Cc:
CPU: Unspecified Platform: Unspecified

Description

It seems that d.info reports wrong values when GRASS_RENDER_FRAME is defined, if I understand well -r should return (entire) screen rectangle and -f active frame rectangle.

Example:

export GRASS_RENDER_IMMEDIATE=cairo
export GRASS_RENDER_WIDTH=600
export GRASS_RENDER_HEIGHT=540

No frames involved:

d.info -r
rectangle: 0.000000 600.000000 0.000000 540.000000
d.info -f
frame: 0.000000 600.000000 0.000000 540.000000

Define frame:

export GRASS_RENDER_FRAME=270,540,0,300

OK:

d.info -f
frame: 0.000000 300.000000 270.000000 540.000000

Here I would expect the entire screen:

d.info -r
rectangle: 0.000000 300.000000 270.000000 540.000000

?

Martin

Change History (6)

comment:1 by glynn, 9 years ago

This stems from r62026. At present, there is no way to retrieve the screen bounds, only the frame bounds. Previously, it was the other way around.

in reply to:  1 comment:2 by martinl, 9 years ago

Replying to glynn:

This stems from r62026. At present, there is no way to retrieve the screen bounds, only the frame bounds. Previously, it was the other way around.

It's pity. Would be possible to change that? If not I would suggest to clean up at least d.info flags.

in reply to:  1 ; comment:3 by glynn, 9 years ago

Replying to glynn:

This should be fixed by r64459. This adds the -e flag to query the dimensions of the frame (-d queries the dimensions of the screen).

This also fixes the behaviour of d.info -g, which was wrong before r62026.

Also, I don't think that the MONITOR stuff belongs in d.info. It should probably go into d.mon.

in reply to:  3 ; comment:4 by martinl, 9 years ago

Replying to glynn:

This should be fixed by r64459. This adds the -e flag to query the dimensions of the frame (-d queries the dimensions of the screen).

This also fixes the behaviour of d.info -g, which was wrong before r62026.

Thanks a lot for the fixes. They are hot candidates for backport to relbr70 (before closing this ticket).

Also, I don't think that the MONITOR stuff belongs in d.info. It should probably go into d.mon.

Right, removed from d.info in r64466.

in reply to:  4 comment:5 by martinl, 9 years ago

Resolution: fixed
Status: newclosed

Replying to martinl:

Thanks a lot for the fixes. They are hot candidates for backport to relbr70 (before closing this ticket).

I have taken liberty to backport it in r64472. Closing this ticket as fixed.

comment:6 by neteler, 9 years ago

Keywords: d.rast.leg added
Milestone: 7.0.07.0.1

BTW: The changes broke d.rast.leg.

Fixed in trunk r65147 and relbranch70 r65148.

Note: See TracTickets for help on using tickets.