You aren't alone. And now that I've gotten through their stupid captcha and registered, maybe I can help you out.

I ended up backing up the xstartup file in ~/.vnc/xstartup and starting fresh. This is my xstartup now:
- Code: Select all
#!/bin/sh
export XKL_XMODMAP_DISABLE=1
exec startxfce4
Which I found on the Archlinux Wiki. Substituting the KDE command:
- Code: Select all
exec startkde &
Worked for KDE. The server now obeys the geometry setting as it should. I don't know why the ArchWiki entry didn't have & at the end of the startxfce4 command, but everything worked so I don't care.
