[HEADS UP] xorg version switch in CURRENT
Aleksandr Rybalko
ray at freebsd.org
Tue Jan 7 22:22:18 UTC 2014
On Sat, 04 Jan 2014 12:10:44 +0100
Jean-Sébastien Pédron <jean-sebastien.pedron at dumbbell.fr> wrote:
> On 02.01.2014 11:43, maurizio at cloverinformatica.it wrote:
> > Hi list,
Hi guys!
Sorry for delay. it was celebration week :)
> > I installed it on a laptop, a Samsung Atìv book 2 model
> > NP270E5E-K02IT with Intel HD Graphics 4000.
> > Two minor bugs:
> > - I use startx to initialize the X session. When I terminate it with
> > Ctrl-Alt-Backspace the keyboard key is not working, I need to
> > switch to another console eg. Ctrl+Alt+F3, return to the original
> > console and now the keyboard works.
Not sure, but it can be related to vt(9). Is it happen every time you
terminate xorg with Ctrl-Alt-Backspace? (Hope you sure you run with
vt(9) (a.k.a. newcons))
> > - The laptop has an Italian keyboard layout. In the console the
> > '€' (euro) sign is correctly displayed but clicking AltGr+E the
> > symbol '¤' is visualized. Note that in a X session with xterm all
> > works.
vt(9) currently have no own keyboard mapping files.
But you can prepare your own using instructions here:
http://raybsd.blogspot.com/2013/10/newcons-international-keyboard-input.html
If it will produce '¤' for AltGr+E, you can find Unicode
code-point for '¤' (hex 0xc2a4, dec 49828) in your ukbd file and
replace it with code-point of '€' (hex 0xc280, dec 49792).
> >
> > Info:
> >
> > # uname -a:
> > FreeBSD ativ.local 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r260035:
> > Sun Dec 29 13:10:49 CET 2013
> > root at ativ.local:/usr/obj/usr/src/sys/NEWCONS amd64
> >
> > Xorg.log.0: http://pastebin.com/hBjbZcCU
> >
> > dmesg: http://pastebin.com/usQsHGx4
> >
> > portmaster -L:http://pastebin.com/HePkMFGm
>
> Hi Aleksandr!
>
> Do you think Maurizio's problem could be related to vt(9)?
>
> --
> Jean-Sébastien Pédron
>
Thanks!
WBW
--
Aleksandr Rybalko <ray at freebsd.org>
More information about the freebsd-x11
mailing list