Re[2]: UK keyboard and missing ? character

2003-08-14 Thread Darren

Thursday, August 14, 2003, 1:39:42 PM, you wrote:
MS> On Thu, Aug 14, 2003 at 12:49:22PM +0100, Scott Mitchell wrote:
>> On Thu, Aug 14, 2003 at 12:06:05PM +0100, Darren wrote:
>> > 
>> > Hello Jez,
>> > 
>> > Thanks for your reply.  Unfortunately this and many variations don't
>> > allow me to use the ? (UK pound) character.  I've spent some more time
>> > searching around and hav'nt found a working solution, yet.
>> > 
>> > Of those UK people with a working ? character, what rc.conf* settings
>> > do you use?
>> 
>> The only relevant thing I have is
>> 
>> keymap="uk.iso"
>> 
>> Which seems to work fine.  Is there something strange about the keyboard
>> itself?

MS> I find:

MS> font8x14="iso-8x14"
MS> font8x16="iso-8x16"
MS> font8x8="iso-8x8"

MS> useful as well as setting the keymap to 'uk.iso'.  This in conjunction
MS> with changing the terminal type by editing /etc/ttys:

MS> % diff -u /usr/share/examples/etc/ttys /etc/ttys 
MS> --- /usr/share/examples/etc/ttysFri Nov 22 18:44:43 2002
MS> +++ /etc/ttys   Fri Jul 18 17:50:32 2003
MS> @@ -30,16 +30,16 @@
MS>  # when going to single-user mode.
MS>  consolenoneunknown off secure
MS>  #
MS> -ttyv0  "/usr/libexec/getty Pc" cons25  on  secure
MS> +ttyv0  "/usr/libexec/getty Pc" cons25l1on  secure
MS>  # Virtual terminals
MS> -ttyv1  "/usr/libexec/getty Pc" cons25  on  secure
MS> -ttyv2  "/usr/libexec/getty Pc" cons25  on  secure
MS> -ttyv3  "/usr/libexec/getty Pc" cons25  on  secure
MS> -ttyv4  "/usr/libexec/getty Pc" cons25  on  secure
MS> -ttyv5  "/usr/libexec/getty Pc" cons25  on  secure
MS> -ttyv6  "/usr/libexec/getty Pc" cons25  on  secure
MS> -ttyv7  "/usr/libexec/getty Pc" cons25  on  secure
MS> -ttyv8  "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure
MS> +ttyv1  "/usr/libexec/getty Pc" cons25l1on  secure
MS> +ttyv2  "/usr/libexec/getty Pc" cons25l1on  secure
MS> +ttyv3  "/usr/libexec/getty Pc" cons25l1on  secure
MS> +ttyv4  "/usr/libexec/getty Pc" cons25l1on  secure
MS> +ttyv5  "/usr/libexec/getty Pc" cons25l1on  secure
MS> +ttyv6  "/usr/libexec/getty Pc" cons25l1on  secure
MS> +ttyv7  "/usr/libexec/getty Pc" cons25l1on  secure
MS> +ttyv8  "/usr/X11R6/bin/xdm -nodaemon"  xterm   on  secure
MS>  # Serial terminals
MS>  # The 'dialup' keyword identifies dialin lines to login, fingerd etc.
MS>  ttyd0  "/usr/libexec/getty std.9600"   dialup  off secure

MS> The 'cons25l1' terminal type is very similar to the default cons25,
MS> but it has improved support for characters from ISO-8859-1.  There are
MS> similar modified terminal versions in /etc/termcap to support KOI8-R,
MS> ISO-8859-2, ISO-8859-7 etc.

MS> Under X, the xterm or xterm-color terminal types all seem to support
MS> display of appropriate non-ascii characters.  So long as you have 

MS> Option  "XkbLayout" "gb"

MS> in the "InputDevice" section for Keyboard0, then you should get the £
MS> sign appearing as shift-3 and " on shift-2 and @ on shift-' and all of
MS> the other differences between the standard US and UK keyboard layouts.

Interesting.  I can type £ at the login prompt, but not when I login
on console or via remotely via ssh.

When I do login, all of the other characters do work, except the £
character.

I don't know if this is related or not, but when I type :

-bash-2.05b$ export TERM=cons25
-bash-2.05b$ reset
/usr/libexec/ld-elf.so.1: reset: Undefined symbol "_nc_rootname"
-bash-2.05b$ export TERM=cons25l1
-bash-2.05b$ reset
/usr/libexec/ld-elf.so.1: reset: Undefined symbol "_nc_rootname"

However when I execute "reset" on console it works.

Coming back to the £ issue, is there a problem with 4.8-RELEASE UK keymap?

-- 
Best regards,
 Darrenmailto:[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: UK keyboard and missing ? character

2003-08-14 Thread Darren

Hello Jez,

Thanks for your reply.  Unfortunately this and many variations don't
allow me to use the £ (UK pound) character.  I've spent some more time
searching around and hav'nt found a working solution, yet.

Of those UK people with a working £ character, what rc.conf* settings
do you use?

Many thanks.
Darren

Wednesday, August 13, 2003, 3:25:16 PM, you wrote:

JH> On Wed, Aug 13, 2003 at 01:22:34PM +0100, Darren wrote:
>> 
>> I can't use the ? (pound) character under FreeBSD 4.8-RELEASE, i've
>> tried with console and remotely logging in.
>> 
>> I have my keymap set to the uk.cp850, here are some of my rc.conf options
>> 
>> keymap="uk.cp850"
>> keychange="YES"
>> font8x8="YES"
>> keyrate="250.34"
>> allscreens_flags="" # Set this vidcontrol mode for all virtual screens
>> allscreens_kbdflags=""  # Set this kbdcontrol mode for all virtual screens
JH> This works for me:

JH> #
JH> # Auxiliary devices
JH> #
JH> # vid/keybd mode settings:
JH> keymap="uk.cp850"
JH> keyrate="fast"
JH> font8x8="swiss-8x8"
JH> allscreens_flags="-h 14500 80x50"

JH> the scrollback buffer 14500 might be overkill, remove it or set it
JH> lower to your taste. 80x50 is quite a nice resolution, again up to you.
JH> I think the 'fast' keyrate is equivalent to 250.34 IIRC.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: UK keyboard and missing ? character

2003-08-14 Thread Darren
Hello Scott,

Thursday, August 14, 2003, 12:49:22 PM, you wrote:

SM> On Thu, Aug 14, 2003 at 12:06:05PM +0100, Darren wrote:
>> 
>> Hello Jez,
>> 
>> Thanks for your reply.  Unfortunately this and many variations don't
>> allow me to use the ? (UK pound) character.  I've spent some more time
>> searching around and hav'nt found a working solution, yet.
>> 
>> Of those UK people with a working ? character, what rc.conf* settings
>> do you use?

SM> The only relevant thing I have is

SM> keymap="uk.iso"

SM> Which seems to work fine.  Is there something strange about the keyboard
SM> itself?

It's a bog standard PS/2 keyboard which works fine under Linux/OpenBSD/XP/2000.

When I type shift-3 on console, for the £ character, it displays :

#

I'm not sure if the  is a LR or CR.

I'll experiment with X later, any more suggestions are more than welcome.

-- 
Best regards,
 Darrenmailto:[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"