Subject: Re: More than 8bpp in X?
To: None <dme@dme.org>
From: Rene Salmon <rsalmon@tulane.edu>
List: port-macppc
Date: 11/11/2000 10:57:09
Hello,

	Thanks this solved the problem I can now start My Xserver no
problem.

> * rsalmon@tulane.edu [2000-11-08 22:44:17]
> | Fatal server error:
> | ppcPciInit: /dev/kmem
> 
> Can the server read/write /dev/kmem ?
> 
> Do you have `options INSECURE' in your kernel config file (I recall
> seeing somewhere that this was required) ?

I have a new porblem now maybe some one can help me with
my Xserver can not seem to find the correct XKB keymap for my keyboard.
I can start the X server but my key mapping seems to be all wrong if I
type "hello" this is what shows up "07e" 

I have a usb keyboad and mouse and I want the US keymappings so this is
what my XF86Config file looks like for the keyboard

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "keyboard"
    Option      "Protocol"      "wskbd"
    Option      "Device"        "/dev/wskbd1"

    Option      "AutoRepeat"    "500 5"
    Option      "XkbRules"      "xfree86"
    Option      "XkbModel"      "macusb"
    Option      "XkbLayout"     "us"
#    Option     "XkbVariant"    "altjp"
EndSection



but I get this error message in /var/log/XFree86.log

(II) Setting vga for screen 0.
error opening security policy file
/usr/X11R6/lib/X11/xserver/SecurityPolicy
(**) Option "Protocol" "wsmouse"
(**) Mouse1: Protocol: wsmouse
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/wsmouse1"
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
Couldn't load XKB keymap, falling back to pre-XKB keymap
41, 101dc, 0



any ideas

Rene