[Solved]Failed to start the X server (your grafical interface)

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
varuma

[Solved]Failed to start the X server (your grafical interface)

Post by varuma »

Hi,

Yesterday I turned off my laptop and now I can't start Linux.
The following screen appears:

Failed to start the X server (your grafical interface). It us likely that it is not set up correctly. Would you like to view the X server output to diagnose the problem?


Initializing build-in extension DRI2
Loading extension GLX
(EE)
Fatal server error:
(EE) no screen found (EE)
(EE)
Please consult the X.org Foundation support
(EE) Please also check the log file at /var/log/Xorg.0.log for additio
(EE) Server terminated with error (1). Closing log file.


What can I do?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
varuma

Re: Failed to start the X server (your grafical interface)

Post by varuma »

Please, what should I do? :(
kukamuumuka

Re: Failed to start the X server (your grafical interface)

Post by kukamuumuka »

varuma wrote: Yesterday I executed the following command:

sudo apt-get install nvidia-cuda-dev nvidia-cuda-toolkit libmicrohttpd-dev libssl-dev cmake cmake-curses-gui build-essential
Boot to the recovery-mode and there drop to the root prompt and remove nvidia-drivers.

Code: Select all

mount -o remount,rw /
apt-get purge nvidia-*
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia
sync
reboot
Edit: I corrected a typo remount
Last edited by kukamuumuka on Sun Nov 19, 2017 3:39 pm, edited 1 time in total.
varuma

Re: Failed to start the X server (your grafical interface)

Post by varuma »

administrollaattori wrote:
varuma wrote: Yesterday I executed the following command:

sudo apt-get install nvidia-cuda-dev nvidia-cuda-toolkit libmicrohttpd-dev libssl-dev cmake cmake-curses-gui build-essential
Boot to the recovery-mode and there drop to the root prompt and remove nvidia-drivers.

Code: Select all

mount -o remout,rw /
apt-get purge nvidia-*
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia
sync
reboot
How can I do this?
To click on Advanced options for Linux Mint - https://my.pcloud.com/publink/show?code ... HdALk0rXFX
And then Linux Mint (recovery mood)? https://my.pcloud.com/publink/show?code ... 0L4zANVlRX

Am I gonna lose information that's on my laptop?:(
kukamuumuka

Re: Failed to start the X server (your grafical interface)

Post by kukamuumuka »

varuma wrote:
How can I do this?
To click on Advanced options for Linux Mint - https://my.pcloud.com/publink/show?code ... HdALk0rXFX
And then Linux Mint (recovery mood)? https://my.pcloud.com/publink/show?code ... 0L4zANVlRX

Am I gonna lose information that's on my laptop?:(
Choose Advanced and there Recovery Mode. You gonna uninstall graphic driver only, so everything else will be untouched. :wink:
varuma

Re: Failed to start the X server (your grafical interface)

Post by varuma »

administrollaattori wrote:
varuma wrote:
How can I do this?
To click on Advanced options for Linux Mint - https://my.pcloud.com/publink/show?code ... HdALk0rXFX
And then Linux Mint (recovery mood)? https://my.pcloud.com/publink/show?code ... 0L4zANVlRX

Am I gonna lose information that's on my laptop?:(
Choose Advanced and there Recovery Mode. You gonna uninstall graphic driver only, so everything else will be untouched. :wink:
I have to write

mount -o remout,rw /
apt-get purge nvidia-*
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia
sync
reboot


down here - https://my.pcloud.com/publink/show?code ... ynqyJD82lV?

Sorry for my silly questions..
WharfRat

Re: Failed to start the X server (your grafical interface)

Post by WharfRat »

Yes, choose root - the one you highlighted then

Code: Select all

mount -o remout,rw /
apt-get purge nvidia-*
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia
sync
reboot
varuma

Re: Failed to start the X server (your grafical interface)

Post by varuma »

WharfRat wrote:Yes, choose root - the one you highlighted then

Code: Select all

mount -o remout,rw /
apt-get purge nvidia-*
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia
sync
reboot

Will it work out written this way?
https://my.pcloud.com/publink/show?code ... kmshrmbeLX
kukamuumuka

Re: Failed to start the X server (your grafical interface)

Post by kukamuumuka »

varuma wrote:
WharfRat wrote:Yes, choose root - the one you highlighted then

Code: Select all

mount -o remount,rw /
apt-get purge nvidia-*
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia
sync
reboot

Will it work out written this way?
https://my.pcloud.com/publink/show?code ... kmshrmbeLX
No, one line at once and then press enter after every command.
Last edited by kukamuumuka on Sun Nov 19, 2017 3:38 pm, edited 1 time in total.
varuma

Re: Failed to start the X server (your grafical interface)

Post by varuma »

administrollaattori wrote:
varuma wrote:
WharfRat wrote:Yes, choose root - the one you highlighted then

Code: Select all

mount -o remout,rw /
apt-get purge nvidia-*
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia
sync
reboot

Will it work out written this way?
https://my.pcloud.com/publink/show?code ... kmshrmbeLX
No, one line at once and then press enter after every command.
Is it normal to get this after purge command? Do I have to proceed with the next lines?

https://my.pcloud.com/publink/show?code ... 1dUkp30iek
kukamuumuka

Re: Failed to start the X server (your grafical interface)

Post by kukamuumuka »

varuma wrote: Is it normal to get this after purge command? Do I have to proceed with the next lines?

https://my.pcloud.com/publink/show?code ... 1dUkp30iek
I have made a typo. You need to run first

Code: Select all

mount -o remount,rw /
varuma

Re: Failed to start the X server (your grafical interface)

Post by varuma »

administrollaattori wrote:
varuma wrote: Is it normal to get this after purge command? Do I have to proceed with the next lines?

https://my.pcloud.com/publink/show?code ... 1dUkp30iek
I have made a typo. You need to run first

Code: Select all

mount -o remount,rw /
My PC is back! God bless you administrollaattori and WharfRat!!!
kukamuumuka

Re: Failed to start the X server (your grafical interface)

Post by kukamuumuka »

varuma wrote:
administrollaattori wrote:
varuma wrote: Is it normal to get this after purge command? Do I have to proceed with the next lines?

https://my.pcloud.com/publink/show?code ... 1dUkp30iek
I have made a typo. You need to run first

Code: Select all

mount -o remount,rw /
My PC is back! God bless you administrollaattori and WharfRat!!!
Problem solved, so you could add [Solved] to the topic's heading. :D
WharfRat

Re: Failed to start the X server (your grafical interface)

Post by WharfRat »

varuma wrote: My PC is back! God bless you administrollaattori and WharfRat!!!
I really didn't do anything but echo what administrollaattori had already advised :wink:
Locked

Return to “Installation & Boot”