How do I know the dpi of my laptop screen
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
My laptop is HP 250 G2 with 15.6” diagonal LED-backlit HD2 anti-glare (1366 x 768).
Please How do I know the dpi value?
laptop laptop-display dpi
add a comment |
My laptop is HP 250 G2 with 15.6” diagonal LED-backlit HD2 anti-glare (1366 x 768).
Please How do I know the dpi value?
laptop laptop-display dpi
1
For you It would be 100 ppi/dpi. Calculated using this website.
– TheKB
Jun 15 '16 at 18:41
add a comment |
My laptop is HP 250 G2 with 15.6” diagonal LED-backlit HD2 anti-glare (1366 x 768).
Please How do I know the dpi value?
laptop laptop-display dpi
My laptop is HP 250 G2 with 15.6” diagonal LED-backlit HD2 anti-glare (1366 x 768).
Please How do I know the dpi value?
laptop laptop-display dpi
laptop laptop-display dpi
edited Feb 1 at 0:33
fixer1234
19.3k145082
19.3k145082
asked Jun 5 '16 at 18:46
X09X09
128116
128116
1
For you It would be 100 ppi/dpi. Calculated using this website.
– TheKB
Jun 15 '16 at 18:41
add a comment |
1
For you It would be 100 ppi/dpi. Calculated using this website.
– TheKB
Jun 15 '16 at 18:41
1
1
For you It would be 100 ppi/dpi. Calculated using this website.
– TheKB
Jun 15 '16 at 18:41
For you It would be 100 ppi/dpi. Calculated using this website.
– TheKB
Jun 15 '16 at 18:41
add a comment |
4 Answers
4
active
oldest
votes
1366 x 768 pixels is 1567 pixels diagonally (Pythagorean theorem, √(13662+7682)=1567; and you thought you would never use that).
If the screen measures 15.6" diagonally, 1567 pixels / 15.6" is approximately 100 pixels per inch.
You won't get an exact PPI number unless the manufacturer publishes it or you measure the screen. The advertised diagonal measurement is often a nominal number and may include a little of the display panel behind the bezel.
2
Never thought pythagorean theorem has something to do with displays!
– Mohammed Shareef C
Jun 13 '17 at 6:58
2
Pythagorean theorem has everything to do with Euclidean spaces, such as monitor surface
– amuliar
Dec 29 '17 at 17:32
add a comment |
Assuming you are using Windows 7:
- Go to
Control Panel>Appearance and Personalization>Display
- In the left(blue) column, click
Set custom text size(DPI)
A window titled Custom DPI Scaling will pop up.
It will show what percent of the "normal size"(default monitor DPI) it is scaled to and will allow you to adjust it.
You should see a ruler in the middle. Below that it will say 9 point Segoe UI at X pixels per inch.
The X is your current DPI.
Which version of windows? Mine says "9 point Segoe UI" rather than at X pixels per inch.
– Journeyman Geek♦
Jun 5 '16 at 23:31
Windows 7. The exact message it says on my computer is "9 point Segoe UI at 144 pixels per inch"
– Anonymous
Jun 8 '16 at 23:09
Might be worth mentioning the version then. Its not there in windows 10.
– Journeyman Geek♦
Jun 8 '16 at 23:20
OK. Updated my answer.
– Anonymous
Jun 9 '16 at 0:59
add a comment |
as of DPI Calculator
- Display size: 13.6" × 7.65" = 103.96in² (34.54cm × 19.42cm = 670.72cm²)
- DPI = PPI = 100.45
- 0.2529mm dot pitch, 10091 PPI²
add a comment |
Try yourself: DPI Calculator
Formula:
PPI = √(pixels_horizontal^2 + pixels_vertical^2) / inches_diagonal
PPI = √(13662 + 7682) / 15.6 = 100.45
Therefore, 100.45 dpi
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1085734%2fhow-do-i-know-the-dpi-of-my-laptop-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
1366 x 768 pixels is 1567 pixels diagonally (Pythagorean theorem, √(13662+7682)=1567; and you thought you would never use that).
If the screen measures 15.6" diagonally, 1567 pixels / 15.6" is approximately 100 pixels per inch.
You won't get an exact PPI number unless the manufacturer publishes it or you measure the screen. The advertised diagonal measurement is often a nominal number and may include a little of the display panel behind the bezel.
2
Never thought pythagorean theorem has something to do with displays!
– Mohammed Shareef C
Jun 13 '17 at 6:58
2
Pythagorean theorem has everything to do with Euclidean spaces, such as monitor surface
– amuliar
Dec 29 '17 at 17:32
add a comment |
1366 x 768 pixels is 1567 pixels diagonally (Pythagorean theorem, √(13662+7682)=1567; and you thought you would never use that).
If the screen measures 15.6" diagonally, 1567 pixels / 15.6" is approximately 100 pixels per inch.
You won't get an exact PPI number unless the manufacturer publishes it or you measure the screen. The advertised diagonal measurement is often a nominal number and may include a little of the display panel behind the bezel.
2
Never thought pythagorean theorem has something to do with displays!
– Mohammed Shareef C
Jun 13 '17 at 6:58
2
Pythagorean theorem has everything to do with Euclidean spaces, such as monitor surface
– amuliar
Dec 29 '17 at 17:32
add a comment |
1366 x 768 pixels is 1567 pixels diagonally (Pythagorean theorem, √(13662+7682)=1567; and you thought you would never use that).
If the screen measures 15.6" diagonally, 1567 pixels / 15.6" is approximately 100 pixels per inch.
You won't get an exact PPI number unless the manufacturer publishes it or you measure the screen. The advertised diagonal measurement is often a nominal number and may include a little of the display panel behind the bezel.
1366 x 768 pixels is 1567 pixels diagonally (Pythagorean theorem, √(13662+7682)=1567; and you thought you would never use that).
If the screen measures 15.6" diagonally, 1567 pixels / 15.6" is approximately 100 pixels per inch.
You won't get an exact PPI number unless the manufacturer publishes it or you measure the screen. The advertised diagonal measurement is often a nominal number and may include a little of the display panel behind the bezel.
edited Jun 5 '16 at 20:40
answered Jun 5 '16 at 19:12
fixer1234fixer1234
19.3k145082
19.3k145082
2
Never thought pythagorean theorem has something to do with displays!
– Mohammed Shareef C
Jun 13 '17 at 6:58
2
Pythagorean theorem has everything to do with Euclidean spaces, such as monitor surface
– amuliar
Dec 29 '17 at 17:32
add a comment |
2
Never thought pythagorean theorem has something to do with displays!
– Mohammed Shareef C
Jun 13 '17 at 6:58
2
Pythagorean theorem has everything to do with Euclidean spaces, such as monitor surface
– amuliar
Dec 29 '17 at 17:32
2
2
Never thought pythagorean theorem has something to do with displays!
– Mohammed Shareef C
Jun 13 '17 at 6:58
Never thought pythagorean theorem has something to do with displays!
– Mohammed Shareef C
Jun 13 '17 at 6:58
2
2
Pythagorean theorem has everything to do with Euclidean spaces, such as monitor surface
– amuliar
Dec 29 '17 at 17:32
Pythagorean theorem has everything to do with Euclidean spaces, such as monitor surface
– amuliar
Dec 29 '17 at 17:32
add a comment |
Assuming you are using Windows 7:
- Go to
Control Panel>Appearance and Personalization>Display
- In the left(blue) column, click
Set custom text size(DPI)
A window titled Custom DPI Scaling will pop up.
It will show what percent of the "normal size"(default monitor DPI) it is scaled to and will allow you to adjust it.
You should see a ruler in the middle. Below that it will say 9 point Segoe UI at X pixels per inch.
The X is your current DPI.
Which version of windows? Mine says "9 point Segoe UI" rather than at X pixels per inch.
– Journeyman Geek♦
Jun 5 '16 at 23:31
Windows 7. The exact message it says on my computer is "9 point Segoe UI at 144 pixels per inch"
– Anonymous
Jun 8 '16 at 23:09
Might be worth mentioning the version then. Its not there in windows 10.
– Journeyman Geek♦
Jun 8 '16 at 23:20
OK. Updated my answer.
– Anonymous
Jun 9 '16 at 0:59
add a comment |
Assuming you are using Windows 7:
- Go to
Control Panel>Appearance and Personalization>Display
- In the left(blue) column, click
Set custom text size(DPI)
A window titled Custom DPI Scaling will pop up.
It will show what percent of the "normal size"(default monitor DPI) it is scaled to and will allow you to adjust it.
You should see a ruler in the middle. Below that it will say 9 point Segoe UI at X pixels per inch.
The X is your current DPI.
Which version of windows? Mine says "9 point Segoe UI" rather than at X pixels per inch.
– Journeyman Geek♦
Jun 5 '16 at 23:31
Windows 7. The exact message it says on my computer is "9 point Segoe UI at 144 pixels per inch"
– Anonymous
Jun 8 '16 at 23:09
Might be worth mentioning the version then. Its not there in windows 10.
– Journeyman Geek♦
Jun 8 '16 at 23:20
OK. Updated my answer.
– Anonymous
Jun 9 '16 at 0:59
add a comment |
Assuming you are using Windows 7:
- Go to
Control Panel>Appearance and Personalization>Display
- In the left(blue) column, click
Set custom text size(DPI)
A window titled Custom DPI Scaling will pop up.
It will show what percent of the "normal size"(default monitor DPI) it is scaled to and will allow you to adjust it.
You should see a ruler in the middle. Below that it will say 9 point Segoe UI at X pixels per inch.
The X is your current DPI.
Assuming you are using Windows 7:
- Go to
Control Panel>Appearance and Personalization>Display
- In the left(blue) column, click
Set custom text size(DPI)
A window titled Custom DPI Scaling will pop up.
It will show what percent of the "normal size"(default monitor DPI) it is scaled to and will allow you to adjust it.
You should see a ruler in the middle. Below that it will say 9 point Segoe UI at X pixels per inch.
The X is your current DPI.
edited Jun 9 '16 at 0:57
answered Jun 5 '16 at 21:24
AnonymousAnonymous
15419
15419
Which version of windows? Mine says "9 point Segoe UI" rather than at X pixels per inch.
– Journeyman Geek♦
Jun 5 '16 at 23:31
Windows 7. The exact message it says on my computer is "9 point Segoe UI at 144 pixels per inch"
– Anonymous
Jun 8 '16 at 23:09
Might be worth mentioning the version then. Its not there in windows 10.
– Journeyman Geek♦
Jun 8 '16 at 23:20
OK. Updated my answer.
– Anonymous
Jun 9 '16 at 0:59
add a comment |
Which version of windows? Mine says "9 point Segoe UI" rather than at X pixels per inch.
– Journeyman Geek♦
Jun 5 '16 at 23:31
Windows 7. The exact message it says on my computer is "9 point Segoe UI at 144 pixels per inch"
– Anonymous
Jun 8 '16 at 23:09
Might be worth mentioning the version then. Its not there in windows 10.
– Journeyman Geek♦
Jun 8 '16 at 23:20
OK. Updated my answer.
– Anonymous
Jun 9 '16 at 0:59
Which version of windows? Mine says "9 point Segoe UI" rather than at X pixels per inch.
– Journeyman Geek♦
Jun 5 '16 at 23:31
Which version of windows? Mine says "9 point Segoe UI" rather than at X pixels per inch.
– Journeyman Geek♦
Jun 5 '16 at 23:31
Windows 7. The exact message it says on my computer is "9 point Segoe UI at 144 pixels per inch"
– Anonymous
Jun 8 '16 at 23:09
Windows 7. The exact message it says on my computer is "9 point Segoe UI at 144 pixels per inch"
– Anonymous
Jun 8 '16 at 23:09
Might be worth mentioning the version then. Its not there in windows 10.
– Journeyman Geek♦
Jun 8 '16 at 23:20
Might be worth mentioning the version then. Its not there in windows 10.
– Journeyman Geek♦
Jun 8 '16 at 23:20
OK. Updated my answer.
– Anonymous
Jun 9 '16 at 0:59
OK. Updated my answer.
– Anonymous
Jun 9 '16 at 0:59
add a comment |
as of DPI Calculator
- Display size: 13.6" × 7.65" = 103.96in² (34.54cm × 19.42cm = 670.72cm²)
- DPI = PPI = 100.45
- 0.2529mm dot pitch, 10091 PPI²
add a comment |
as of DPI Calculator
- Display size: 13.6" × 7.65" = 103.96in² (34.54cm × 19.42cm = 670.72cm²)
- DPI = PPI = 100.45
- 0.2529mm dot pitch, 10091 PPI²
add a comment |
as of DPI Calculator
- Display size: 13.6" × 7.65" = 103.96in² (34.54cm × 19.42cm = 670.72cm²)
- DPI = PPI = 100.45
- 0.2529mm dot pitch, 10091 PPI²
as of DPI Calculator
- Display size: 13.6" × 7.65" = 103.96in² (34.54cm × 19.42cm = 670.72cm²)
- DPI = PPI = 100.45
- 0.2529mm dot pitch, 10091 PPI²
answered Jun 5 '16 at 19:10
FabianFabian
612
612
add a comment |
add a comment |
Try yourself: DPI Calculator
Formula:
PPI = √(pixels_horizontal^2 + pixels_vertical^2) / inches_diagonal
PPI = √(13662 + 7682) / 15.6 = 100.45
Therefore, 100.45 dpi
add a comment |
Try yourself: DPI Calculator
Formula:
PPI = √(pixels_horizontal^2 + pixels_vertical^2) / inches_diagonal
PPI = √(13662 + 7682) / 15.6 = 100.45
Therefore, 100.45 dpi
add a comment |
Try yourself: DPI Calculator
Formula:
PPI = √(pixels_horizontal^2 + pixels_vertical^2) / inches_diagonal
PPI = √(13662 + 7682) / 15.6 = 100.45
Therefore, 100.45 dpi
Try yourself: DPI Calculator
Formula:
PPI = √(pixels_horizontal^2 + pixels_vertical^2) / inches_diagonal
PPI = √(13662 + 7682) / 15.6 = 100.45
Therefore, 100.45 dpi
answered Jun 5 '16 at 19:12
Raktim BiswasRaktim Biswas
2291211
2291211
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1085734%2fhow-do-i-know-the-dpi-of-my-laptop-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
For you It would be 100 ppi/dpi. Calculated using this website.
– TheKB
Jun 15 '16 at 18:41