From owner-freebsd-stable Thu Mar 22 14:25:28 2001 Delivered-To: freebsd-stable@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id ECD5237B71B for ; Thu, 22 Mar 2001 14:25:21 -0800 (PST) (envelope-from tim@weeble.org.uk) Received: from josep.demon.co.uk ([194.222.61.233] helo=doubtful.weeble.foo.uk) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 14gDWC-0008DZ-0C for freebsd-stable@freebsd.org; Thu, 22 Mar 2001 22:25:20 +0000 Received: from localhost (tim@localhost) by doubtful.weeble.foo.uk (8.11.3/8.11.1) with ESMTP id f2MMPIg49534 for ; Thu, 22 Mar 2001 22:25:19 GMT (envelope-from tim@weeble.org.uk) Date: Thu, 22 Mar 2001 22:25:18 +0000 (GMT) From: Tim Joseph X-X-Sender: To: Subject: UK Keymap? moused? (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG No answers on freebsd-questions, so... ---------- Forwarded message ---------- Date: Mon, 12 Mar 2001 19:47:10 +0000 (GMT) From: Tim Joseph To: freebsd-questions@freebsd.org Subject: UK Keymap? moused? Hi, I'm trying to use UK fonts and a UK keyboard on my PC without much luck. This is what my rc.conf says: ... moused_enable="YES" saver="blank" blanktime="600" font8x8="iso-8x8" font8x14="iso-8x14" font8x16="iso-8x16" keymap="uk.iso" ... This worked with the GENERIC kernel with my original FreeBSD 4.2-release installation. Since then, I've cvsup'd to stable (and currently 4.3-beta), done my "make buildworld" and recompiled my kernel. A now the keymap, fonts and moused don't work! The relevant bits of my kernel config... # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? I've also tried adding: options ATKBD_DFLT_KEYMAP # specify the built-in keymap makeoptions ATKBD_DFLT_KEYMAP="uk.iso" This helped - it gave me the UK keymap. But why doesn't keymap loading in rc.conf work? Also, moused still doesn't work! Here's a snip from my dmesg for info: atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> Any help would be appreciated. I'll be happy to supply more info if needed. Thanks. From, Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message