Debian 10 x64
Linux pcname 4.19.0-11-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64 GNU/Linux
Intel Core i5-6200U
Intel HD Graphics 520
- After being unable to run xorg with
startxon TTY1 added/usr/share/X11/xorg.conf.d/20-intel.conf:
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
EndSection
Logged in on default TTY7 with user1 with GUI (tried lightdm and sddm with KDE5)
Logged in on TTY1 with user2 and run
startx. Cinnamon runs well.Switched back to TTY7 and got black screen with blinking input cursor. In case with lightdm machine hangs. I can't switch back to TTY1 and only REISUB helps. In case with sddm there was cyclically switching between TTY1 and back.
The same was with Intel Core i3-3120M (Debian 8 and 10).
Tried to set uxa and blt options with no changes. On PC with nvidia videocard everything working perfect with Debian 8 and 10.
Syslog (don't sure this strings related to my problem directly):
Oct 7 21:04:25 pcname systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 7 21:04:25 pcname systemd[1]: session-c1.scope: Killing process 1073 (lightdm) with signal SIGTERM.
Oct 7 21:04:25 pcname systemd[1]: Stopping Session c1 of user lightdm.
Oct 7 21:04:25 pcname systemd[1]: session-c1.scope: Succeeded.
Oct 7 21:04:25 pcname systemd[1]: Stopped Session c1 of user lightdm.
Oct 7 21:04:26 pcname systemd[1]: systemd-fsckd.service: Succeeded.
Oct 7 21:04:28 pcname systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Oct 7 21:04:28 pcname systemd[1]: lightdm.service: Failed with result 'exit-code'.
Oct 7 21:04:28 pcname systemd[1]: lightdm.service: Service RestartSec=100ms expired, scheduling restart.
Oct 7 21:04:28 pcname systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 1.
Oct 7 21:04:28 pcname systemd[1]: Stopped Light Display Manager.
Oct 7 21:04:28 pcname systemd[1]: Starting Light Display Manager...
Oct 7 21:04:28 pcname systemd[1]: Started Light Display Manager.
Oct 7 21:04:30 pcname systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Oct 7 21:04:30 pcname systemd[1]: lightdm.service: Failed with result 'exit-code'.
Oct 7 21:04:30 pcname systemd[1]: lightdm.service: Service RestartSec=100ms expired, scheduling restart.
Oct 7 21:04:30 pcname systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 2.
Oct 7 21:04:30 pcname systemd[1]: Stopped Light Display Manager.
Oct 7 21:04:30 pcname systemd[1]: Starting Light Display Manager...
Oct 7 21:04:30 pcname systemd[1]: Started Light Display Manager.
Oct 7 21:04:33 pcname systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Oct 7 21:04:33 pcname systemd[1]: lightdm.service: Failed with result 'exit-code'.
Oct 7 21:04:33 pcname systemd[1]: lightdm.service: Service RestartSec=100ms expired, scheduling restart.
Oct 7 21:04:33 pcname systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 3.
What can be done to run different xorgs on different TTYs and switching between them?