Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 24394  / 2 Years ago, sun, june 5, 2022, 7:16:17

After starting the system, i've a black screen (without any screen backlight), then i have to switch to tty6 (ctrl+alt+f6), login and restart the lightdm:



sudo service lightdm restart


I'm using xfce.


More From » xubuntu

 Answers
6

1st Way to solve your issue:



Try to reconfigure lightdm (if it doesn't solve your issue then go for Alternate way mentioned below.)




  • Open terminal(CTRL+ALT+T) and execute following command:



    sudo dpkg-reconfigre lightdm

  • Then chose lightdm from the list. As shown below:




lighdm

(source: akamaihd.net)




  • Restart your system:



    sudo reboot now



It should fix your issue.



an alternate way, which would solve your issue. Give it a try.



Installing a new display manager can fix your problem. Steps to install GDM(a display manager much like lightdm):




  • Open terminal(CTRL+ALT+T) and execute following commands:



    sudo apt-get install gdm
    sudo dpkg-reconfigure lightdm


    then chose gdm from the list:




gdm

(source: akamaihd.net)



    sudo reboot



  • If it's still not fixed, try removing lightdm after installing gdm:



    sudo apt-get remove --purge lightdm
    sudo reboot



Reply if something goes wrong..


[#28746] Sunday, June 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
;