Apart from that, I'm still trying to find a way to get a console login when xdm/gdm has been set up. Anybody has a clue ?
Chero.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126738\"][{POST_SNAPBACK}][/a][/div]
I was thinking of calling a script with a .desktop session file that kills the gdm process. A bit of a hack but it might work.
Jerry
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126742\"][{POST_SNAPBACK}][/a][/div]
This works if I change "inittab" in the same script. It's not really killing gdm, I change "inittab" in the script to the original one, then I "telinit 5" to go back to runlevel 5 and I get my console login.
The bad thing is that when you've done this, you'll get a console login after reboot. I created a script called "restore-X-login" to put back the "inittab" with an X-login. Then I get x-login after reboot (and after running the script).
I'm still fiddling with this to make it more beautiful, I've already changed "inittab" so I can see the console login on reboot, right before gdm launches. The trick is to kill gdm, without gdm restarting automatically. Once I know how to do this, "inittab" can stay what and where it is.
Have fun,
Chero.