unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51761: On 4K screen laptop, on Windows, like DELL XPS 13, icons are very small
@ 2021-11-11  6:33 Vincent Torri
  2022-09-20 12:41 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Torri @ 2021-11-11  6:33 UTC (permalink / raw)
  To: 51761

Hello,

On the laptop DELL XPS 13 with 4k display, Windows, emacs installed with
MSYS2, the display scale factor is 3. The text is correctly scale, but
not the icons, which are then very small

see https://ibb.co/TwWG4Dy

regards

Vincent Torri



In GNU Emacs 27.2 (build 1, x86_64-w64-mingw32)
 of 2021-08-27 built on fv-az171-265
Repository revision: 7a721c6adfcd274a4891bc9202b7b38699c674a4
Repository branch: master
Windowing system distributor 'Microsoft Corp.', version 10.0.19043
System Description: Microsoft Windows 10 Pro (v10.0.2009.19043.1288)

Recent messages:
Making completion list...
Undo
Saving file c:/Documents/msys2/home/vincent.torri/gitroot_64/ewpi/packages/curl/curl.ewpi...
Wrote c:/Documents/msys2/home/vincent.torri/gitroot_64/ewpi/packages/curl/curl.ewpi
Mark saved where search started
Saving file c:/Documents/msys2/home/vincent.torri/gitroot_64/ewpi/README.md...
Wrote c:/Documents/msys2/home/vincent.torri/gitroot_64/ewpi/README.md
Making completion list... [9 times]
Mark set
Making completion list...

Configured using:
 'configure --prefix=/mingw64 --build=x86_64-w64-mingw32 --with-modules
 --without-dbus --without-compress-install 'CFLAGS=-march=x86-64
 -mtune=generic -O2 -pipe' CPPFLAGS=-D__USE_MINGW_ANSI_STDIO=1
 'LDFLAGS=-pipe
 -Wl,--dynamicbase,--high-entropy-va,--nxcompat,--default-image-base-high''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY W32NOTIFY ACL GNUTLS LIBXML2
HARFBUZZ ZLIB TOOLKIT_SCROLL_BARS MODULES THREADS JSON PDUMPER GMP

Important settings:
  value of $LC_CTYPE: fr_FR.UTF-8
  value of $LANG: FRA
  locale-coding-system: cp1252

Major mode: Fundamental

Minor modes in effect:
  show-paren-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs
format-spec rfc822 mml mml-sec epa derived epg epg-config gnus-util
rmail rmail-loaddefs text-property-search mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils face-remap smerge-mode
diff cc-mode cc-fonts cc-guess cc-menus cc-cmds misearch multi-isearch
time-date vc-git diff-mode easy-mmode cc-styles cc-align cc-engine
cc-vars cc-defs paren cus-start cus-load finder-inf info tex-site
package easymenu browse-url url-handlers url-parse auth-source cl-seq
eieio eieio-core cl-macs eieio-loaddefs password-cache json subr-x map
url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib
tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win w32-vars
term/common-win tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads w32notify w32 multi-tty make-network-process emacs)

Memory information:
((conses 16 116274 8992)
 (symbols 48 12323 1)
 (strings 32 36088 1856)
 (string-bytes 1 1193514)
 (vectors 16 18365)
 (vector-slots 8 225125 14254)
 (floats 8 33 330)
 (intervals 56 1450 13)
 (buffers 1000 21))





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#51761: On 4K screen laptop, on Windows, like DELL XPS 13, icons are very small
  2021-11-11  6:33 bug#51761: On 4K screen laptop, on Windows, like DELL XPS 13, icons are very small Vincent Torri
@ 2022-09-20 12:41 ` Lars Ingebrigtsen
  2022-09-20 14:00   ` Vincent Torri
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2022-09-20 12:41 UTC (permalink / raw)
  To: Vincent Torri; +Cc: 51761

Vincent Torri <vincent.torri@gmail.com> writes:

> On the laptop DELL XPS 13 with 4k display, Windows, emacs installed with
> MSYS2, the display scale factor is 3. The text is correctly scale, but
> not the icons, which are then very small

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

Would it be possible for you to test with the current "master" branch of
Emacs?  We've changed the scaling mechanism for (some) icons, but I'm
not sure what the status on Windows is.

> see https://ibb.co/TwWG4Dy

This no longer seems to be active.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#51761: On 4K screen laptop, on Windows, like DELL XPS 13, icons are very small
  2022-09-20 12:41 ` Lars Ingebrigtsen
@ 2022-09-20 14:00   ` Vincent Torri
  2023-09-03  8:50     ` Stefan Kangas
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Torri @ 2022-09-20 14:00 UTC (permalink / raw)
  To: 51761

[-- Attachment #1: Type: text/plain, Size: 887 bytes --]

Now it seems good : https://ibb.co/ZmFGF1c

on the left, current MSYS2 emacs, on the right, an emacs compiled (on
MSYS2) from git master some minutes ago

This bug can be closed I guess

Vincent Torri




On Tue, Sep 20, 2022 at 2:41 PM Lars Ingebrigtsen <larsi@gnus.org> wrote:

> Vincent Torri <vincent.torri@gmail.com> writes:
>
> > On the laptop DELL XPS 13 with 4k display, Windows, emacs installed with
> > MSYS2, the display scale factor is 3. The text is correctly scale, but
> > not the icons, which are then very small
>
> (I'm going through old bug reports that unfortunately weren't resolved
> at the time.)
>
> Would it be possible for you to test with the current "master" branch of
> Emacs?  We've changed the scaling mechanism for (some) icons, but I'm
> not sure what the status on Windows is.
>
> > see https://ibb.co/TwWG4Dy
>
> This no longer seems to be active.
>
>

[-- Attachment #2: Type: text/html, Size: 1554 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#51761: On 4K screen laptop, on Windows, like DELL XPS 13, icons are very small
  2022-09-20 14:00   ` Vincent Torri
@ 2023-09-03  8:50     ` Stefan Kangas
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Kangas @ 2023-09-03  8:50 UTC (permalink / raw)
  To: Vincent Torri; +Cc: 51761-done

Vincent Torri <vincent.torri@gmail.com> writes:

> Now it seems good : https://ibb.co/ZmFGF1c
>
> on the left, current MSYS2 emacs, on the right, an emacs compiled (on MSYS2) from git master some minutes ago
>
> This bug can be closed I guess

Thanks, done.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-03  8:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-11  6:33 bug#51761: On 4K screen laptop, on Windows, like DELL XPS 13, icons are very small Vincent Torri
2022-09-20 12:41 ` Lars Ingebrigtsen
2022-09-20 14:00   ` Vincent Torri
2023-09-03  8:50     ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).