Date: Wed, 8 Jan 2014 00:22:07 +0200 From: Aleksandr Rybalko <ray@freebsd.org> To: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= <jean-sebastien.pedron@dumbbell.fr>, maurizio@cloverinformatica.it Cc: freebsd-x11@freebsd.org Subject: Re: [HEADS UP] xorg version switch in CURRENT Message-ID: <20140108002207.3f1b2bcb.ray@freebsd.org> In-Reply-To: <52C7EC34.7000202@dumbbell.fr> References: <169379aca081ebd9edf870b041b3ac54.squirrel@10.8.0.1> <52C7EC34.7000202@dumbbell.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 04 Jan 2014 12:10:44 +0100 Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> wrote: > On 02.01.2014 11:43, maurizio@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@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@freebsd.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140108002207.3f1b2bcb.ray>