Click to See Complete Forum and Search --> : help with xdm


driftee
03-25-2001, 10:26 PM
these are the steps i took when installing my system
installed from slackware-current (3/23)
installed blackbox package from /contrib
did xf86config
did xwmconfig, selected blackbox
rebooted
did xwmconfig again, saw that no window manager was selected (dont know why this happens, but it happens after the first reboot after a fresh install), selected blackbox again
created .xinitrc in /home/pete with the line exec blackbox
chmod +x ~/.xinitrc
did startx, so .blackboxrc would be created
quit x
did init 4

xdm shows up. when i log in as pete, the screen goes blank for about 3 seconds and then goes back to xdm... why does this occur?

bdg1983
03-26-2001, 02:34 AM
If you start X with startx, it reads ~/.xinitrc but I think xdm checks for ~/.xsession file. So, create .xsession into your home dir and put the exec blackbox there.

kuber
03-26-2001, 02:40 AM
I'm having this problem also-adding exec blackbox to .xsession did nothing to help.

kuber
03-26-2001, 02:44 AM
I'm having this problem also-adding exec blackbox to .xsession did nothing to help.

driftee
03-26-2001, 02:47 AM
kuber, did you try making xsession executable? i havent been able to try anything becasue this is for my box at home.

driftee
03-26-2001, 02:48 AM
ngene, we are both using xdm. startx works fine for me.

kuber
03-26-2001, 03:12 AM
Hell yeah! I chmod +x .xsession... Works great.

Thanks!

driftee
03-26-2001, 03:14 AM
ok, problem solved.