Updated XPS 13 to 18.04 this morning, scaling all over the place
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I have a Dell XPS 13 9370 (I think that's the code) and while the scaling has always been a little funky, the latest update to 18.04 really did a number on it. Here's a (hopefully clear) pic of what's going on. Also, it's not just Chrome/PHPStorm, those are just the two best examples, the system Settings window follows Chrome's lead, the Activities and launcher bars are similarly (un)readable to PHPStorm.
With the UI scaling set to 100% (per the settings menu) the UI on Chrome looks good, and the size of the settings menu is fine, but the activities bar is absolutely unreadable it's so small. PHPStorm launches and the text is maybe 1/16th of an inch tall.
So I bump up the scaling to 200%, now the activities bar and launcher look good, PHPStorm looks great, but Chrome and the settings applications are massive! My mouse cursor on some applications is the size of a pin-head and on others it looks correct.
Is there any way I can actually standardize the scaling? To the best of my knowledge none of these apps have any specific settings regarding scaling, so it's not like those are conflicting, and they adjust proportionately to the system scaling setting changing.
gnome display-resolution scaling
add a comment |Â
up vote
1
down vote
favorite
I have a Dell XPS 13 9370 (I think that's the code) and while the scaling has always been a little funky, the latest update to 18.04 really did a number on it. Here's a (hopefully clear) pic of what's going on. Also, it's not just Chrome/PHPStorm, those are just the two best examples, the system Settings window follows Chrome's lead, the Activities and launcher bars are similarly (un)readable to PHPStorm.
With the UI scaling set to 100% (per the settings menu) the UI on Chrome looks good, and the size of the settings menu is fine, but the activities bar is absolutely unreadable it's so small. PHPStorm launches and the text is maybe 1/16th of an inch tall.
So I bump up the scaling to 200%, now the activities bar and launcher look good, PHPStorm looks great, but Chrome and the settings applications are massive! My mouse cursor on some applications is the size of a pin-head and on others it looks correct.
Is there any way I can actually standardize the scaling? To the best of my knowledge none of these apps have any specific settings regarding scaling, so it's not like those are conflicting, and they adjust proportionately to the system scaling setting changing.
gnome display-resolution scaling
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have a Dell XPS 13 9370 (I think that's the code) and while the scaling has always been a little funky, the latest update to 18.04 really did a number on it. Here's a (hopefully clear) pic of what's going on. Also, it's not just Chrome/PHPStorm, those are just the two best examples, the system Settings window follows Chrome's lead, the Activities and launcher bars are similarly (un)readable to PHPStorm.
With the UI scaling set to 100% (per the settings menu) the UI on Chrome looks good, and the size of the settings menu is fine, but the activities bar is absolutely unreadable it's so small. PHPStorm launches and the text is maybe 1/16th of an inch tall.
So I bump up the scaling to 200%, now the activities bar and launcher look good, PHPStorm looks great, but Chrome and the settings applications are massive! My mouse cursor on some applications is the size of a pin-head and on others it looks correct.
Is there any way I can actually standardize the scaling? To the best of my knowledge none of these apps have any specific settings regarding scaling, so it's not like those are conflicting, and they adjust proportionately to the system scaling setting changing.
gnome display-resolution scaling
I have a Dell XPS 13 9370 (I think that's the code) and while the scaling has always been a little funky, the latest update to 18.04 really did a number on it. Here's a (hopefully clear) pic of what's going on. Also, it's not just Chrome/PHPStorm, those are just the two best examples, the system Settings window follows Chrome's lead, the Activities and launcher bars are similarly (un)readable to PHPStorm.
With the UI scaling set to 100% (per the settings menu) the UI on Chrome looks good, and the size of the settings menu is fine, but the activities bar is absolutely unreadable it's so small. PHPStorm launches and the text is maybe 1/16th of an inch tall.
So I bump up the scaling to 200%, now the activities bar and launcher look good, PHPStorm looks great, but Chrome and the settings applications are massive! My mouse cursor on some applications is the size of a pin-head and on others it looks correct.
Is there any way I can actually standardize the scaling? To the best of my knowledge none of these apps have any specific settings regarding scaling, so it's not like those are conflicting, and they adjust proportionately to the system scaling setting changing.
gnome display-resolution scaling
edited May 3 at 20:36
Ryko
395313
395313
asked May 3 at 17:55
![](https://lh5.googleusercontent.com/-HsVF8_jh_5E/AAAAAAAAAAI/AAAAAAAAAAc/FJfDg4r7VQs/photo.jpg?sz=32)
![](https://lh5.googleusercontent.com/-HsVF8_jh_5E/AAAAAAAAAAI/AAAAAAAAAAc/FJfDg4r7VQs/photo.jpg?sz=32)
jccolorado
133
133
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Run this command:
sudo nautilus
Now go to /usr/share/applications directory.
There you will find all the .desktop files of applications.
Now suppose you want to scale google-chrome only, click on the google chrome icon, right click on it and click on "open with other application". The select "Text Editor".
Now find the line "Exec= ". In case of google chrome you will see,
Exec=/usr/bin/google-chrome-stable %U
Now add this option "--force-device-scale-factor=1.2". You can put 1.1, 1.2, 1.3 whatever is suitable to you (you have to try it yourself).
Example, like in this case edit that line with this
/usr/bin/google-chrome-stable --force-device-scale-factor=1.2 %U
and save the file.
Now, it should only increase scale factor for google chrome.
In this way you can increase or decrease scale factor only of those applications that you choose and even how much amount you want.
I know this is not a perfect solution, but this is better to have no solution at all ...
Hope this will help you.
Thanks for the advice Ryko, that did help fix the scaling issues on Chrome, however a number of other applications are still out of whack, I'll just have to keep trying to find manual scaling commands or roll back to 17.10. Thank you!
â jccolorado
May 7 at 13:35
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Run this command:
sudo nautilus
Now go to /usr/share/applications directory.
There you will find all the .desktop files of applications.
Now suppose you want to scale google-chrome only, click on the google chrome icon, right click on it and click on "open with other application". The select "Text Editor".
Now find the line "Exec= ". In case of google chrome you will see,
Exec=/usr/bin/google-chrome-stable %U
Now add this option "--force-device-scale-factor=1.2". You can put 1.1, 1.2, 1.3 whatever is suitable to you (you have to try it yourself).
Example, like in this case edit that line with this
/usr/bin/google-chrome-stable --force-device-scale-factor=1.2 %U
and save the file.
Now, it should only increase scale factor for google chrome.
In this way you can increase or decrease scale factor only of those applications that you choose and even how much amount you want.
I know this is not a perfect solution, but this is better to have no solution at all ...
Hope this will help you.
Thanks for the advice Ryko, that did help fix the scaling issues on Chrome, however a number of other applications are still out of whack, I'll just have to keep trying to find manual scaling commands or roll back to 17.10. Thank you!
â jccolorado
May 7 at 13:35
add a comment |Â
up vote
0
down vote
accepted
Run this command:
sudo nautilus
Now go to /usr/share/applications directory.
There you will find all the .desktop files of applications.
Now suppose you want to scale google-chrome only, click on the google chrome icon, right click on it and click on "open with other application". The select "Text Editor".
Now find the line "Exec= ". In case of google chrome you will see,
Exec=/usr/bin/google-chrome-stable %U
Now add this option "--force-device-scale-factor=1.2". You can put 1.1, 1.2, 1.3 whatever is suitable to you (you have to try it yourself).
Example, like in this case edit that line with this
/usr/bin/google-chrome-stable --force-device-scale-factor=1.2 %U
and save the file.
Now, it should only increase scale factor for google chrome.
In this way you can increase or decrease scale factor only of those applications that you choose and even how much amount you want.
I know this is not a perfect solution, but this is better to have no solution at all ...
Hope this will help you.
Thanks for the advice Ryko, that did help fix the scaling issues on Chrome, however a number of other applications are still out of whack, I'll just have to keep trying to find manual scaling commands or roll back to 17.10. Thank you!
â jccolorado
May 7 at 13:35
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Run this command:
sudo nautilus
Now go to /usr/share/applications directory.
There you will find all the .desktop files of applications.
Now suppose you want to scale google-chrome only, click on the google chrome icon, right click on it and click on "open with other application". The select "Text Editor".
Now find the line "Exec= ". In case of google chrome you will see,
Exec=/usr/bin/google-chrome-stable %U
Now add this option "--force-device-scale-factor=1.2". You can put 1.1, 1.2, 1.3 whatever is suitable to you (you have to try it yourself).
Example, like in this case edit that line with this
/usr/bin/google-chrome-stable --force-device-scale-factor=1.2 %U
and save the file.
Now, it should only increase scale factor for google chrome.
In this way you can increase or decrease scale factor only of those applications that you choose and even how much amount you want.
I know this is not a perfect solution, but this is better to have no solution at all ...
Hope this will help you.
Run this command:
sudo nautilus
Now go to /usr/share/applications directory.
There you will find all the .desktop files of applications.
Now suppose you want to scale google-chrome only, click on the google chrome icon, right click on it and click on "open with other application". The select "Text Editor".
Now find the line "Exec= ". In case of google chrome you will see,
Exec=/usr/bin/google-chrome-stable %U
Now add this option "--force-device-scale-factor=1.2". You can put 1.1, 1.2, 1.3 whatever is suitable to you (you have to try it yourself).
Example, like in this case edit that line with this
/usr/bin/google-chrome-stable --force-device-scale-factor=1.2 %U
and save the file.
Now, it should only increase scale factor for google chrome.
In this way you can increase or decrease scale factor only of those applications that you choose and even how much amount you want.
I know this is not a perfect solution, but this is better to have no solution at all ...
Hope this will help you.
answered May 4 at 15:18
Ryko
395313
395313
Thanks for the advice Ryko, that did help fix the scaling issues on Chrome, however a number of other applications are still out of whack, I'll just have to keep trying to find manual scaling commands or roll back to 17.10. Thank you!
â jccolorado
May 7 at 13:35
add a comment |Â
Thanks for the advice Ryko, that did help fix the scaling issues on Chrome, however a number of other applications are still out of whack, I'll just have to keep trying to find manual scaling commands or roll back to 17.10. Thank you!
â jccolorado
May 7 at 13:35
Thanks for the advice Ryko, that did help fix the scaling issues on Chrome, however a number of other applications are still out of whack, I'll just have to keep trying to find manual scaling commands or roll back to 17.10. Thank you!
â jccolorado
May 7 at 13:35
Thanks for the advice Ryko, that did help fix the scaling issues on Chrome, however a number of other applications are still out of whack, I'll just have to keep trying to find manual scaling commands or roll back to 17.10. Thank you!
â jccolorado
May 7 at 13:35
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1031658%2fupdated-xps-13-to-18-04-this-morning-scaling-all-over-the-place%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password