Why is it possible to invert the screen?
up vote
8
down vote
favorite
My friend running Ubuntu just called me saying: "my screen got inverted, how to fix it?"
I told him how to fix it but that raises the question, why is it possible to invert the screen? On Linux you could invert the screen, on windows you could make it rotate sideways.
I can't think of any reason that would make the feature useful, if you want to rotate a picture you could do that in the image viewer.
What type of users invert their Linux or Windows screens? For whom is this feature created?
linux ubuntu display
add a comment |
up vote
8
down vote
favorite
My friend running Ubuntu just called me saying: "my screen got inverted, how to fix it?"
I told him how to fix it but that raises the question, why is it possible to invert the screen? On Linux you could invert the screen, on windows you could make it rotate sideways.
I can't think of any reason that would make the feature useful, if you want to rotate a picture you could do that in the image viewer.
What type of users invert their Linux or Windows screens? For whom is this feature created?
linux ubuntu display
17
It's necessary for users ɐıʃɐɹʇsn∀ uı
– bmargulies
3 hours ago
2
I was reading color inversion until I arrived at the words rotate sideways.
– Chris
56 mins ago
A much harder question: Why is this part of the OS, and not part of the display? I'd guess this goes back to VGA or earlier.
– Peter
34 mins ago
add a comment |
up vote
8
down vote
favorite
up vote
8
down vote
favorite
My friend running Ubuntu just called me saying: "my screen got inverted, how to fix it?"
I told him how to fix it but that raises the question, why is it possible to invert the screen? On Linux you could invert the screen, on windows you could make it rotate sideways.
I can't think of any reason that would make the feature useful, if you want to rotate a picture you could do that in the image viewer.
What type of users invert their Linux or Windows screens? For whom is this feature created?
linux ubuntu display
My friend running Ubuntu just called me saying: "my screen got inverted, how to fix it?"
I told him how to fix it but that raises the question, why is it possible to invert the screen? On Linux you could invert the screen, on windows you could make it rotate sideways.
I can't think of any reason that would make the feature useful, if you want to rotate a picture you could do that in the image viewer.
What type of users invert their Linux or Windows screens? For whom is this feature created?
linux ubuntu display
linux ubuntu display
edited 6 hours ago
Run5k
10.6k72749
10.6k72749
asked 11 hours ago
Lynob
1,544133267
1,544133267
17
It's necessary for users ɐıʃɐɹʇsn∀ uı
– bmargulies
3 hours ago
2
I was reading color inversion until I arrived at the words rotate sideways.
– Chris
56 mins ago
A much harder question: Why is this part of the OS, and not part of the display? I'd guess this goes back to VGA or earlier.
– Peter
34 mins ago
add a comment |
17
It's necessary for users ɐıʃɐɹʇsn∀ uı
– bmargulies
3 hours ago
2
I was reading color inversion until I arrived at the words rotate sideways.
– Chris
56 mins ago
A much harder question: Why is this part of the OS, and not part of the display? I'd guess this goes back to VGA or earlier.
– Peter
34 mins ago
17
17
It's necessary for users ɐıʃɐɹʇsn∀ uı
– bmargulies
3 hours ago
It's necessary for users ɐıʃɐɹʇsn∀ uı
– bmargulies
3 hours ago
2
2
I was reading color inversion until I arrived at the words rotate sideways.
– Chris
56 mins ago
I was reading color inversion until I arrived at the words rotate sideways.
– Chris
56 mins ago
A much harder question: Why is this part of the OS, and not part of the display? I'd guess this goes back to VGA or earlier.
– Peter
34 mins ago
A much harder question: Why is this part of the OS, and not part of the display? I'd guess this goes back to VGA or earlier.
– Peter
34 mins ago
add a comment |
4 Answers
4
active
oldest
votes
up vote
15
down vote
accepted
One common case where you'd want to turn your screen upside down is if you have a laptop doubling as a tablet computer, like this:
Another common case is if you attach a projector to the roof instead of letting it stand on a table.
I would have thought that an inverted screen on a tablet computer is a feature, not something that needs to be fixed as noted in the question. The projector aspect is one I hadn't thought of, yet had to use during an assist at the library! Dying brain cells.
– fred_dot_u
6 hours ago
The thing with the computer is that you need to be able to turn the screen depending on what mode you're using it in. One way in ordinary laptop mode. Another in this tablet mode. You can see that the text "Lenovo" is upside down because of it.
– user.S
6 hours ago
2
You can also bounce a projector off a mirror, which requires the projector or OS to support displaying a mirror image. I've done this for back-projection in tight spaces.
– Chris H
2 hours ago
To be fair this has been a feature of e.g. nVidia drivers since long before anybody used a desktop OS on/as a tablet.
– Lightness Races in Orbit
2 hours ago
add a comment |
up vote
13
down vote
One can envision a circumstance in which the display mounting and associated brackets can only permit an inverted attachment of the panel. A kiosk with limited access may be one example, a display unit mounted at ceiling height with a mounting bracket that cannot be attached unless upside down.
In the case of a laptop, I can picture a situation in which the keyboard is mounted inside a box with the display extending outside the enclosure which would require to invert the image for viewing in a normal orientation.
I expect there are other circumstances in which this applies.
add a comment |
up vote
8
down vote
Addressing the sideways rotation part of the question, the main time I've done so is when I've wanted to see many lines of content at once, e.g. a long file of code, a terminal output, or a spreadsheet. Some desktop monitors (e.g. this one) have a stand that rotates by 90°, but the software needs to rotate the video output too, otherwise everything becomes harder to read.
1
+1 for addressing sideways rotation; back before 27" monitors were the norm my favored workspace setup was two 23" monitors, one rotated sideways and off to the side for viewing documentation while the standard orientation was my main screen for doing work.
– fluffy
3 hours ago
Wow that's so smart
– Lynob
2 hours ago
add a comment |
up vote
2
down vote
Many restaurants show their menus on rotated screen (portrait mode); same for airports Departure and Arrival lists. Newer ones are simple oversize screens with 90 degree rotated display.
Others have already mentioned reasons for mirroring (projecting via a mirror to fold the distance needed; or back-projecting), and for 180 degree rotations (set-up tablets, etc.)
add a comment |
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
15
down vote
accepted
One common case where you'd want to turn your screen upside down is if you have a laptop doubling as a tablet computer, like this:
Another common case is if you attach a projector to the roof instead of letting it stand on a table.
I would have thought that an inverted screen on a tablet computer is a feature, not something that needs to be fixed as noted in the question. The projector aspect is one I hadn't thought of, yet had to use during an assist at the library! Dying brain cells.
– fred_dot_u
6 hours ago
The thing with the computer is that you need to be able to turn the screen depending on what mode you're using it in. One way in ordinary laptop mode. Another in this tablet mode. You can see that the text "Lenovo" is upside down because of it.
– user.S
6 hours ago
2
You can also bounce a projector off a mirror, which requires the projector or OS to support displaying a mirror image. I've done this for back-projection in tight spaces.
– Chris H
2 hours ago
To be fair this has been a feature of e.g. nVidia drivers since long before anybody used a desktop OS on/as a tablet.
– Lightness Races in Orbit
2 hours ago
add a comment |
up vote
15
down vote
accepted
One common case where you'd want to turn your screen upside down is if you have a laptop doubling as a tablet computer, like this:
Another common case is if you attach a projector to the roof instead of letting it stand on a table.
I would have thought that an inverted screen on a tablet computer is a feature, not something that needs to be fixed as noted in the question. The projector aspect is one I hadn't thought of, yet had to use during an assist at the library! Dying brain cells.
– fred_dot_u
6 hours ago
The thing with the computer is that you need to be able to turn the screen depending on what mode you're using it in. One way in ordinary laptop mode. Another in this tablet mode. You can see that the text "Lenovo" is upside down because of it.
– user.S
6 hours ago
2
You can also bounce a projector off a mirror, which requires the projector or OS to support displaying a mirror image. I've done this for back-projection in tight spaces.
– Chris H
2 hours ago
To be fair this has been a feature of e.g. nVidia drivers since long before anybody used a desktop OS on/as a tablet.
– Lightness Races in Orbit
2 hours ago
add a comment |
up vote
15
down vote
accepted
up vote
15
down vote
accepted
One common case where you'd want to turn your screen upside down is if you have a laptop doubling as a tablet computer, like this:
Another common case is if you attach a projector to the roof instead of letting it stand on a table.
One common case where you'd want to turn your screen upside down is if you have a laptop doubling as a tablet computer, like this:
Another common case is if you attach a projector to the roof instead of letting it stand on a table.
answered 6 hours ago
user.S
31116
31116
I would have thought that an inverted screen on a tablet computer is a feature, not something that needs to be fixed as noted in the question. The projector aspect is one I hadn't thought of, yet had to use during an assist at the library! Dying brain cells.
– fred_dot_u
6 hours ago
The thing with the computer is that you need to be able to turn the screen depending on what mode you're using it in. One way in ordinary laptop mode. Another in this tablet mode. You can see that the text "Lenovo" is upside down because of it.
– user.S
6 hours ago
2
You can also bounce a projector off a mirror, which requires the projector or OS to support displaying a mirror image. I've done this for back-projection in tight spaces.
– Chris H
2 hours ago
To be fair this has been a feature of e.g. nVidia drivers since long before anybody used a desktop OS on/as a tablet.
– Lightness Races in Orbit
2 hours ago
add a comment |
I would have thought that an inverted screen on a tablet computer is a feature, not something that needs to be fixed as noted in the question. The projector aspect is one I hadn't thought of, yet had to use during an assist at the library! Dying brain cells.
– fred_dot_u
6 hours ago
The thing with the computer is that you need to be able to turn the screen depending on what mode you're using it in. One way in ordinary laptop mode. Another in this tablet mode. You can see that the text "Lenovo" is upside down because of it.
– user.S
6 hours ago
2
You can also bounce a projector off a mirror, which requires the projector or OS to support displaying a mirror image. I've done this for back-projection in tight spaces.
– Chris H
2 hours ago
To be fair this has been a feature of e.g. nVidia drivers since long before anybody used a desktop OS on/as a tablet.
– Lightness Races in Orbit
2 hours ago
I would have thought that an inverted screen on a tablet computer is a feature, not something that needs to be fixed as noted in the question. The projector aspect is one I hadn't thought of, yet had to use during an assist at the library! Dying brain cells.
– fred_dot_u
6 hours ago
I would have thought that an inverted screen on a tablet computer is a feature, not something that needs to be fixed as noted in the question. The projector aspect is one I hadn't thought of, yet had to use during an assist at the library! Dying brain cells.
– fred_dot_u
6 hours ago
The thing with the computer is that you need to be able to turn the screen depending on what mode you're using it in. One way in ordinary laptop mode. Another in this tablet mode. You can see that the text "Lenovo" is upside down because of it.
– user.S
6 hours ago
The thing with the computer is that you need to be able to turn the screen depending on what mode you're using it in. One way in ordinary laptop mode. Another in this tablet mode. You can see that the text "Lenovo" is upside down because of it.
– user.S
6 hours ago
2
2
You can also bounce a projector off a mirror, which requires the projector or OS to support displaying a mirror image. I've done this for back-projection in tight spaces.
– Chris H
2 hours ago
You can also bounce a projector off a mirror, which requires the projector or OS to support displaying a mirror image. I've done this for back-projection in tight spaces.
– Chris H
2 hours ago
To be fair this has been a feature of e.g. nVidia drivers since long before anybody used a desktop OS on/as a tablet.
– Lightness Races in Orbit
2 hours ago
To be fair this has been a feature of e.g. nVidia drivers since long before anybody used a desktop OS on/as a tablet.
– Lightness Races in Orbit
2 hours ago
add a comment |
up vote
13
down vote
One can envision a circumstance in which the display mounting and associated brackets can only permit an inverted attachment of the panel. A kiosk with limited access may be one example, a display unit mounted at ceiling height with a mounting bracket that cannot be attached unless upside down.
In the case of a laptop, I can picture a situation in which the keyboard is mounted inside a box with the display extending outside the enclosure which would require to invert the image for viewing in a normal orientation.
I expect there are other circumstances in which this applies.
add a comment |
up vote
13
down vote
One can envision a circumstance in which the display mounting and associated brackets can only permit an inverted attachment of the panel. A kiosk with limited access may be one example, a display unit mounted at ceiling height with a mounting bracket that cannot be attached unless upside down.
In the case of a laptop, I can picture a situation in which the keyboard is mounted inside a box with the display extending outside the enclosure which would require to invert the image for viewing in a normal orientation.
I expect there are other circumstances in which this applies.
add a comment |
up vote
13
down vote
up vote
13
down vote
One can envision a circumstance in which the display mounting and associated brackets can only permit an inverted attachment of the panel. A kiosk with limited access may be one example, a display unit mounted at ceiling height with a mounting bracket that cannot be attached unless upside down.
In the case of a laptop, I can picture a situation in which the keyboard is mounted inside a box with the display extending outside the enclosure which would require to invert the image for viewing in a normal orientation.
I expect there are other circumstances in which this applies.
One can envision a circumstance in which the display mounting and associated brackets can only permit an inverted attachment of the panel. A kiosk with limited access may be one example, a display unit mounted at ceiling height with a mounting bracket that cannot be attached unless upside down.
In the case of a laptop, I can picture a situation in which the keyboard is mounted inside a box with the display extending outside the enclosure which would require to invert the image for viewing in a normal orientation.
I expect there are other circumstances in which this applies.
answered 11 hours ago
fred_dot_u
555136
555136
add a comment |
add a comment |
up vote
8
down vote
Addressing the sideways rotation part of the question, the main time I've done so is when I've wanted to see many lines of content at once, e.g. a long file of code, a terminal output, or a spreadsheet. Some desktop monitors (e.g. this one) have a stand that rotates by 90°, but the software needs to rotate the video output too, otherwise everything becomes harder to read.
1
+1 for addressing sideways rotation; back before 27" monitors were the norm my favored workspace setup was two 23" monitors, one rotated sideways and off to the side for viewing documentation while the standard orientation was my main screen for doing work.
– fluffy
3 hours ago
Wow that's so smart
– Lynob
2 hours ago
add a comment |
up vote
8
down vote
Addressing the sideways rotation part of the question, the main time I've done so is when I've wanted to see many lines of content at once, e.g. a long file of code, a terminal output, or a spreadsheet. Some desktop monitors (e.g. this one) have a stand that rotates by 90°, but the software needs to rotate the video output too, otherwise everything becomes harder to read.
1
+1 for addressing sideways rotation; back before 27" monitors were the norm my favored workspace setup was two 23" monitors, one rotated sideways and off to the side for viewing documentation while the standard orientation was my main screen for doing work.
– fluffy
3 hours ago
Wow that's so smart
– Lynob
2 hours ago
add a comment |
up vote
8
down vote
up vote
8
down vote
Addressing the sideways rotation part of the question, the main time I've done so is when I've wanted to see many lines of content at once, e.g. a long file of code, a terminal output, or a spreadsheet. Some desktop monitors (e.g. this one) have a stand that rotates by 90°, but the software needs to rotate the video output too, otherwise everything becomes harder to read.
Addressing the sideways rotation part of the question, the main time I've done so is when I've wanted to see many lines of content at once, e.g. a long file of code, a terminal output, or a spreadsheet. Some desktop monitors (e.g. this one) have a stand that rotates by 90°, but the software needs to rotate the video output too, otherwise everything becomes harder to read.
edited 3 hours ago
answered 4 hours ago
Charlie Harding
41228
41228
1
+1 for addressing sideways rotation; back before 27" monitors were the norm my favored workspace setup was two 23" monitors, one rotated sideways and off to the side for viewing documentation while the standard orientation was my main screen for doing work.
– fluffy
3 hours ago
Wow that's so smart
– Lynob
2 hours ago
add a comment |
1
+1 for addressing sideways rotation; back before 27" monitors were the norm my favored workspace setup was two 23" monitors, one rotated sideways and off to the side for viewing documentation while the standard orientation was my main screen for doing work.
– fluffy
3 hours ago
Wow that's so smart
– Lynob
2 hours ago
1
1
+1 for addressing sideways rotation; back before 27" monitors were the norm my favored workspace setup was two 23" monitors, one rotated sideways and off to the side for viewing documentation while the standard orientation was my main screen for doing work.
– fluffy
3 hours ago
+1 for addressing sideways rotation; back before 27" monitors were the norm my favored workspace setup was two 23" monitors, one rotated sideways and off to the side for viewing documentation while the standard orientation was my main screen for doing work.
– fluffy
3 hours ago
Wow that's so smart
– Lynob
2 hours ago
Wow that's so smart
– Lynob
2 hours ago
add a comment |
up vote
2
down vote
Many restaurants show their menus on rotated screen (portrait mode); same for airports Departure and Arrival lists. Newer ones are simple oversize screens with 90 degree rotated display.
Others have already mentioned reasons for mirroring (projecting via a mirror to fold the distance needed; or back-projecting), and for 180 degree rotations (set-up tablets, etc.)
add a comment |
up vote
2
down vote
Many restaurants show their menus on rotated screen (portrait mode); same for airports Departure and Arrival lists. Newer ones are simple oversize screens with 90 degree rotated display.
Others have already mentioned reasons for mirroring (projecting via a mirror to fold the distance needed; or back-projecting), and for 180 degree rotations (set-up tablets, etc.)
add a comment |
up vote
2
down vote
up vote
2
down vote
Many restaurants show their menus on rotated screen (portrait mode); same for airports Departure and Arrival lists. Newer ones are simple oversize screens with 90 degree rotated display.
Others have already mentioned reasons for mirroring (projecting via a mirror to fold the distance needed; or back-projecting), and for 180 degree rotations (set-up tablets, etc.)
Many restaurants show their menus on rotated screen (portrait mode); same for airports Departure and Arrival lists. Newer ones are simple oversize screens with 90 degree rotated display.
Others have already mentioned reasons for mirroring (projecting via a mirror to fold the distance needed; or back-projecting), and for 180 degree rotations (set-up tablets, etc.)
answered 42 mins ago
Aganju
8,24431334
8,24431334
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1382056%2fwhy-is-it-possible-to-invert-the-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
17
It's necessary for users ɐıʃɐɹʇsn∀ uı
– bmargulies
3 hours ago
2
I was reading color inversion until I arrived at the words rotate sideways.
– Chris
56 mins ago
A much harder question: Why is this part of the OS, and not part of the display? I'd guess this goes back to VGA or earlier.
– Peter
34 mins ago