bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22549: 25.0.50; Tooltips placed outside of screen limits


From: Óscar Fuentes
Subject: bug#22549: 25.0.50; Tooltips placed outside of screen limits
Date: Thu, 04 Feb 2016 20:16:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

martin rudalics <rudalics@gmx.at> writes:

> Did you check via ‘x-display-pixel-width’ and ‘x-display-pixel-height’
> and the selected frame on either of your monitors?
>
> And what does ‘x-display-monitor-attributes-list’ return?

On the monitor with 1680x1050 resolution:

(x-display-pixel-width) 3280

(x-display-pixel-height) 1200

(x-display-monitor-attributes-list)

(((name . "DVI-0")
  (geometry 0 0 1680 1050)
  (workarea 0 0 1680 1050)
  (mm-size 474 296)
  (frames #<frame Emacs: *scratch* **  @ qcore 0x3251868>)
  (source . "XRandr"))
 ((name . "VGA-0")
  (geometry 1680 0 1600 1200)
  (workarea 1680 0 1600 1200)
  (mm-size 350 262)
  (frames)
  (source . "XRandr")))


On the monitor with 1600x1200 resolution:

(x-display-pixel-width) 3280

(x-display-pixel-height) 1200

(x-display-monitor-attributes-list)

(((name . "DVI-0")
  (geometry 0 0 1680 1050) 
  (workarea 0 0 1680 1050)
  (mm-size 474 296)
  (frames)
  (source . "XRandr"))
 ((name . "VGA-0")
  (geometry 1680 0 1600 1200)
  (workarea 1680 0 1600 1200)
  (mm-size 350 262)
  (frames #<frame Emacs: *scratch* **  @ qcore 0x1214c80>)
  (source . "XRandr")))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]