You are not logged in.
startx works ok but when I change my inittab to runlevel 5 I get an old 8-bit login screen. my etc/inittab reads
x:5:respawn:/usr/X11R6/bin/X -nodaemon -nolisten tcp -br
and my x11/xinit/xinitrc file reads
exec startkde
but somewhere I read that xdm reads an xsession file.
what do I need to edit?
Offline
that's starting X directly, you need to start kdm or xdm.
x:5:respawn:/usr/X11R6/bin/xdm -nodaemon
is the line i use for xdm.
Offline
sorry!
I meant /usr/X11R6/bin/xdm
Offline
ln -s .xinitrc .xsession
should work fine (that's what I do)
Offline
i was really hoping it would :0(
it seems to me that i need to define the system-wide xinitrc script which would call xdm before i login.
what should i do with /etc/X11/xdm/Xsession ?
link it to /etc/X11/xinit/xinitrc ?
Offline
i was really hoping it would :0(
it seems to me that i need to define the system-wide xinitrc script which would call xdm before i login.
what should i do with /etc/X11/xdm/Xsession ?
link it to /etc/X11/xinit/xinitrc ?
What? wait... ok, you're missing something.
in your inittab, you see the line
x:5:respawn:/usr/X11R6/bin/xdm -nodaemon
that is the line which executes xdm on startup. the number after the first colon is the runlevel in which xdm is called (run level 5), so in order to do this you need to switch the "initdefault" from 3 to 5.
That will start xdm properly, assuming that your xorg.conf works fine.
Now, when you log into xdm, it runs your ~/.xsession file in the same way startx runs your ~/.xinitrc file (which is why I symlink them)
The most basic .xsession looks like this:
exec fluxbox
you need nothing else besides the window manager in the most basic form.
if you have all this and it's still not working, it's most likely your xorg.conf, so you'll have to start looking for errors in /var/log/X.0.log
Offline
i guess i meant to boot into kde with xdm but somehow bypass the lame xdm login screen. kdm crashes to often.
Offline
i guess i meant to boot into kde with xdm but somehow bypass the lame xdm login screen. kdm crashes to often.
You can search the forums for xdm themes that aren't so lame. I don't know if you can bypass login altogether or not.
Dusty
Offline
I've made myself a custom xdm theme. I could make a pkg if you're interested. screenshot here: http://bbs.archlinux.org/viewtopic.php?t=5592&start=25
Offline
subatomic wrote:i guess i meant to boot into kde with xdm but somehow bypass the lame xdm login screen. kdm crashes to often.
You can search the forums for xdm themes that aren't so lame. I don't know if you can bypass login altogether or not.
Dusty
gdm can do autologin... but I wouldn't know how - i would assume a quick google for "gdm auto login" would help.
Offline
I read this thread and decided to look into how I have been doing things. I came across the .xsession-errors file. Mine is 52 MB! and 99.9% of it is this:
*** attempt to put segment in horiz list twice
What does that mean?
Offline
I read this thread and decided to look into how I have been doing things. I came across the .xsession-errors file. Mine is 52 MB! and 99.9% of it is this:
*** attempt to put segment in horiz list twice
What does that mean?
http://www.wlug.org.nz/CommonErrors :
* attempt to put segment in horiz list twice
You might see this error message if you use GNOME - it appears quite regularly in my $HOME/.xsession-errors file.
It is 'mostly harmless', and seems to occur most frequently when activating menus. Apparently, it is caused by libsvg/libarts, and implies a minor problem with one of the SVG icons.
Offline
i guess i meant to boot into kde with xdm but somehow bypass the lame xdm login screen. kdm crashes to often.
You might try adding the folloing line to rc.local:
exec startkde
v/r
Suds
Offline
subatomic wrote:i guess i meant to boot into kde with xdm but somehow bypass the lame xdm login screen. kdm crashes to often.
You might try adding the folloing line to rc.local:
exec startkde
that would log you in as root then, no?
Offline
I know how to do autologin without xdm or kdm or gdm, but i cant get it right now, as i dont have linux installed.
ill post it on friday
Offline
subatomic wrote:i guess i meant to boot into kde with xdm but somehow bypass the lame xdm login screen. kdm crashes to often.
You might try adding the folloing line to rc.local:
exec startkde
Sorry, that should read
su username -c "exec startkde"
v/r
Suds
Offline