Slashdot Mirror


Why Are We Losing Vertical Pixels?

An anonymous reader writes "Switching from 1600x1200 to wide 1680x1050 to HD 1600x900, we are losing more and more vertical space, thus it is becoming less and less simple to read a full A4 page or a web page or a function call. What's the solution for retaining the screen height we need to be productive?"

40 of 1,140 comments (clear)

  1. Where.. by iONiUM · · Score: 3, Insightful

    Where did this obsession with Widescreen come from anyways? I understand for "widescreen films", but why are all monitors wide now? It's weird that it kind of slowly crept into the norm..

    1. Re:Where.. by pla · · Score: 1, Insightful

      Where did this obsession with Widescreen come from anyways?

      Human eyes pan side-to-side very, very fast. They move vertically very, very slowly (relatively).

      You can do a simple test to prove this to yourself... Go find a pair of online short stories of similar complexity (same author and topic). Read one with your browser window set to a portrait-mode size. Read the other one with the browser set to a landscape mode size. Optionally, read a third with your browser set to an absurdly wide size (like 3:1).

      Your reading speed will increase with the wider format, and that trend continues until a single line of text takes up a whopping 80-90 degrees of your horizontal field of vision.

    2. Re:Where.. by Ossifer · · Score: 3, Insightful

      Agreed -- once you hit some limit, more words per line means it's harder to shift to the next line.

  2. Re:Solution by ByOhTek · · Score: 4, Insightful

    Sadly, this is what I've had to do. Unfortunately, it seems to be harder and harder to find non-wide-format monitors.

    So few apps are written to handle monitors with vertical resolution of less than 1k pixels, that these new monitors are getting rather obnoxious.

    I think UI design should have an option to put menus on the side now, to handle the wider formats.

    --
    Self proclaimed typo king, and inventor of the bear destroying coffee table (patent not pending).
  3. Don't buy cheap.... by Temkin · · Score: 5, Insightful

    The low-end computer monitor market is using commodity HD TV LCD's. The solution is to pony up and buy a middle tier monitor that does proper 1600 x 1200 or something aspect ratio appropriate.

    You get what you pay for.

  4. Re:Obvious by Anonymous Coward · · Score: 1, Insightful

    and pay more for the monitor than for the entire rest of the computer (including peripherals).

    The monitor manufacturers have been taken over by "All screens must be optimized for movie-watching!" types :'(

  5. where have the high res laptop screens gone by gonar · · Score: 5, Insightful

    why is it suddenly so hard to find a laptop with a good screen?

    it is nearly impossible to find a laptop with anything other than 1366x768.

    my 4 year old 14" dell has a 1440x900 screen and at the time a fairly high end cpu/memory combo (core duo/1gb). I paid $650 for it.

    today I can't get a laptop with an equivalent screen for under 850. nearly all laptops don't even offer high res screen options anymore.

    just because you can market a 1366x768 screen as HD does not make it good enough. especially if we are talking 17" laptops.

    --
    The difference between Theory and Practice is greater in Practice than in Theory.
  6. Ha! That's easy. by Anonymous Coward · · Score: 4, Insightful

    We're now a culture that prefers consuming the latest HD pulp over reading.

  7. Obligatory by The+Master+Control+P · · Score: 4, Insightful

    Obligatory XKCD

    I too find it disturbing that displays have gone to 2MP and stopped. We were this close to being able to actually read a PDF on 100% zoom without squinting. WTF is going on?

  8. Public transport by tepples · · Score: 4, Insightful

    The solution is just as simple: Develop on an external monitor (optionally rotated 90 degrees).

    Now figure out how to carry a portrait monitor and power supply on the bus. I thought the whole point of having a laptop was to be able to work in a vehicle or in a restaurant.

    1. Re:Public transport by aclarke · · Score: 2, Insightful

      Because we're not all exactly like you, we all have different work habits and needs.

      For example, last week I had to travel a couple hours to visit a client. I could have driven, but I chose to take the train. Part of the logic behind this decision was so that I could use the time more productively. As this was "work time", shouldn't I have been working, according to your logic?

      Additionally, I'm self employed and work from my home office most days. Sometimes though, I like to get a change of scenery and go work from a coffee shop. Again, apparently you see a problem with this? I should stay at "home", doing my "work", instead of going out and working somewhere that gives my brain a different point of view?

      This summer, my family and I went to Europe for 5 weeks. I worked for two weeks and took three weeks of vacation. I guess then too I should have stayed at home and worked for those two weeks, and taken less time in Europe. Maybe I should have sent my wife and kids there two weeks early and then just stayed home that time, because I was working and goodness knows the only place I'm allowed to do that is in my own home (office).

      Hopefully I've made my point.

  9. Rotate the screen? Seriously? by pclminion · · Score: 5, Insightful

    Have you ever actually benchmarked video performance on a rotated display? Even with hardware supported rotation, the framebuffer read-out order is no longer consecutive which completely fucks video performance.

    I seriously can't believe the suggestions... It's like saying "What happened to all the compact cars?" and you reply "Stop whining, just crush your car down to size." Why can't we just buy something in the form factor we want?

    1. Re:Rotate the screen? Seriously? by hansamurai · · Score: 1, Insightful

      Because the complaint about lost vertical space is not about gaming but about reading web pages and writing long methods, which isn't going to noticeably suffer at all from the framebuffer order.

    2. Re:Rotate the screen? Seriously? by Anonymous Coward · · Score: 1, Insightful

      Video performance is totally unimportant when using monitors for word processing or anything else where portrait mode is preferable ... Any difference in performance is undetectable to my human eyes

      The problem is tearing not raw performance (fps). On a rotated monitor the refresh is perpendicular to normal scrolling, so anything horizontal like say the bar on top of a /. message has horrible tearing. Some people can't see this kind of thing, but if you can it's much worse on a rotated monitor.

    3. Re:Rotate the screen? Seriously? by amorsen · · Score: 2, Insightful

      Software (or rather, the OpenGL or Direct3D driver) has absolutely no problem rendering everything 90 degrees transformed. 2D is a different problem, but 2D is trivial in software on any remotely recent system. You can also render it on a texture and let the 3D hardware handle the problem.

      --
      Finally! A year of moderation! Ready for 2019?
  10. Re:Loose potrait mode for good, and go with landsc by Moridineas · · Score: 4, Insightful

    I rather think it depends on what you're doing. I work in publishing, and there are reasons most books are the way they are. Wide columns of text can be difficult to read. Obviously on a computer you're not just reading columns of text, but it does make a difference.

    If you've got a iPad, Kindle, what not, try reading in landscape vs portrait. Not everybody likes the same thing, but in general I prefer narrow columns.

  11. Re:Loose potrait mode for good, and go with landsc by pesc · · Score: 4, Insightful

    Do you read?
    Books, magazines, etc print text in portrait mode.

    Heck, the newspapers even print the text in several columns to avoid very long lines, as that makes text more difficult to read. (I hate programmers that create 200-character statements on one line.)

    For people using computers for text (documents, programming, etc) rather than watching movies, the vertical resolution is valuable.

    --

    )9TSS
  12. Re:Deal with it by denis-The-menace · · Score: 4, Insightful

    Actually no.
    DPIs are now static because they expect us to use them only for movies. 1080 vertical pixels is all that you should need.

    --
    Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
  13. Re:Solution by Captain+Splendid · · Score: 2, Insightful

    I think UI design should have an option to put menus on the side now, to handle the wider formats.

    ^^This. The problem isn't the hardware, but a mentality that still basically codes for 640x480 screens.

    --
    Linux, you magnificent bastard, I read the fucking manual!
  14. Re:Consumers are cheap. by Lawrence_Bird · · Score: 3, Insightful

    I think you hit it on the head.. this whole fixation on 1080p crap. If anything, DPI for computer monitors has been declining the past five years after a slow march to near 100dpi from 72 dpi. I am running two fairly ancient Formac 1600x1200 20"ers which are eactly 100dpi - circa 2002. Is it asking so much that 8 years later we have 2400x1800 on a 20" monitor for a reasonable price? Its become hard now to even find 100 dpi monitors at 20".

  15. Where do they expect the controls to go? by harlows_monkeys · · Score: 5, Insightful

    16:10 computer displays were great for watching 16:9 video on a computer. They had room outside the video for playback controls or status information. With a 16:9 display, you can't reasonably have any permanent status or controls without them overlapping the video.

    1. Re:Where do they expect the controls to go? by TeknoHog · · Score: 2, Insightful

      Personally, I find on-screen controls incredibly distracting. When I watch a movie, I want to focus on the movie itself, not a GUI, just like you would in a movie theatre. A keyboard is fine for controls, at least in MPlayer which is designed for watching a movie instead of a GUI.

      --
      Escher was the first MC and Giger invented the HR department.
  16. Re:Face the fact that laptops are ... by perpenso · · Score: 3, Insightful

    Fair enough, but that is more we are gaining horizontal pixel but not vertical pixels. Not losing vertical pixels to the degree the article indicates.

  17. Re:Finding 1920x1200's by cfulton · · Score: 5, Insightful

    In modern America one is not limited to purchasing things in the town you live in. Try the internet sometime. It has all the stuff you could ever want to buy for sale. Even monitors.

    --
    No sigs in BETA. Beta SUCKS.
  18. Re:Deal with it by wiredlogic · · Score: 4, Insightful

    It's not an improvement and there's no way to sugar coat it with the excuse that you're getting more pixels overall. In almost all use cases text is rendered on screen horizontally (even in East Asia). Losing vertical resolution reduces the amount of information you can fit on the screen for any particular task. The extra horizontal space doesn't factor in since the only way to leverage it is with long lines of text which has negative consequences for ease of reading.

    We're getting less vertical resolution because there is a convergence of resolutions used for HD television displays and humdrum consumer level monitors. The manufacturers are taking advantage of the economies of scale. For those of us that were enjoying 1600x1200 back when everyone was wallowing in 640x480 and 800x600 it's a step backwards. Most people don't know what they're missing out on so there is no demand to do better.

    --
    I am becoming gerund, destroyer of verbs.
  19. Re:Rotate by gmuslera · · Score: 3, Insightful

    Do not try to rotate the monitor — that's impossible. Instead, only try to realize the truth: there is no monitor. Then you'll see, that it is not the monitor that rotates, it is only yourself.

  20. Re:Solution by Anonymous Coward · · Score: 1, Insightful

    As a software developer, I build my core functionality on my desktop (21" WS LCD, 1600x900) and develop the GUI on my netbook (1024x600). If it won't fit within 1024x600, you seriously need to re-evaluate your program's screen real estate some more.

  21. Re:Solution by water-and-sewer · · Score: 2, Insightful

    I know this isn't a discussion about Linux, and I'm not trying to turn it into one. But I will say one of the things I love about KDE3.5 is that I can adjust all the toolbars the way I like, and I like to put them on the side. I've also got a monitor tilted 90 degrees, for the same reason: I want to see a whole page at a time, and want as much vertical space as possible. So for someone with those requirements, KDE3.5 is a pretty sweet desktop. I don't know if KDE4 lets you have that same flexibility or not, as I don't use it. And I dislike Gnome for that reason: I really can't move the toolbars around (that I know of), and that's important to me.

    So there you go, my comment is about ergonomics, not Linux. Carry on.

    --
    If this were Usenet, I'd killfile the lot of you.
  22. Re:Solution by commodore64_love · · Score: 3, Insightful

    >>>Who puts words in their menu's anyway.

    People who don't like guessing what the picture is supposed to represent. "Does that S-shaped picture mean save, search, snake, or something else entirely?"

    BTW one of my chief annoyances with the Mac OS is the inability to quickly and easily switch between windows. You have to juggle windows around on the screen. i.e. It's stuck in the pre-95 era. The Windows & Linux tab bars are a very easy solution to that problem.

    --
    "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
  23. Another solution by CrimsonAvenger · · Score: 2, Insightful

    Don't be wedded to opening everything full screen.

    I do just fine by sizing my apps so they fill about half the screen horizontally. Added bonus that it leaves me half my display for another app.

    --

    "I do not agree with what you say, but I will defend to the death your right to say it"
    1. Re:Another solution by T-Bone-T · · Score: 2, Insightful

      That's one thing I like about widescreens and Windows 7. Aero Snap makes it super easy to put things side-by-side. I use it almost constantly.

  24. Re:Solution by mcsqueak · · Score: 2, Insightful

    In fact, I am typing this post on the rotated screen right now.

    No wonder your post looked sideways.

  25. Re:Consumers are cheap. by orange47 · · Score: 2, Insightful

    I disagree, big pixels are not so bad, esp. because the price for higher DPI is probably poor colors, contrast..
    similar to cameras.

  26. Backwards by Shagg · · Score: 3, Insightful

    You're not losing vertical space, you're gaining horizontal space.

    Just don't tell that to your wife.

    --
    Unix is user friendly, it's just selective about who its friends are.
  27. Re:Solution by Z00L00K · · Score: 2, Insightful

    Not necessarily - the "mentality" isn't all about that. Some tools makes no sense to run widescreen. Especially tools for software development where all sides already are used for something.

    The big problem is that every computer screen is manufactured the same way as TV screens and the manufacturers wants to save money and says that a widescreen is "better" for the customer.

    B.t.w. Widescreen/portrait has been around for a long time, even some text terminals like Facit Twist had it where the alternatives were 80x24 or 80x72 depending on which direction you placed the screen.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  28. Re:Solution by linuxrocks123 · · Score: 3, Insightful

    This is brilliant. The topic of the article is, "why are we losing vertical pixels". Thanks to Libertarian loonyism, I've now read through comments on land ownership and the big bad government, health care reform, and now overly dramatized, tough-guy hypotheticals, complete with gender stereotyping (hint: most mugging victims are male).

    Libertarianism is the cancer that is killing Slashdot.

    ---linuxrocks123

    --
    vi ~/.emacs # I'm probably going to Hell for this.
  29. Re:Solution by osu-neko · · Score: 2, Insightful

    OTOH, it looks to me as though this is more because HDTV based monitors are really cheap, not because the other monitors are expensive. I remember 1600x1200 monitors costing a lot of money back when they were considered high-end. Now you can get a 1920x1200 monitor for between $300 and $500 depending on size, and there are 2560x1440 monitors available for under $1000. What's really new is that you can get a 1920x1080 monitor for under $200.

    Well, no, what's really new is that the top end hasn't come down, like it did on all my previous monitor purchases. I've always bought a monitor in the $550-$750 range. It's just, each time I've done so, it's been a substantial upgrade from my previous, years old monitor in terms of resolution. However, my current monitor is over four years old, but if I buy a replacement today, for the first time since I've started using computers in 1982, the monitor I buy today for that price will not be a substantial upgrade, indeed arguably it wouldn't be an upgrade at all, but a downgrade -- I'd gain horizontal but lose vertical pixels, which I value more highly. I understand it's got a lot better for people buying low-end monitors, but the real change is that the progression on the high end has halted, indeed arguably it's backslid some if you value vertical pixels.

    --
    "Convictions are more dangerous enemies of truth than lies."
  30. Re:Solution by chris+mazuc · · Score: 2, Insightful

    More info please.

    Really? Your fingers broken?

    --
    E pluribus unum
  31. Re:Consider color balance, sub-pixel anti-aliasing by PsychicX · · Score: 2, Insightful

    What monitor type are you using? Remember that most PC monitors are TN type, which have terrible vertical viewing angles. You don't normally notice vertical angles -- until you turn it sideways and discover massive color shifts. IPS screens (Dell has a whole line now) are vastly better.

  32. Re:Solution by clarkcox3 · · Score: 2, Insightful

    So, you're judging the Mac OS based on your experience with a version that was released 13 years ago? Should I judge Windows based on my experience with Win98? Should I judge Linux based on my experience with Slackware 3.0?

    --
    There are no tiger attacks in my area and it's all because this rock I'm holding keeps the tigers away.