Posted by muesli in
KDE
Saturday, January 29. 2011
Ever since I switched to KDE4 I kept having the weirdest issues with Plasma. The problems ranged from small design glitches to freakishly strange behavior which rendered Plasma unusable every now and then. Today I've solved (almost) all of those issues, which, as it turned out, could all be fixed within a minute. But let's not jump to the cause & workaround just yet.
Let me give you a few examples of "weirdness" that I got way too used to over the last few months (or even years):
- Having filetransfer jobs shown in the notification area of the taskbar made this area constantly resize itself. It kept flickering and jumping all over the screen.
- Items in the systray would overlap each other. Some items would simply miss their caption entirely.
- KRunner would start up at fairly random (but constant) position in the top-half of my desktop.
- The Activities widget on the other hand would leave a huge gap below it and the desktop border.
- ... I could go on, really ...
Today I simply couldn't stand starring at all those glitches anymore. I had enough of it. No, I didn't install Gnome, I haven't made the switch to Windows 7:
I did something way more desperate and pathetic: I've switched around the way my monitors are connected to the DVI outputs. Now my primary desktop (from KDE's point of view) is also connected to the primary DVI output. That already solved some really weird issues I kept experiencing on a daily basis. The other thing I did had an even more dramatic impact though. One small change in xorg.conf and suddenly Plasma behaved just fine - "as if someone rewrote it from scratch".
Old:
Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1680+150"
New:
Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1680+0"
The old option caused my monitors to line up at the bottom of the desktop. The new option lines them up at the top border (y-coordinate: 0).
I can already imagine all kinds of havoc that this could cause if you don't keep account of that gap in your calculations. I bet you can, too.
Finally: I can't tell you how great and polished KDE 4.6 suddenly feels. It's been a while I've been that proud of it. And all because of two extra digits in a little text config file.