Version: 4.6 (using KDE 4.6.2) OS: Linux After rebooting my system, the changes I saved as default in kcmshell display are not taken into account. I use dual-head and when I reboot, one screen is the clone of the other, and uses a wrong resolution. Reproducible: Always Steps to Reproduce: 1. Start the display settings 2. Make some changes 3. Save as default 4. Reboot Actual Results: Settings are not taken into account Expected Results: Take my settings into account. There is no xorg.conf in my /etc/X11/
Are you sure you're not just experiencing #275360? Which system shell do you use?
(In reply to comment #1) > Are you sure you're not just experiencing #275360? Which system shell do you > use? Yes, I'm sure I'm not experiencing this other bug, because I'm using a GUI (I'm going to post a screenshot of it in attachement), which makes your second question irrelevant (but FYI, I use zsh, which is so cool). I launch the GUI from krunner
Created attachment 62718 [details] the config app I'm using
BTW, running ps faux | grep kcm when the software is launched shows this: ps faux|grep kcm gparis 1999 0.0 0.0 3984 88 ? S 09:59 0:00 /usr/lib/kde4/libexec/start_kdeinit +kcminit_startup gparis 2873 4.1 0.7 386528 30004 ? Sl 10:06 0:00 \_ /usr/bin/kcmshell4 display
Yes, you use a GUI, but GUI-s and shells can cohabit. The file configured by krandr, krandrrc, is red by a shell script at startup, krandrsetup. That script was buggy up to KDE 4.6.5. So which system shell do you use (not necessarily the same as your user shell)? Which distribution do you use? Does the problem persist with 4.6.5?
Is my system shell the thing /bin/sh points to? If yes then it must be dash : ⚡ ll /bin/sh lrwxrwxrwx 1 root root 4 2011-05-06 19:30 /bin/sh -> dash I'm currently using Ubuntu with KDE 4.6.2, I'll try to update soon.
Yes. As dash is your system shell, you're most likely just experiencing #275360.
I upgraded, and it know works. Thanks a lot!