Anton Aylward composed on 2015-03-12 14:59 (UTC-0400):
Ruben wrote:
All I'm doing for this simple test is hotkeying between vts My observation is that it didn't used to be like this .... Last year.
Yeah that behavior has been there since systemd took over the getty's attachments to the counsels.
NO!
Last year I was using systemd. Its come about because of a kernel update...
If you're more interested in making problem go away than finding out why the problem, you could do what I've been doing for over a year, switching from on-demand gettys to always ready gettys: # /bin/bash cd /etc/systemd/system/getty.target.wants cp -a ../../../../usr/lib/systemd/system/getty@.service ../../../../usr/lib/systemd/system/getty@tty1.service sed -i 's/TTYVTDisallocate=yes/TTYVTDisallocate=no/' ../../../../usr/lib/systemd/system/getty@tty1.service ln -sf ../../../../usr/lib/systemd/system/getty@tty1.service ./getty@tty1.service systemctl start getty@tty1.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty2.service systemctl start getty@tty2.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty3.service systemctl start getty@tty3.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty4.service systemctl start getty@tty4.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty5.service systemctl start getty@tty5.service ln -sf ../../../../usr/lib/systemd/system/getty@.service ./getty@tty6.service systemctl start getty@tty6.service Not likely it would have any impact on ttys already logged in on, but who knows. I do think latency issues generally have grown more widespread since a release or three back, maybe around the time the last vestiges of sysvinit began being purged. Are there any clues on tty10 or in dmesg? Which kernel were you using before 3.19.x? Was it OK? -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org