Hi,
With a CentOS minimal installation the tde session doesn't start. Installing over gnome (gdm) or mate (lightdm) it works. Any tips?
Sebastião Guerra composed on 2017-07-27 13:53 (UTC-0300):
With a CentOS minimal installation the tde session doesn't start.
What do you try to do exactly to start it? What does happen when you try? Is trinity-tdm installed and enabled?
Installing over gnome (gdm) or mate (lightdm) it works. Any tips?
Are these different computers, or different installations on the same computer?
I have install trinity-desktop-all, and use "startx" to try start session, it not work. The trinity-desktop-all install tdm, and I enabled that, after reboot it shows up, but after user and password not start the desktop. Same machine, different installs.
2017-07-27 14:18 GMT-03:00 Felix Miata mrmazda@earthlink.net:
Sebastião Guerra composed on 2017-07-27 13:53 (UTC-0300):
With a CentOS minimal installation the tde session doesn't start.
What do you try to do exactly to start it? What does happen when you try? Is trinity-tdm installed and enabled?
Installing over gnome (gdm) or mate (lightdm) it works. Any tips?
Are these different computers, or different installations on the same computer? -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
To unsubscribe, e-mail: trinity-users-unsubscribe@ lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists. pearsoncomputing.net Read list messages on the web archive: http://trinity-users. pearsoncomputing.net/ Please remember not to top-post: http://trinity. pearsoncomputing.net/mailing_lists/#top-posting
Sebastião Guerra composed on 2017-07-27 14:21 (UTC-0300):
I have install trinity-desktop-all, and use "startx" to try start session, it not work. The trinity-desktop-all install tdm, and I enabled that, after reboot it shows up, but after user and password not start the desktop. Same machine, different installs.
Your details are not entirely clear.
What does 'it not work' mean? What does happen when you try? Do you see error messages? If yes, what are they?
Can you login as root and start a TDE session using startx?
After reboot, exactly what shows up?
What is the output of 'ls -l /usr/bin/Xorg'?
Error messages: http://imgur.com/YS2vGqB
Can't login with root or normal user
System hangs on black screen
ls -l /usr/bin/Xorg -rwsr-xr-x. 1 root root 2409560 Nov 5 2016 /usr/bin/Xorg
2017-07-27 14:47 GMT-03:00 Felix Miata mrmazda@earthlink.net:
Sebastião Guerra composed on 2017-07-27 14:21 (UTC-0300):
I have install trinity-desktop-all, and use "startx" to try start
session,
it not work. The trinity-desktop-all install tdm, and I enabled that,
after
reboot it shows up, but after user and password not start the desktop.
Same
machine, different installs.
Your details are not entirely clear.
What does 'it not work' mean? What does happen when you try? Do you see error messages? If yes, what are they?
Can you login as root and start a TDE session using startx?
After reboot, exactly what shows up?
What is the output of 'ls -l /usr/bin/Xorg'?
"The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
To unsubscribe, e-mail: trinity-users-unsubscribe@ lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists. pearsoncomputing.net Read list messages on the web archive: http://trinity-users. pearsoncomputing.net/ Please remember not to top-post: http://trinity. pearsoncomputing.net/mailing_lists/#top-posting
Am Donnerstag, 27. Juli 2017 schrieb Sebastião Guerra:
Error messages: http://imgur.com/YS2vGqB
Can't login with root or normal user
System hangs on black screen
ls -l /usr/bin/Xorg -rwsr-xr-x. 1 root root 2409560 Nov 5 2016 /usr/bin/Xorg
2017-07-27 14:47 GMT-03:00 Felix Miata mrmazda@earthlink.net:
Sebastião Guerra composed on 2017-07-27 14:21 (UTC-0300):
I have install trinity-desktop-all, and use "startx" to try start
session,
it not work. The trinity-desktop-all install tdm, and I enabled that,
after
reboot it shows up, but after user and password not start the desktop.
Same
machine, different installs.
Your details are not entirely clear.
What does 'it not work' mean? What does happen when you try? Do you see error messages? If yes, what are they?
Can you login as root and start a TDE session using startx?
After reboot, exactly what shows up?
What is the output of 'ls -l /usr/bin/Xorg'?
"The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
If you are lucky, make sure you have "tdm-trinity" installed and remove all other login managers. This should work.
But I suspect you won't be so lucky and your distribution wants you to run a "systemd certified login manager for simplicity and enhanced user experience" - otherwise there will be no X and no TDE. In this case install xdm or lightdm or whatever your disto wants you to and praise the great LP for his masterpiece - or you won't have TDE.
Nik
Sebastião Guerra composed on 2017-07-27 16:28 (UTC-0300):
Error messages: http://imgur.com/YS2vGqB
Can't login with root or normal user
System hangs on black screen
ls -l /usr/bin/Xorg -rwsr-xr-x. 1 root root 2409560 Nov 5 2016 /usr/bin/Xorg
There is a slight possibility that changing that is a solution. You can try as root or using sudo:
chmod 4711 /usr/bin/Xorg
The result would be -rws--x--x 1 root root 2409560 Nov 5 2016 /usr/bin/Xorg
However, the problem is more likely elsewhere. Your screenshot mainly only tells us that Xorg cannot run. We need more information.
Please share your Xorg.0.log and/or Xorg.1.log file(s) from /var/log/ or from ~/.local/share/xorg/ wherever you find it/them. You can use fpaste to paste directly from a shell prompt. From any web browser any kind of text paste will do, such as https://pastebin.com/
One possible problem is that TDM has not been configured and needs to be, rather than trying to run TDE using startx. It's also possibly that Xorg is simply broken on that installation. The log will give us something to work from.
Thanks Dr. Nikolaus Klepp and Felix Miata, the problem is that xorg puts wrong video mode. Both tdm and lightdm works fine.
2017-07-27 18:52 GMT-03:00 Felix Miata mrmazda@earthlink.net:
Sebastião Guerra composed on 2017-07-27 16:28 (UTC-0300):
Error messages: http://imgur.com/YS2vGqB
Can't login with root or normal user
System hangs on black screen
ls -l /usr/bin/Xorg -rwsr-xr-x. 1 root root 2409560 Nov 5 2016 /usr/bin/Xorg
There is a slight possibility that changing that is a solution. You can try as root or using sudo:
chmod 4711 /usr/bin/Xorg
The result would be -rws--x--x 1 root root 2409560 Nov 5 2016 /usr/bin/Xorg
However, the problem is more likely elsewhere. Your screenshot mainly only tells us that Xorg cannot run. We need more information.
Please share your Xorg.0.log and/or Xorg.1.log file(s) from /var/log/ or from ~/.local/share/xorg/ wherever you find it/them. You can use fpaste to paste directly from a shell prompt. From any web browser any kind of text paste will do, such as https://pastebin.com/
One possible problem is that TDM has not been configured and needs to be, rather than trying to run TDE using startx. It's also possibly that Xorg is simply broken on that installation. The log will give us something to work from. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
To unsubscribe, e-mail: trinity-users-unsubscribe@ lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists. pearsoncomputing.net Read list messages on the web archive: http://trinity-users. pearsoncomputing.net/ Please remember not to top-post: http://trinity. pearsoncomputing.net/mailing_lists/#top-posting
Sebastião Guerra composed on 2017-07-27 18:59 (UTC-0300):
the problem is that xorg puts wrong video mode. Both tdm and lightdm works fine.
We await seeing Xorg.#.log(s).
Here is the logs
https://pastebin.com/raw/AQ3vyDwG
2017-07-27 19:34 GMT-03:00 Felix Miata mrmazda@earthlink.net:
Sebastião Guerra composed on 2017-07-27 18:59 (UTC-0300):
the problem is that xorg puts wrong video mode. Both tdm and lightdm works fine.
We await seeing Xorg.#.log(s).
"The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
To unsubscribe, e-mail: trinity-users-unsubscribe@ lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists. pearsoncomputing.net Read list messages on the web archive: http://trinity-users. pearsoncomputing.net/ Please remember not to top-post: http://trinity. pearsoncomputing.net/mailing_lists/#top-posting
Sebastião Guerra composed on 2017-07-27 19:58 (UTC-0300):
Here is the logs
That did not help much.
Please provide output from
inxi -c0 -G
and/or
lspci --nnk | grep -a5 VGA
Given that you had Gnome and Mate working, I suspect your gfxcard requires firmware for Xorg that is not installed, or a newer kernel than the old 3.10 that CentOS provides, or a proprietary Xorg driver that is not installed.
Hi,
As a did the minimal installation the commands above solve the problem (CentOS7)
systemctl isolate graphical.target systemctl set-default graphical.target
So I think that this steps have to be included on wiki page
2017-07-27 21:05 GMT-03:00 Felix Miata mrmazda@earthlink.net:
Sebastião Guerra composed on 2017-07-27 19:58 (UTC-0300):
Here is the logs
That did not help much.
Please provide output from
inxi -c0 -G
and/or
lspci --nnk | grep -a5 VGA
Given that you had Gnome and Mate working, I suspect your gfxcard requires firmware for Xorg that is not installed, or a newer kernel than the old 3.10 that CentOS provides, or a proprietary Xorg driver that is not installed. -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation)
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
To unsubscribe, e-mail: trinity-users-unsubscribe@ lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists. pearsoncomputing.net Read list messages on the web archive: http://trinity-users. pearsoncomputing.net/ Please remember not to top-post: http://trinity. pearsoncomputing.net/mailing_lists/#top-posting