Slashdot Mirror


Ask Slashdot: Good Linux Desktop Environment For Hi-Def/Retina Displays?

Volanin writes "I have been using Linux for the last 15 years both at home and at work (mostly GNOME and now Unity). Recently, I gave in to temptation and bought myself a Macbook retina 15". As you can read around, Linux still has no good support for this hardware, so I am running it inside a virtual machine. Running in scaled 1440x900 makes the Linux fonts look absolutely terrible, and running in true 2880x1800 makes them beautiful, but every UI element becomes so tiny, it's unworkable. Is there a desktop environment that handles resolution independence better? Linux has had support for SVG for a long time, but GNOME/Unity seems adamant in defining small icon sizes and UI elements without the possibility to resize them."

7 of 234 comments (clear)

  1. KDE by Anonymous Coward · · Score: 4, Interesting

    I've never tried it in really high resolutions, but everything I've found online says KDE supports resolution independence.
    And it's just so much better and usable in so many ways than those other environments you've been using.

  2. Re:KDE by pecosdave · · Score: 5, Interesting

    Have to throw in my support here. Been using KDE since 1.x, I've tried other desktops but can't seem to use one of those without missing my KDE, and so much so that programs compiled to bring up GTK widgets (browsers) actively piss me off. The QT version of the file browser and so many other things are just more versatile and elegant.

    --
    The preceding post was not a Slashvertisement.
  3. xmonad by Robert+Bowles · · Score: 4, Interesting

    I'm currently using xmonad as a desktop environment (almost exclusively), as it plays quite nicely on VHRDs (very high resolution displays). At most, you'll have to tweak the borderWidth elements.

    Optionally, if you're looking for a bit more eye candy, try twm and its derivatives. Most the the UI elements scale dynamically. (too flashy for my tastes however)

    --
    /* MAGIC THEATRE
    ENTRANCE NOT FOR EVERYBODY
    MADMEN ONLY */
  4. Re:KDE by Andy+Prough · · Score: 4, Interesting

    Agreed - KDE. And be sure to get some good fonts and set the precisely. Go with the Droid font package - those are very high quality.

  5. Macbook Pro Retina $1699, not $3k by SuperKendall · · Score: 4, Interesting

    I think a much fairer statement would be "no one who develops Linux software gives a rats ass about Apple proprietary shit."

    Fairer still would be to say "Apple Haters would self-mutilate if it put Apple in a bad light".

    immediately run out and spend $3000 to validate my $3000 purchase.

    You may not be aware, but Slashdot is just chock full of technical users who can use the web.

    When they do so they would find the MacBook Pro Retina to be $1699, not your absurdly inflated figure.

    They also, being technical users, would be asking themselves "could not a developer wanting to test resolution independence simply buy a high DPI desktop monitor and test that way also?"

    Why yes. Yes they could. Too bad that you, a non-technical Apple Hater Troll, will be unable to even comprehend that question or think of similar cases before you post in the future and beclown yourself yet again.

    You are kind of like the court jester who comes in and spills grape juice on your shirt on purpose. Every. Single. Day. Did you not notice the people stopped laughing long ago? And that the looks you get know are all ones of pity and horror?

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Macbook Pro Retina $1699, not $3k by HarrySquatter · · Score: 4, Interesting

      Oh, right, Apple released a 13" model. I forgot about that. Too bad to spec that 13" model up so that it's comparable to a $1000 Windows Ultrabook, you'll be paying $2500.

      Bullshit. The 13.3" Asus ZenBook UX31A-DH51 is $1050 on Newegg and has half the RAM, a slower i5 processor as the 13" MacBook Pro.

  6. man xrandr (grandr for gnome) by Anonymous Coward · · Score: 4, Interesting

      --dpi dpi
                                This also sets the reported physical size values of the screen,
                                it uses the specified DPI value to compute an appropriate physi
                                cal size using whatever pixel size will be set.

    Or maybe :
    --scale xxy
                                Changes the dimensions of the output picture. Values superior to
                                1 will lead to a compressed screen (screen dimension bigger than
                                the dimension of the output mode), and values below 1 leads to a
                                zoom in on the output. This option is actually a shortcut ver
                                sion of the --transform option.