<div dir="ltr">Looks like I have got some breakthrough in resolving the issue and launch X successfully.<div><br></div><div>When i launched the X previously with the below command on virtual terminal (Ctrl+Alt+F4), i have got below errors which are not allowed to launch X</div><div># sudo startx -- -loglevel 6</div><div><br></div><div><p style="margin:0in;font-family:Calibri;font-size:11pt;color:white"><span style="background:red">Faced issues while running Xorg on the
terminal : </span></p>

<p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt">(EE)
intel: module ABI major version (24) doesn't match the server's version (25)</p>

<p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt">(EE)
Failed to load module "intel" (module requirement mismatch, 0)</p>

<p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt">(EE)
fbdev: module ABI major version (24) doesn't match the server's version (25)</p>

<p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt">(EE)
Failed to load module "fbdev" (module requirement mismatch, 0)</p>

<p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt">(EE)
vesa: module ABI major version (24) doesn't match the server's version (25)</p>

<p style="margin:0in 0in 0in 0.375in;font-family:Calibri;font-size:11pt">(EE)
Failed to load module "vesa" (module requirement mismatch, 0)</p></div><div><br></div><div><p style="margin:0in;font-family:Calibri;font-size:11pt">To overcome the  above failures upgraded video-intel,
video-fbdev and video-vesa drivers present in /usr/lib to the latest with the
below procedure.</p>

<p style="margin:0in;font-family:Calibri;font-size:11pt"> </p>

<p style="margin:0in;font-family:Calibri;font-size:11pt">git clone <a href="https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel.git">https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel.git</a></p><p style="margin:0in;font-family:Calibri;font-size:11pt">git
clone <a href="https://gitlab.freedesktop.org/xorg/driver/xf86-video-fbdev.git">https://gitlab.freedesktop.org/xorg/driver/xf86-video-fbdev.git</a></p><p style="margin:0in;font-family:Calibri;font-size:11pt">git
clone <a href="https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa.git">https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa.git</a></p><p style="margin:0in;font-family:Calibri;font-size:11pt">./autogen.sh
--prefix=/usr/</p><p style="margin:0in;font-family:Calibri;font-size:11pt">make -j32</p><p style="margin:0in;font-family:Calibri;font-size:11pt">



</p><p style="margin:0in;font-family:Calibri;font-size:11pt">sudo make install</p><p style="margin:0in;font-family:Calibri;font-size:11pt"><br></p><p style="margin:0in;font-family:Calibri;font-size:11pt">After this, I can able to launch X now. Hope this help.</p><p style="margin:0in;font-family:Calibri;font-size:11pt"><br></p><p style="margin:0in;font-family:Calibri;font-size:11pt">Thanks </p><p style="margin:0in;font-family:Calibri;font-size:11pt">Uday Kiran</p></div><div><br></div></div>