Hello,
I like this old method of starting the graphic Desktop, by booting Linux to the the konsole text mode, reaching to the login and password as user : $ startx [entry] but I fall on a black screen or I receive an error message, that X server cannot be launched.
Which informations do I have to type in my /home/<user>/.xinitrc, to boot directly on TDE ?
Which informations do I have to add in others file ?
Good evening for the west european people, and have a good day for the others.
André
On Sun, 7 Jun 2015 20:59:09 +0200 andre_debian@numericable.fr wrote:
I like this old method of starting the graphic Desktop, by booting Linux to the the konsole text mode, reaching to the login and password as user : $ startx [entry] but I fall on a black screen or I receive an error message, that X server cannot be launched.
Which informations do I have to type in my /home/<user>/.xinitrc, to boot directly on TDE ?
Which informations do I have to add in others file ?
It just works here (debian jessie) without any additional configuration. So this is probably about something you should remove from .xinitrc rather than add :)
Post your xorg.log at least.
andre_debian@numericable.fr composed on 2015-06-07 20:59 (UTC+0200):
I like this old method of starting the graphic Desktop, by booting Linux to the the konsole text mode, reaching to the login and password as user : $ startx [entry] that X server cannot be launched.
On some installations of recent years, setuid is required to make startx launch a DE. You could try this as superuser to make startx work again:
chmod 4711 /usr/bin/Xorg
then again try
startx
Which informations do I have to type in my /home/<user>/.xinitrc, to boot directly on TDE ?
Which informations do I have to add in others file ?
Such things may depend on your specific distro. What have you installed TDE into?