I love KDE4, but this is a seriously annoying bug. It never remembers my screen resolution, and I can't be bothered to reset my desired settings with Display Settings or KRandRTray each time I login (like a lot of users seem to still be doing, given the answers I've read on this site for this question).
Do this instead:
sudo nano /etc/kde4/kdm/Xsetup
Add this line:
xrandr --output default --mode 1280x1024
Substitute your desired mode. It's possible you might have to specify the output (my "default" is VGA-1) but I use the above line as-is.
^O to save. Reboot.
Still works with 10.10. I've done 2 installs this month (x86 and x86_64).
Do this instead:
sudo nano /etc/kde4/kdm/Xsetup
Add this line:
xrandr --output default --mode 1280x1024
Substitute your desired mode. It's possible you might have to specify the output (my "default" is VGA-1) but I use the above line as-is.
^O to save. Reboot.
Still works with 10.10. I've done 2 installs this month (x86 and x86_64).
Comment