You are not logged in.
I must use /etc/rc.d/gdm start because startx does not work.
how do i fix this?
Last edited by fernux (2007-06-04 23:23:20)
Offline
By adding the wm you want to start in ~/.xinitrc
Offline
in ~/.xinitrc you would add
exec gnome-sessionmake sure to comment out the other exec's
Offline
Tank for your replays.
It it solved now.:D
I had to edit as your replay but i have the /etc/X11/xinit/initrc file instead and not .initrc in home directory.
Offline
umm, you do not edit the /etc/X11/xinit/xinitrc file. That file is for system wide settings and may get overwritten with an upgrade of Xorg. What you should do is create a file know as .xinitrc in your home directory. contents of .xinitrc in home directory override that of /etc/X11/xinit/xinitrc. that way you do not force other users into your choice, not modify system files and also its easier to edit .xinitrc in you own home directory.
so do this in your home:
touch .xinitrcand then put your wm line as shown in posts above.
Tank for your replays.
It it solved now.:D
I had to edit as your replay but i have the /etc/X11/xinit/initrc file instead and not .initrc in home directory.
Offline
Tanks for your replay paramthegreat, i have now correct it and it works as i should now i belive.
And your explanation is great. tanks
Offline