Hi Ether,

In snv115, there was a change to how Xorg discovers keyboards, their layout,
etc. and all this has moved to using HAL.

I don't know what machine you're using, but I ran into issues on my MacBook Pro,
where the HAL probe was crashing, causing no layout information to be created
for my keyboards, making them use a very poor layout.

This could be your issue - take a look in /usr/lib/hal and see if there are any
core files.

Also do the following:

lshal | grep Xkb

you should see something like:

  input.x11_options.XkbVariant = ''  (string)
  input.x11_options.XkbLayout = 'gb'  (string)
  input.x11_options.XkbModel = 'sun_type6_usb'  (string)
  input.x11_options.XkbRules = 'base'  (string)

repeated for each keyboard that you have.

If you see a core, or no output from the grep, then you're likely hitting the
same issue as me:

        http://bugs.opensolaris.org/view_bug.do?bug_id=6846252

This should be fixed in snv_117, but I could probably provide you with a binary
that I got from the resp. engineer to temporarily fix it for you...

Thanks,

Darren.


On 09/06/2009 11:10, Ether.pt wrote:
> Hi all,
> 
> I was using b114 and done a lu to b115.
> Everything worked fine but I'm having some issues. By default my language in 
> GDM is
> 
> LANG=en_GB.UTF-8
> LC_CTYPE="en_GB.UTF-8"
> LC_NUMERIC="en_GB.UTF-8"
> LC_TIME="en_GB.UTF-8"
> LC_COLLATE="en_GB.UTF-8"
> LC_MONETARY="en_GB.UTF-8"
> LC_MESSAGES="en_GB.UTF-8"
> 
> I've lost the ability to use chars with accents .. where it only works with 
> xterm nothing else. If I use gnome-terminal, I can't use F11 for full screen. 
>  Alt-gr doesn't work either in java applications (ex netbeans).
> 
> My keyboard layout is pt, I've tried forcing it in xorg.conf, tried to change 
> the keyboard type, tried to use scim but so far nothing works ... this is 
> causing some real issues for me :S I can't even do { in a java app nor shell 
> script that I need most.
> 
> Anyone has ideas what can I do else to solve this?
> 
> Thank you 
> Ether

Reply via email to