Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
KDE GUI

KDE Multi-Monitor Control Getting An Overhaul 144

Multi-monitor support on Free systems has always been a pain (even after RANDR made it a lot less of a pain). GNOME2 had a great feature: you only had to configure a given pair of displays once and it would do-the-right-thing and remember their configuration. But if you wanted to mirror displays of different resolutions, you were out of luck. KDE handled the latter case, but infuriatingly enough doesn't remember or restore configurations like GNOME2 did, and worse yet requires manual intervention before disconnecting a display. But, now that's all changing: "As some of you might have noticed, display management in KDE is not really something we could be proud of. It does not work as expected, it lacks some features and it’s not really maintained. Time to change it, don’t you think? ... Alex has written the libkscreen library that provides information about available/connected/enabled outputs and notifications about their changes. He also intends to write a KDED daemon that would listen for these events and depending on connected monitors (every monitor can be uniquely identified by it’s EDID) it would load specific configuration. For example, docking your notebook into a docking station at work would automatically turn on a second monitor and place it left of the notebook screen (or whatever you configure the first time you do it). Undocking the notebook and connecting a data projector in a meeting room would automatically set clone mode etc. etc." Additionally, the dock applet and monitor configuration UI have been overhauled allowing for quickly setting common configurations ("extend display to the {right,left,top,bottom}" / "clone") directly from the desktop, and direct manipulation of the monitor positions if you do end up needing to use the configuration program (article has a video and screenshots).
This discussion has been archived. No new comments can be posted.

KDE Multi-Monitor Control Getting An Overhaul

Comments Filter:
  • In Other News (Score:4, Insightful)

    by sexconker ( 1179573 ) on Thursday September 27, 2012 @03:38PM (#41481437)

    In other news, readers demand to know when Slashdot is getting getting an editor.

  • Finally! (Score:1, Interesting)

    by Anonymous Coward

    Finally! I use KDE at work every day and this is the one major thing that makes me hesitate always when I need to disconnect my computer from a dock. Especially when there are three use cases that are always encountered: desktop monitor, projector, and just the plain laptop screen without any external monitors.

    • I know your pain, I feel it too when moving my laptop around between meetings and my desk frequently. Can't use Gnome any more, fluxbox is of course awesome but sometimes a little too minimal. KDE is great, except for this multi-monitor config issue. Sorry someone modded this 'flamebait' (seriously?)
      • man xrandr

        • So far from the point as to be completely irrelevant, but I still appreciate the effort, even if your motives and intent were possibly questionable
      • I don't understand. When I plug in an extra monitor on my Fedora with KDE it is automatically recognised and configured, even when the monitors are different resolutions. All I have to do is to choose to extend my desktop onto it and chase up wallpaper for it.

        Of course unplugging a monitor without first moving all windows defaults away from it can cause problems that can be hard to resolve. Yeah, I begin to see the problem, but this certainly isn't just a KDE issue.I remember the same problems with anot
        • It's not that the monitor isn't detected and used by default, it's that it forgets the setting you specified the last time you had that monitor plugged in. Further more, the 'Multiple Display' setting item always says it doesn't detect that you are using multiple displays, even when they are listed in the monitor arrangement window. KDM also sometimes shows it's login window half on one monitor half on the other.

          Also also, if your monitors arent' the same size, a small window that appears on the smaller
          • On my system it isn't like that. There are two monitors, one of which never changes which is 1920x1080, and one which varies.which is usually either 1920x1080 or 1920x1200. Everytime I log in it checks the monitor setup and sets it accordingly. About one boot in 400 it will get in wrong and a quick log out and back in is required. I've certainlyt never seen the login window split between the two monitors.

            There is no dead zone on the smaller monitor when different resolutions are used. The smaller or equal
            • What version of KDE is that? And on what distro? This is very different from what I see in kde 4.8.5 where wallpaper is always stretched across both monitors (and looks horrible in the process), the taskbar and panels are across both etc as well. It essentially becomes one big desktop with a deadzone around the smaller monitor. If I maximize a window it'll go across both monitors including the dead zone which is of course 99/100 times not what is wanted
              • I'm using the standard Fedora distro with KDE, the version is whatever version of KDE comes with Fedora and kde.org says it should be 4.8. I can't actually maximise a window across monitors on it, I could make a very large window that imitates it but not by maximising it. Now that I recall, KDE on Kubuntu is nowhere near as graceful on the same system although it does work really well on my laptop.
  • Is the medi medi cation cation taking effect effect yet yet?

  • by CubicleZombie ( 2590497 ) on Thursday September 27, 2012 @03:47PM (#41481545)
    You're supposed to know how to hack your xconfig with vi. Setting up two displays is supposed to hurt.
    • Obviously you're being sarcastic, but the correct response would be to tell people to use xrandr by hand. Editing the config file requires you to (a) have one and (b) restart X.

      I use arandr these days. It does a good enough job.

    • You're supposed to know how to hack your xconfig with vi. Setting up two displays is supposed to hurt.

      Don't be ridiculous, you're allowed to use vim in this day and age.

  • by ModernGeek ( 601932 ) on Thursday September 27, 2012 @03:49PM (#41481557)
    I'd like to see more vanilla versions of this software. Open Source Software has become almost as bad as the commercial counter parts in wanting to wrap everything up as one big GUI package. I don't want a bunch of bologna to download and run to configure dual monitors if I want to use a very lightweight window manager, or setup an embedded solution such as a kiosk.

    One of the original and cool ideas of open source was to allow hackers to dive into the utilities and do really cool things with them that they aren't meant to achieve. A multi monitor control system that is tied into a blob of libraries doesn't sound appealing to me. I'll take a 32KB application that has an /optional/ GUI front end over this junk any day.
    • Here's the other side of open source: "write it yourself."

    • by skids ( 119237 )

      Boy, you don't know how good you have it these days, to complain about that. Now you have dbus/hald standardizing things. Back when I was walking to school uphill both ways, we were lucky to have an EDID versus probing ID0-4 pins directly, and you'd be editing XConfig to set your VGA MMIO window base.

      Anyway, while I agree the "yet another library" thing gets old, it is my impression that the display system configuration gets pretty intimate with the desktop suite, and any generic library for configuring t

    • by serviscope_minor ( 664417 ) on Thursday September 27, 2012 @05:29PM (#41482749) Journal

      I'd like to see more vanilla versions of this software.

      Well sure.

      Here's the protocol extension: http://www.x.org/releases/X11R7.5/doc/randrproto/randrproto.txt [x.org]

      Here's the xlib API:
      http://xcb.freedesktop.org/manual/group__XCB__RandR__API.html [freedesktop.org]

      Here's the command line tool:
      http://linux.die.net/man/1/xrandr [die.net]

      And here are a bunch of GUI wrappers:
      http://christian.amsuess.com/tools/arandr/ [amsuess.com]
      http://wiki.lxde.org/en/LXRandR [lxde.org]

      Which would you like?

      Open Source Software has become almost as bad as the commercial counter parts in wanting to wrap everything up as one big GUI package. I don't want a bunch of bologna to download and run to configure dual monitors if I want to use a very lightweight window manager, or setup an embedded solution such as a kiosk.

      Some times yes, but this isn't one of those cases. It's one of the nice really well designed parts, and not only that but any of those tools will work with any system. They modify the monitor layout, X sends a RANDR XEvent to the window manager and everything just works.

      • by dargaud ( 518470 )
        There's also a simple command line app that can switch between X11 configurations easily. You set up the different configurations you want (laptop on the go, projector, multi monitor, etc, memorize them and then recall them when you need). I won't be much more informative that that because I don't remember the name of the app !
        • There's also a simple command line app that can switch between X11 configurations easily. You set up the different configurations you want (laptop on the go, projector, multi monitor, etc, memorize them and then recall them when you need). I won't be much more informative that that because I don't remember the name of the app !

          There's also the option to add:

          alias 'xrandr --blah' setup_monitor_projector
          alish 'xrandr --foo' setup_monitor_internal_only

          etc, or put each line in a file in ~/bin and chmod +x it.

          No

    • $ ls -lAh /usr/bin/disper
      -rwxr-xr-x 1 root root 1,3K pa 19 2011 /usr/bin/disper

      Is 1,3K app good enough for you? Disper [engen.nl] is also great when configured for Meta+Fn keys in KDE, I have a simple way of switching display modes almost as good as the one on Windows 7.

  • I don't think Windows handles multiple monitors very well either. It's not just free operating systems, it's all operating systems. 3rd party utilities are the only thing that come close to making multiple monitors behave well.

    • by SJHillman ( 1966756 ) on Thursday September 27, 2012 @03:55PM (#41481623)

      Windows XP did multi-monitors fairly well. Windows 7 handles it excellently. I have five monitors and when replacing one of the video cards, I changed which monitors were plugged into which card. As soon as Windows 7 booted, it automatically corrected for switching the cables around so that the monitors were all exactly as they were when I powered down the system in spite of every monitor being plugged into a different card and port.

      Not to say Win7 isn't lacking some features, but nothing free or cheap software like Ultramon doesn't fix (IE: fine-tuning relative positions, multi-monitor wallpaper, taskbar across all monitors), but the essential parts of multi-monitors are handled very well.

      • Windows XP did multi-monitors fairly well. Windows 7 handles it excellently. I have five monitors and when replacing one of the video cards, I changed which monitors were plugged into which card. As soon as Windows 7 booted, it automatically corrected for switching the cables around so that the monitors were all exactly as they were when I powered down the system in spite of every monitor being plugged into a different card and port.

        Not to say Win7 isn't lacking some features, but nothing free or cheap software like Ultramon doesn't fix (IE: fine-tuning relative positions, multi-monitor wallpaper, taskbar across all monitors), but the essential parts of multi-monitors are handled very well.

        How well Windows supported it was largely up to how well the video card drivers supported it. Some systems required rebooting in order to get it to recognize the additional monitor; others would work without a problem. It was typically consistent for any given driver, but very hit-and-miss between video cards/driver versions.

        • by drsmithy ( 35869 )

          How well Windows supported it was largely up to how well the video card drivers supported it. Some systems required rebooting in order to get it to recognize the additional monitor; others would work without a problem. It was typically consistent for any given driver, but very hit-and-miss between video cards/driver versions.

          Before Windows 2000, yes. Since then, what you describe would be extremely unusual.

          • How well Windows supported it was largely up to how well the video card drivers supported it. Some systems required rebooting in order to get it to recognize the additional monitor; others would work without a problem. It was typically consistent for any given driver, but very hit-and-miss between video cards/driver versions.

            Before Windows 2000, yes. Since then, what you describe would be extremely unusual.

            I had that problem on a number of WinXP systems, so no it's still very much the norm. Now may be the Video driver rewrite for Vista corrected some of that for Vista and Win7, and now Win8. Microsoft has been slowly building in proper multi-monitor support, but even with what they provide there still a lot of details left to the video card drivers.

  • Win 7 (Score:5, Insightful)

    by SJHillman ( 1966756 ) on Thursday September 27, 2012 @03:51PM (#41481579)

    And here Windows 7 handles five monitors using three different resolutions flawlessly. Thanks to Ultramon, they line up seamlessly in spite of also being different sizes and being at different physical elevations. It's one of the more major things that has kept me on Windows - I look forward to Linux being able to do the same.

    • by Osgeld ( 1900440 )

      heh, XP handled it pretty well too though not as automatic

      • Hell, Win 98 SE handled it pretty well, though again not as automatic. I used 3rd party software to get more transparancy effects on 98, but didn't bother with it for multiple monitor configuration. Admittedly, I was only running 3 monitors and never tested it to see if it could really handle the promised 9.

        • by Osgeld ( 1900440 )

          yea I used to run 3 on 98 as well, my then brand new 21 inch LCD, and 2 15 inch crt's on either side ... I was into digital video editing at that point

    • by mcgrew ( 92797 ) *

      Linux had multi-monitor support years before Windows did.

      • Re:Win 7 (Score:4, Insightful)

        by checho4 ( 1149601 ) on Thursday September 27, 2012 @04:09PM (#41481757)
        It doesn't matter what had it first. I just want to use whatever currently has it best.
      • by Scutter ( 18425 )

        According to the OP, it has multi-monitor support, but things like actually remembering the configuration you apply is inexplicably beyond its capabilities.

        • Re:Win 7 (Score:5, Interesting)

          by TemporalBeing ( 803363 ) <bm_witness.yahoo@com> on Thursday September 27, 2012 @04:29PM (#41482013) Homepage Journal

          According to the OP, it has multi-monitor support, but things like actually remembering the configuration you apply is inexplicably beyond its capabilities.

          It remembers the configuration until you change the configuration. That is, with a desktop where you have several monitors connected all the time it won't be an issue. But with a laptop where you may have an external monitor part of the time then it is an issue whenever you switch between laptop only mode, and laptop plus external monitor mode. What's most annoying is when you have the external display as the primary; when you disconnect it the multi-monitor dialog prompting on to reconfigure shows up on the external monitor, not the only remaining monitor - so you're kind of screwed. Currently I make it a point to reconfigure to clone mode before undocking my laptop.

          • by dlenmn ( 145080 ) on Thursday September 27, 2012 @05:27PM (#41482721)

            It remembers the configuration until you restart.

            FTFY [kde.org]

            • by rastos1 ( 601318 )
              Strange. Recently I connected a TV over HDMI to my Slackware machine. The TV has a lower resolution. On 1st boot the system has recognized automatically the new output device and set it up as mirror of the monitor and selected the same, low, resolution on both. When I went into Settings in KDE 4.8.5, I could nicely set up any configuration I wanted - the same or different resolution to both, the relative position, mirror or extending the desktop area ... Once set up and stored with "Save as default" it reme
      • by tlhIngan ( 30335 )

        Linux had multi-monitor support years before Windows did.

        MacOS had it before Linux I believe...

        Supposedly it dates back to the Macintosh II which supported multiple monitors.

        Then again, DOS might be the very first use...

        • Re:Win 7 (Score:5, Informative)

          by washu_k ( 1628007 ) on Thursday September 27, 2012 @04:56PM (#41482355)

          Then again, DOS might be the very first use...

          DOS did have multi monitor support from day 1, but not in the way we think of it today. You could combine a CGA card (or later EGA, VGA, etc) with an MDA (monochrome, text only) card. The idea was to use the MDA for high resolution (at the time) text and the CGA for low res graphics. Software had to be specifically written for it, but it was possible. Later, some DOS debuggers could use the MDA as a debug output separate from the main screen.

          • Yes, I used to have that setup for debug mode in TurboPascal. One day I plugged the MDA monitor into the EGA port and vice versa by mistake. When I turned it on the monitor started squealing, the cat rocketed out of the room, and I just managed to rip out all the power cords before monitor's internals burst into flame. I can still remember the ghastly smell as if it was yesterday, not the smell of cooking electronics at all, closer to but different from cooking car tyres.
        • ...the original Mac had the basis for this designed in from the beginning. The Mac had a graphics region (65k x 65k pixels) larger than the display region. The window was a display port on this region.

          • by mspohr ( 589790 )

            And it still puts the menu for every window at the top of one monitor... often a long distance from the window itself.
            Why don't they fix this? Now that Steve has gone, can we challenge some of his idiosyncrasies?

        • by Osgeld ( 1900440 )

          My 86 mac SE came had a external monitor port and a radius card installed when I rescued it from the recyclers, so yea, its been around on Mac's for a while

      • by jimicus ( 737525 )

        This is technically true. However, I haven't forgotten the hours it took me to hand-edit my XFree86.conf long after it had become unnecessary to do so for single-monitor configurations.

        When I finally got a configuration I was happy with, I found that I had to be very careful to keep hold of that configuration file no matter what else I did - whether it was upgrading or moving to a different distribution altogether. It was the only way to be sure I could get it to work again.

        It was having to go through this

      • It might have had support for multi monitors, but it was far more awkward to setup and was never quite as good.

        I have been hooked on multi monitor setups since I had a Matrix g550 a few years back. Newly released Windows XP as it was in those days just dealt with it all beautifully.

        Linux on the other hand used to be a bit more quirky, certainly under Gnome. You could use both monitors as a single desktop but if you did the maximise button would insist on maximising everything across both monitors instead of

    • Comment removed (Score:5, Informative)

      by account_deleted ( 4530225 ) on Thursday September 27, 2012 @04:17PM (#41481877)
      Comment removed based on user account deletion
      • It's nice to be able to drag things around, and unless I'm remembering incorrectly separate x sessions are just that. If you open a window on display Y it stays on display Y. Back when I was first using dual monitors I had them set that way and things were a bit quirky. Firefox wouldn't open on one dislay if it was already open on another, there were a few other apps that didn't play nice either. I'm currently on two monitors via twinview and a third via synergy on a different machine (which is a bit li

        • I got this set up with two monitors currently, because my graphics card has one output fried so I used two graphics cards. It was a surprise to see the new X session come up on the left (my secondary) with default panel settings (even more default than the distro itself). This is on linux mint 13 mate, which is effectively ubuntu 12.04 with gnome 2, so my distro is not too unusual.

          Not being able to even move a terminal window and not having same desktop configuration etc. made me give it up after I couldn't

    • Re: (Score:1, Insightful)

      Congratulations, Windows 7 with specialized third-party software handles multiple monitors flawlessly!
      • Go re-read my post. Windows handles it flawlessly and 3rd party software adds in even more features to account for my fairly non-standard setup of different size monitors with different resolutions that are not on a flat surface.

        • If it doesn't handle your use case (which isn't really all that non-standard - the most common use-case for multiple monitors is laptops with external monitors) without third-party software, it's not really flawless.
          • by siride ( 974284 )

            It works fine for me. I use a second monitor at home and at work and it remembers the settings for both without any extra work on my part.

        • by xaxa ( 988988 )

          KDE handles my monitor setup OK -- one large widescreen monitor, one rotated-right smaller monitor, and they don't line up.

          This is connected to a laptop (VGA and HDMI), and the laptop monitor can't be used at the same time (doesn't work on Windows either). The problem at present is if I disconnect it and plug in to a projector. I actually have two usernames set up with different monitor configurations; since I disconnect it so rarely this was the easiest solution.

          My colleagues have the same equipment but

    • I'm using Linux with four monitors at four different resolutions, and they all line up seamlessly, even at different vertical elevations. Linux is able to do this just as well as Windows (in fact I would say better than Windows, if you have to download a third party program like Ultramon to get it to work properly), the only difference is that Windows/Ultramon gives you a GUI, while most Linux users are satisfied with editing configuration files, because that's what they're used to and comfortable with.

      • by jimbo ( 1370 )

        I'm a very capable Linux user, have been using it since it came on 22 floppies. For a long time I enjoyed all the tinkering.

        Priorities have changed, I've dropped it in favour of Mac because I have more important things to spend my time on.

      • "the only difference is that Windows/Ultramon gives you a GUI, while most Linux users are satisfied with editing configuration files, because that's what they're used to and comfortable with. "

        The difference is Windows has a GUI that doesn't change for 15 years, things like "system", "device manager" and resolution dialog are virtually the same across versions. But Linux, one day you find out xorg.conf is "deprecated" and you shouldn't use it. But it's a lie, you can still modify it. Another day, you find o

  • Pathetic (Score:3, Insightful)

    by oldhack ( 1037484 ) on Thursday September 27, 2012 @03:57PM (#41481631)

    They waste all these time mucking with icons, reorganizing menu accesses, and other such superfluous "human interaction" nonsense, but never got around to supporting something as basic as multiple displays.

    It's why you're better off to wait for jesus to return than the mythical "year of linux desktop".

    • Re: (Score:3, Informative)

      by Anonymous Coward

      I've used multiple monitors with KDE for around six years now. Basic multi-screen functionality has been around for ages. They're improving it, not introducing it.

    • Do you not understand the meaning of the phrase 'getting an overhaul' or did you not even bother to read the _title_ fully before posting?

      • His point is that *it should already have been overhauled*, but instead people have been dicking around with icons and other meaningless bullshit.
        • As someone who uses dual monitors on KDE fairly frequently, this kinda seems like 'meaningless bullshit' as well to me. Multiple monitors already worked just fine.

          So my point was that the OP seemed to essentially say 'rather than improving these things that already work, they should improve this other thing that already works'.

    • It's why you're better off to wait for jesus to return than the mythical "year of linux desktop".

      You should RTFM before posting this heresy. man revelation states that the mark of the beast is linux kernel 6.6.6, which predates the Second Coming of Christ. Older print manuals invoked kernel 6.1.6, but that turned out to be an error with a possessed dot matrix printer.

    • The "artists" who insist on wanking with gaudy UI trifles need to be LARTed into weeping pulps.

      They don't care about users. At all.

  • I run LMDE with three monitors driven by two ATI/AMD Radeon cards. I use the fglrx proprietary catalyst driver largely because I have difficulty getting all three monitors going without it.

    Unfortunately, I am now quite familiar with my xorg.conf file.

    My point: Linux multi-monitor support is one area where it has dragged behind Windows and it's about time somebody started seriously working on it.
  • by loufoque ( 1400831 ) on Thursday September 27, 2012 @04:06PM (#41481715)

    nvidia-settings
    Detect Displays
    Click on newly-detected display and select "TwinView" and "Clone Displays".
    Click apply.

    Done, works with all window managers.

    • Use Nouveau - the nvidia blob sucks.

      Then, it's standard randr calls, and it's easy...oh, and XFCE has had standard dual monitor support for a while now, although it doesn't always place nice with nouveau/randr until you actually setup screen 2 and above as other screens. Otherwise, it just clones the primary's output.
    • by mspring ( 126862 )
      Still too many clicks.
      Unable to store a successful config and reproduce it with a single hot key.
      After long time fiddling with nv-control-dpy and xrandr I have a somewhat working solution, which crashes the X server every time I go from my home config to my office config.
    • by agm ( 467017 )

      Yes. Now try getting that to work with 3 monitors. TwinView is only for spanning two monitors, even if your graphics card has 4 outputs. You cannot get KDE to provide a single desktop experience across 3 monitors with TwinView, and Xinerama is going the way of the Dodo and is very slow. I have a triple head setup working with KDE but the only way is to have TwinView on the left two as a single X screen, and the right monitor is another X screen running an independant instance of KDE. Works for my workflow,

    • Too bad my nvidia can't scale the cloned image therefore making the cloned mode useless...
      Many applications are also behaving pretty bad - like displaying a popup on another monitor than the main application window. Surprisingly, Windows applications running in wine deal nicely with multiple monitors.
      • by Anonymous Coward

        Too bad my nvidia can't scale the cloned image therefore making the cloned mode useless...

        Sure it can. Use the RandR 1.2 scaling options or the ViewPortIn / ViewPortOut metamode thingies.

  • Finally, the last piece needed to get Linux onto the desktop!
  • Considering that Macintoshes have had these features for over a quarter century, this is great news.

    • Linux has as well; the 'news' here is that now, how you set it up will be dependent on your DM rather than your graphics card driver. Unless you want to do it the old way.

      In terms of functionality this is _entirely_ redundant. It's just making things a bit easier to find I suppose.

  • Really glad to see this fixed up. It will be a great day when my external screen is the way it should be when I fire up and dock my laptop in the morning. Long over-due.

    Mike
    • by Anonymous Coward

      Yeah, it'll be a great day when you learn to write, what, five lines? of shell script in your .xinitrc (or local equivalent). Definitely long overdue.

      The problem they're trying to solve, the one that everyone (except you and ubuntu users, I guess) doesn't solve by themselves if they run linux on a laptop, is not detecting and selecting a configuration when you start your session (or at any other given time, even at the click of a button), that's ridiculously simple. The problem is switching back and forth b

  • While is nice to have better control over this features we need to first get them working reliably, I still can't get KDE to start with max the laptop monitor max resolution, it will always go back to a 1280x768 and I have to change it manually.

    In the end we get back to the same old problem with Linux graphics, driver support. I remember back a couple of years having a nvidia card with the binary blob, most stuff worked as I wanted but screen adjusting and multimonitor had to be done via nvidia tools, but i

  • In all these years of Linux usage I still have not been able to do clone a display while having different resolutions. Is this actually possible?

    I want to present slides on a presentation monitor, which is connected to my Thinkpad (nvidia, binary driver) via VGA cable. At the same time, I want to see the slides on the notebook screen during the presentation. So the screen has to be cloned.

    However, the native resolution of the notebook and second (big) monitor differs. For instance, the notebook is 1600x900,
    • The scaling of cloned outputs depends mainly on hardware. Cheap laptop cards usually don't incorporate a rescaler.
      If you output to VGA you can use the rescaler built into the monitor. Sadly, this doesn't work with most flat panels on digital outputs - they lack a rescaler because they assume the video card will match their resolution.
  • Well, I'm using KDE with two monitors right now. (left/right configuration). However, I configured these with the Radeon tool which works well with little fuss. Ditto with multiple monitors on Nvidia (the vendor tool works nicely).

    My biggest complaint about multiple displays on KDE is what happens if you have a transient display (not always connected). When I have my laptop at my work-desk, I connect to a bigger monitor and have dual-head. However, if I don't disable the dual-head before using the laptop wi

  • Filed a few bugs in my time, nice of them to take notice.

    TFS mentions only GNOME2. How is the multi-monitor status on other DEs nowadays? XFCE, GNOME3, MATE etc.? Cinnamon would still be the same as GNOME2, right?

  • 10 years too late?

    • I've had two monitors for over a year now, and KDE's always recognized if I unplug one and plug one back in. It always remembers and restores my configuration. No messing with xorg.conf (I don't even have an xorg.conf file), and no playing RandR, twinview, etc.

      I have no doubt that there are issues out there, but multiple monitors works flawlessly with my one video card and two matching monitors on KDE 4.9. But, as I say, I've only had two monitors for about a year or so, meaning I can't speaking for the

      • It has become loads better in recent years.

        Back in the day it wasn't even really worth trying... you could do it, but it was a pain... it didn't work with some drivers, if each screen had a high resolution you couldn't run it at it's native resolution with some cards.

        All in all, I'm glad it is improving... it seems to me though that this should have been a priority long ago when both Windows and OS X handled dual monitors with ridiculous ease.

  • My work machine has four (yes) monitors, two on a Radeon 7000 series and two on the Intel IGP. Win7 works mostly[1] flawlessly, but Mint will only see the two Intel-powered monitors by default. I'm given to understand that I can get all four going, but it'd involve writing a custon xorg.conf and I can't be bothered since I'm usually in Win7 because that's what I have to support.

    [1] fairly often the Intel driver will crash and be automatically restarted on resume from sleep.

  • That "feature" was a trap just waiting for people to play with it and end up with a blank display on login
    If a user used that tool to set a resolution that was not available to the hardware the only ways around it were to create a new user account for them and copy the files over or to log in remotely and fuck about with the braindead registry clone (only worse) that is gconf - think a MS Windows registry only without regedit and without any man pages for the obscure registry key manipulating software. Th
  • ... that my taskbar will finally start up on a deterministic screen, and no longer the crapshoot of Left-only, Right-only, or spanned-across-both every single time I log on?

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...