atom feed10 messages in org.freebsd.freebsd-mobileUsing xdm and twm on freebsd 6.2
FromSent OnAttachments
Jim SeymourApr 5, 2007 3:56 pm 
Andrew ElmoreApr 5, 2007 4:03 pm 
John L. Utz IIIApr 5, 2007 5:23 pm 
Jim SeymourApr 6, 2007 1:15 am 
Jim SeymourApr 6, 2007 1:15 am 
Torfinn IngolfsenApr 6, 2007 10:47 am 
Anton StamenovApr 6, 2007 12:30 pm 
Jim SeymourApr 6, 2007 1:01 pm 
John L. Utz IIIApr 6, 2007 4:12 pm 
Jim SeymourApr 12, 2007 2:39 am 
Subject:Using xdm and twm on freebsd 6.2
From:Anton Stamenov (mail@gmail.com)
Date:Apr 6, 2007 12:30:36 pm
List:org.freebsd.freebsd-mobile

Hi,

On Thu, 05 Apr 2007, Jim Seymour wrote:

On Thu, 2007-04-05 at 10:39 -0700, David Wolfskill wrote:

As I think you know, starting X via xinit uses ~/.xinitrc, while using xdm uses ~/.xsession.

The latter need sto be executable.

What's in it?

Hi,

.xsession is executable (mode 700 and 770 have been used). So far I have tried everything from copy of Xsession from /usr/X... to hard and soft links of the same to a very simple:

#!/bin/sh twm &

remove the & (ampersign)

Some combinations get as far as the blank screen with a small window that's titled console messages that I cannot do anything with.

Thanks,