How to start new GUI server in ctrl+alt+f1

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
crashtua

How to start new GUI server in ctrl+alt+f1

Post by crashtua »

Im trying to start new xserver in terminal ctrl+alt+f1, it starts works normally, but when i switch to ctrl+alt+f7 and then back to ctrl+alt+f1 i can see only console but no gui. How to show previously started xserver?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Myrmidon83

Re: How to start new GUI server in ctrl+alt+f1

Post by Myrmidon83 »

Try

Code: Select all

startx
If it comes up with an error saying it's already in use or something like that then try

Code: Select all

sudo service mdm stop
followed by

Code: Select all

sudo service mdm start
You might need to enter

Code: Select all

startx
again after, I can't quite remember.



Hope that helps.
Locked

Return to “MATE”