> I think I have the same symptoms, just another > keyboard (switch between icelandic and danish). > Never really got the keyboard to work "properly". > (I currently use a "workaround", having gnome > startup run "setxkbmap -rules xfree86 -option > "grp:alt_shift_toggle" -model pc105 -layout > "is,dk"). > > kbd -l gives me type 6, layout 258, and > input.x11_options.XkbLayout = 'us' (string), > /etc/default/kbd = LAYOUT=Icelandic
In this case if falls back to the default "us" layout because there is no xkb mapping for a type 6 layout 258 keyboard in /usr/X11/lib/X11/xkb/xkbtable.map As soon as you add an entry 6 258 - sun_type6_euro_usb is,dk to the xkbtable.map and restart hal it reports input.x11_options.XkbLayout = 'is,dk' in lshal output. > But even after reading the man page, I still got > difficulties getting hald into debug mode (sorry): > ... > So how do I get hald into debug? You could change the "/usr/lib/hal/hald --daemon=yes" line in the startup script /lib/svc/method/svc-hal to /usr/lib/hal/hald --daemon=yes --verbose=yes --use-syslog hal debug output should be logged to /var/adm/messages after restarting the hal service. -- This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org