Bug#811345: setupcon not run

2016-01-24 Thread Samuel Thibault
Samuel Thibault, on Sun 24 Jan 2016 15:07:18 +0100, wrote: > Samuel Thibault, on Sun 24 Jan 2016 14:47:59 +0100, wrote: > > Marco d'Itri, on Sat 23 Jan 2016 23:03:51 +0100, wrote: > > > On Jan 23, Samuel Thibault wrote: > > > > Should udev or systemd perhaps provide some hook to configure a > > >

Bug#811345: setupcon not run

2016-01-24 Thread Samuel Thibault
Samuel Thibault, on Sun 24 Jan 2016 14:47:59 +0100, wrote: > Marco d'Itri, on Sat 23 Jan 2016 23:03:51 +0100, wrote: > > On Jan 23, Samuel Thibault wrote: > > > Should udev or systemd perhaps provide some hook to configure a > > > just-created VT? > > Maybe a rule like this one? > > > > ACTION=="

Bug#811345: setupcon not run

2016-01-24 Thread Samuel Thibault
Marco d'Itri, on Sat 23 Jan 2016 23:03:51 +0100, wrote: > On Jan 23, Samuel Thibault wrote: > > Should udev or systemd perhaps provide some hook to configure a > > just-created VT? > Maybe a rule like this one? > > ACTION=="add", KERNEL=="tty[1-9]|tty[1-9][0-9]", RUN+="..." That gets triggered a

Bug#811345: setupcon not run

2016-01-23 Thread Marco d'Itri
On Jan 23, Samuel Thibault wrote: > Should udev or systemd perhaps provide some hook to configure a > just-created VT? Maybe a rule like this one? ACTION=="add", KERNEL=="tty[1-9]|tty[1-9][0-9]", RUN+="..." -- ciao, Marco signature.asc Description: PGP signature

Bug#811345: setupcon not run

2016-01-23 Thread Samuel Thibault
Samuel Thibault, on Sat 23 Jan 2016 21:33:59 +0100, wrote: > Shérab, on Wed 20 Jan 2016 08:36:09 +0100, wrote: > > Shérab (2016/01/20 08:29 +0100): > > > > This is most probably a duplicate of 759657 ("console-setup w/ systemd > > > > forgets font setting"), try to add > > > > > > > > ACTION=="ad

Bug#811345: setupcon not run

2016-01-23 Thread Samuel Thibault
Samuel Thibault, on Sat 23 Jan 2016 22:12:13 +0100, wrote: > I tried to run stty rows 20 on tty2, then run > > systemctl restart getty@tty2.service > > and that does reset the stty rows to the default 48 of my fbcon. And that happens on auto-started gettys too. Commenting this from /lib/systemd

Bug#811345: setupcon not run

2016-01-23 Thread Samuel Thibault
Samuel Thibault, on Sat 23 Jan 2016 21:33:59 +0100, wrote: > Shérab, on Wed 20 Jan 2016 08:36:09 +0100, wrote: > > Shérab (2016/01/20 08:29 +0100): > > > > This is most probably a duplicate of 759657 ("console-setup w/ systemd > > > > forgets font setting"), try to add > > > > > > > > ACTION=="ad

Bug#811345: setupcon not run

2016-01-23 Thread Samuel Thibault
Hello, Shérab, on Wed 20 Jan 2016 08:36:09 +0100, wrote: > Shérab (2016/01/20 08:29 +0100): > > > This is most probably a duplicate of 759657 ("console-setup w/ systemd > > > forgets font setting"), try to add > > > > > > ACTION=="add", SUBSYSTEM=="vtconsole", KERNEL=="vtcon*", > > > RUN+="/bin

Bug#811345: setupcon not run

2016-01-19 Thread Shérab
Hi, Samuel Thibault (2016/01/18 09:12 +0100): > Control: reassign -1 console-setup > Control: merge -1 759657 > > Sebastien Hinderer, on Mon 18 Jan 2016 07:05:51 +0100, wrote: > > Virtual consoles of 25x80 are more comfortable for me so these settings > > appear in /etc/default/console-setup: > >

Bug#811345: setupcon not run

2016-01-19 Thread Shérab
Shérab (2016/01/20 08:29 +0100): > > This is most probably a duplicate of 759657 ("console-setup w/ systemd > > forgets font setting"), try to add > > > > ACTION=="add", SUBSYSTEM=="vtconsole", KERNEL=="vtcon*", > > RUN+="/bin/setupcon" > > > > to a new /etc/udev/rules.d/90-setupcon.rules file

Bug#811345: setupcon not run

2016-01-18 Thread Samuel Thibault
Control: reassign -1 console-setup Control: merge -1 759657 Sebastien Hinderer, on Mon 18 Jan 2016 07:05:51 +0100, wrote: > Virtual consoles of 25x80 are more comfortable for me so these settings > appear in /etc/default/console-setup: > > SCREEN_WIDTH=80 > SCREEN_HEIGHT=25 > > However at boot t