Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Fail at initialize lightdm

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Vitekk
Posts: 6
Joined: 2018-03-16 22:15

Fail at initialize lightdm

#1 Post by Vitekk »

I was having tearing on image to I runned the command:

Code: Select all

sudo apt-get install mesa-utils -y && sudo mkdir /etc/X11/xorg.conf.d/ && echo -e 'Section "Device"\n Identifier "Intel Graphics"\n Driver "Intel"\n Option "AccelMethod" "sna"\n Option "TearFree" "true"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf
after rebooting I now having this error on initialize the lightdm
https://imgur.com/a/obtMJ
I'ts my firs time on the type of thing, so please, what I have to do?
PS: I'm using a GeForce GTX 750

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Fail at initialize lightdm

#2 Post by Head_on_a_Stick »

Vitekk wrote:I'm using a GeForce GTX 750
Then why are you forcing Xorg to use your Intel integrated card?

Remove /etc/X11/xorg.conf.d/20-intel.conf and try again.

You could also check /var/log/lightdm for more clues.

EDIT: to control tearing with NVIDIA cards see https://wiki.archlinux.org/index.php/NV ... en_tearing
deadbang

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Fail at initialize lightdm

#3 Post by debiman »

Vitekk wrote:

Code: Select all

sudo apt-get install mesa-utils -y && sudo mkdir /etc/X11/xorg.conf.d/ && echo -e 'Section "Device"\n Identifier "Intel Graphics"\n Driver "Intel"\n Option "AccelMethod" "sna"\n Option "TearFree" "true"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf
so you blindly copy-pasted some spaghetti code from some random blog to solve an issue -
where did you get that from?
also, i think this command will fail if the directory already exists: sudo mkdir /etc/X11/xorg.conf.d/, and the oneliner will not continue anymore.
and what has intel to do with nvidia?
it's all very questionable.

User avatar
Fernando Negro
Posts: 124
Joined: 2013-11-24 01:29
Location: Portugal
Has thanked: 2 times

Re: Fail at initialize lightdm

#4 Post by Fernando Negro »

When configuring GNU/Linux,

You should *never* do any procedure that you don't understand. (Otherwise - like you've learned - you risk breaking your system, or not knowing how to put things back as they were, before such procedure, if something goes wrong.)

Take your time to study what you're doing, in order to have at least an idea of what's happening. You'll repeatedly learn things, to the point that you'll start to be able to solve some of the (small) problems yourself.
I just *love* the stability, much more bug-free nature, and modular installation options of Debian. Apart from the unfortunate adoption of "systemd" (viewtopic.php?f=20&t=129881&start=165#p671030) this distribution is *great*.

Post Reply