GUI not loading but going to login
03 Nov 2021 15:19 - 03 Nov 2021 15:27 #225110
by Clive S
GUI not loading but going to login was created by Clive S
Attachments:
Last edit: 03 Nov 2021 15:27 by Clive S.
Please Log in or Create an account to join the conversation.
03 Nov 2021 17:01 #225119
by bevins
Replied by bevins on topic GUI not loading but going to login
This has to do with microcode for the processor. Let me guess it is an AMD?
Please Log in or Create an account to join the conversation.
03 Nov 2021 18:41 #225132
by Clive S
Yes, You are correct it is a AMD Athlon 64 X2 3800+
Replied by Clive S on topic GUI not loading but going to login
This has to do with microcode for the processor. Let me guess it is an AMD?
Yes, You are correct it is a AMD Athlon 64 X2 3800+
Please Log in or Create an account to join the conversation.
04 Nov 2021 22:35 - 04 Nov 2021 22:36 #225287
by Clive S
Replied by Clive S on topic GUI not loading but going to login
I have a PC that does not load the gui on start up, but instead goes to a login prompt.I have put the SSD in various PC's without any issues. I suspect that the clue is in the first line of the pic.
Bump
AMD Athlon 64 X2 3800+
I am not sure if this PC can be used
Last edit: 04 Nov 2021 22:36 by Clive S.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19209
- Thank you received: 6438
04 Nov 2021 23:47 #225301
by tommylight
Replied by tommylight on topic GUI not loading but going to login
Log in then type
startx
see what comes up, i have a suspicion on graphic something or another.
startx
see what comes up, i have a suspicion on graphic something or another.
Please Log in or Create an account to join the conversation.
05 Nov 2021 09:45 #225379
by Clive S
I have tried it with startx and sudo startx
Replied by Clive S on topic GUI not loading but going to login
Log in then type
startx
see what comes up, i have a suspicion on graphic something or another.
I have tried it with startx and sudo startx
Attachments:
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19209
- Thank you received: 6438
05 Nov 2021 09:57 - 05 Nov 2021 09:59 #225380
by tommylight
Replied by tommylight on topic GUI not loading but going to login
Hmm that usually means another instance of xorg is already running, so type
sudo top
and check if there is anything X related already running.
Edit:
BTW, even if you manage to make it work, i would not use that PC for machine control, it seems like a hardware issue so sooner or later it will mess up.
sudo top
and check if there is anything X related already running.
Edit:
BTW, even if you manage to make it work, i would not use that PC for machine control, it seems like a hardware issue so sooner or later it will mess up.
Last edit: 05 Nov 2021 09:59 by tommylight. Reason: more info
Please Log in or Create an account to join the conversation.
05 Nov 2021 11:48 #225387
by Clive S
Where will I find the logs as the X server is not starting
Replied by Clive S on topic GUI not loading but going to login
The only command starting with x is xprtoidHmm that usually means another instance of xorg is already running, so type
sudo top
and check if there is anything X related already running.
Edit:
BTW, even if you manage to make it work, i would not use that PC for machine control, it seems like a hardware issue so sooner or later it will mess up.
Where will I find the logs as the X server is not starting
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19209
- Thank you received: 6438
05 Nov 2021 13:33 #225395
by tommylight
Replied by tommylight on topic GUI not loading but going to login
sudo dmesg | grep xconf
sudo dmesg | grep video
sudo dmesg | grep vga
sudo dmesg | grep amd
sudo dmesg | grep radeon
sudo dmesg | grep nvidia
check each of them for clues.
Friendly advice:
From experience, if Linux does not start on a PC, do a clear cmos and try again, if it does not work = throw in a bin and get another one.
Linux works with all kinds of hardware and might have issues with some, but find me an operating system that works with RISC processors ???
sudo dmesg | grep video
sudo dmesg | grep vga
sudo dmesg | grep amd
sudo dmesg | grep radeon
sudo dmesg | grep nvidia
check each of them for clues.
Friendly advice:
From experience, if Linux does not start on a PC, do a clear cmos and try again, if it does not work = throw in a bin and get another one.
Linux works with all kinds of hardware and might have issues with some, but find me an operating system that works with RISC processors ???
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
05 Nov 2021 15:00 #225401
by Clive S
Tom . Thanks for the feedback, I hear you. I do have plenty of PC's
It's just like I don't like being beaten.
This pc will load linuxcnc through a terminal using $ linuxcnc machine-name.ini
I will check out the above.
Replied by Clive S on topic GUI not loading but going to login
sudo dmesg | grep xconf
sudo dmesg | grep video
sudo dmesg | grep vga
sudo dmesg | grep amd
sudo dmesg | grep radeon
sudo dmesg | grep nvidia
check each of them for clues.
Friendly advice:
From experience, if Linux does not start on a PC, do a clear cmos and try again, if it does not work = throw in a bin and get another one.
Linux works with all kinds of hardware and might have issues with some, but find me an operating system that works with RISC processors ???
Tom . Thanks for the feedback, I hear you. I do have plenty of PC's
It's just like I don't like being beaten.
This pc will load linuxcnc through a terminal using $ linuxcnc machine-name.ini
I will check out the above.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.144 seconds