On Fri, 12 Jun 2009 09:42:52 -0400, Carmel <carmel...@hotmail.com> wrote: > Evidently, it is not being executed by startxfce4. If I run the command > once XFCE4 is started, it works.
Of course. ..-) What is startxfce4? Do you call it from text mode? Or is it a command in .xinitrc or .xsession? Because my primary dialog shell is csh, I have these: .xsession: #!/bin/csh source ~/.cshrc exec ~/.xinitrc It incorporates the settings from .cshrc and then continues as .xinitrc. #!/bin/sh [ -f ~/.xmodmaprc ] && xmodmap ~/.xmodmaprc xrandr --fb 1400x1050 xrandr --size 1400x1050 exec startxfce4 (The last line is assumed; I have "start wmaker" there.) Make sure both files are +x. -- Polytropon >From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"