Automated mail by fx, on behalf of aku...@sh... Ticket Change [4b7a6658751f30b8016bd2cd37597d4351d7106b] [Ticket [c95d4691ff8723b4|c95d4691] winfo screenheight w/dual monitors returns the screen height of the primary display status still Open with 3 other changes] By fvogel For Tk Source Code On 2016-05-22T15:36:49.061 Details http://core.tcl.tk/tk/tinfo?name=4b7a6658751f30b8016bd2cd37597d4351d7106b Ticket http://core.tcl.tk/tk/tktview/c95d4691ff8723b47c820081ce50688cf04911f7 Changed Fields icomment: Another way to check the display configuration on Linux is to issue: xdpyinfo Among other info, this reports the number of screens of the display. Here is an extract of my output (Debian 8, primary physical monitor is the laptop one featuring 1920x180 pixels, secondary physical monitor is a VGA screen featuring 1280x1024 pixels) : <snip> default screen number: 0 number of screens: 1 screen #0: dimensions: 3200x1080 pixels (847x285 millimeters) <snip> So in my current configuration there really is a single screen made of two monitors ==> no bug on Linux login: fvogel ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl.tk/ ------------------------------------------------------------ |