On Wed, 24 Apr 2019 14:12:51 -0300 leandroe...@gmail.com wrote:
> I solved the problem by copying the file /usr/share/doc/xserver-xorg-
> video-intel/xorg.conf to the directory /etc/X11/
>
> Some Xorg logs:
> LightDM Log: https://paste.debian.net/1079159/
> Xorg log before: https://paste.debian.net/1079164/
> Xorg Log after: https://paste.debian.net/1079167/
>
>
>
I have the same graphics interface: Intel Corporation
Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics
Solved this executing the code below in recovery mode:
# Xorg -configure
# mkdir /usr/share/X11/xorg.conf.d
# cp xorg.conf.new /usr/share/X11/xorg.conf.d/xorg.conf
# reboot