<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Feature Request - Fix HiDPI scaling in linux in Desktop (Linux)</title>
    <link>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/4409017#M15885</link>
    <description>Hello,&lt;BR /&gt;The Spotify app does not have this function, but you can suggest your idea in this community.&lt;BR /&gt;&lt;A href="https://community.spotify.com/t5/Ideas/ct-p/newideas" target="_blank"&gt;https://community.spotify.com/t5/Ideas/ct-p/newideas&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Please mark as solved, thank you!</description>
    <pubDate>Tue, 06 Mar 2018 09:07:01 GMT</pubDate>
    <dc:creator>user-removed</dc:creator>
    <dc:date>2018-03-06T09:07:01Z</dc:date>
    <item>
      <title>Feature Request - Fix HiDPI scaling in linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/1493112#M3025</link>
      <description>&lt;P&gt;Scaling works great in Windows and MacOS. It's time to bring that same great feel in spotify over to the linux world! Right now, if one has a high-density display (read, high PPI) then the text becomes unreadable in the spotify application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I happen to be using ubuntu 16.04 Desktop; however, I'm sure other *nix display manager environments are also impacted by this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please +1 / upvote this if you view this as a priority for improving your spotify experience (and include some system specs to help those friendly spotify devs with sampling data)!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 17:31:34 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/1493112#M3025</guid>
      <dc:creator>jackdpeterson</dc:creator>
      <dc:date>2016-11-09T17:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Request - Fix HiDPI scaling in linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/1589535#M3026</link>
      <description>&lt;P&gt;I'm running Antergos, and have the same problem. &amp;nbsp;It's workable: barely, but it would be nice to be able to not have to get the magnifying glass out to use the app. &amp;nbsp;Impressed that there is one tho, so thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:48:28 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/1589535#M3026</guid>
      <dc:creator>pms1969</dc:creator>
      <dc:date>2017-02-23T10:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Request - Fix HiDPI scaling in linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/1738126#M3027</link>
      <description>&lt;P&gt;Please. It almost takes a magnifying glass to read anything. Just look at the size of the mouse pointer and window title bar in relation to the window content in the attached screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a macBook Pro 14,1 (13", 2560x1600px) with Arch Linux, Gnome Desktop 3.24.2 and Spotify version&amp;nbsp;1.0.57.474.gca9c9538.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 18:34:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/1738126#M3027</guid>
      <dc:creator>hanspeteriv</dc:creator>
      <dc:date>2017-07-11T18:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Request - Fix HiDPI scaling in linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/2257705#M3028</link>
      <description>&lt;P&gt;The issue is only that Spotify doesn't auto-detect the correct scaling factor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you pass a scaling factor on the command line it will scale just fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ spotify --force-device-scale-factor=1.5&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you start Spotify using a .desktop file, you can modify it to pass the scaling factor every time like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/usr/share/applications/spotify.desktop&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[Desktop Entry]
Name=Spotify
GenericName=Music Player
Comment=Spotify streaming music client
Icon=spotify-client
Exec=spotify --force-device-scale-factor=1.5
TryExec=spotify
Terminal=false
Type=Application
Categories=Audio;Music;Player;AudioVideo;
MimeType=x-scheme-handler/spotify;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This solution is not as nice as auto-detecting the scaling factor but unless you often change displays this should solve your problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be helpful if&lt;/P&gt;&lt;PRE&gt;$ spotify --help&lt;/PRE&gt;&lt;P&gt;would tell people that the --force-device-scale-factor option exists.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 14:15:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/2257705#M3028</guid>
      <dc:creator>hanspeteriv</dc:creator>
      <dc:date>2017-09-26T14:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Request - Fix HiDPI scaling in linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/2731971#M3029</link>
      <description>&lt;P&gt;Champion effort.&amp;nbsp; Works a treat.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Oct 2017 17:03:36 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/2731971#M3029</guid>
      <dc:creator>pms1969</dc:creator>
      <dc:date>2017-10-21T17:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Request - Fix HiDPI scaling in linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/3038149#M3030</link>
      <description>&lt;P&gt;Yeah, same thing with Ubuntu 17.04 on my HiDPI display.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 23:35:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/3038149#M3030</guid>
      <dc:creator>richtl</dc:creator>
      <dc:date>2017-11-06T23:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Request - Fix HiDPI scaling in linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/3354076#M3031</link>
      <description>&lt;P&gt;Dell XPS 13 running Fedora, Spotify installed via Flatpak from Flathub. I don't really want to modify the desktop launcher, so I created a shell alias instead:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;alias spotify='flatpak run com.spotify.Client --force-device-scale-factor=2'&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Nov 2017 05:10:53 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/3354076#M3031</guid>
      <dc:creator>michel-slm</dc:creator>
      <dc:date>2017-11-22T05:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Request - Fix HiDPI scaling in linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/4405410#M15857</link>
      <description>&lt;P&gt;I am having the same problem using the Spotify flatpak from Flathub in KDE Plasma 5.12.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 19:36:35 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/4405410#M15857</guid>
      <dc:creator>punkrockdude</dc:creator>
      <dc:date>2018-03-03T19:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Request - Fix HiDPI scaling in linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/4409017#M15885</link>
      <description>Hello,&lt;BR /&gt;The Spotify app does not have this function, but you can suggest your idea in this community.&lt;BR /&gt;&lt;A href="https://community.spotify.com/t5/Ideas/ct-p/newideas" target="_blank"&gt;https://community.spotify.com/t5/Ideas/ct-p/newideas&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;Please mark as solved, thank you!</description>
      <pubDate>Tue, 06 Mar 2018 09:07:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/Feature-Request-Fix-HiDPI-scaling-in-linux/m-p/4409017#M15885</guid>
      <dc:creator>user-removed</dc:creator>
      <dc:date>2018-03-06T09:07:01Z</dc:date>
    </item>
  </channel>
</rss>

