Subject: Re: does anyone have the Xorg X server from pkgsrc working w/
To: Juan RP <juan@xtraeme.nopcode.org>
From: Harry Waddell <waddell@caravan.com>
List: current-users
Date: 10/21/2004 18:38:45
On Wed, 20 Oct 2004 08:46:04 +0200
Juan RP <juan@xtraeme.nopcode.org> wrote:
> On Tue, 19 Oct 2004 15:43:06 -0700
> Harry Waddell <waddell@caravan.com> wrote:
>
> >
> >
> > I'm running i386 -current and I recently recompiled all my packages with
> > X11_TYPE=xorg in my /etc/mk.conf.
> >
> > Everything built with minimal coaxing, but after the install, my keyboard
> > doesn't
> > work as an input device with any x clients, although CTRL-ALT-BSPACE will kill
> > the server.
> >
> > at the end of /var/log/Xorg.0.log are the lines:
> >
> > (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
> > (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
> > Unknown wskbd type 0
> >
> > I get the same result using the old keyboard and the new kdb driver.
> > Changing the keyboard from usb to ps/2 also has no effect. [not surprising]
> >
> > here's the keyboard input section of /etc/X11/xorg.conf:
> >
> >
> > Section "InputDevice"
> > Identifier "Keyboard0"
> > Driver "kbd"
> > EndSection
> >
>
> My "InputDevice" section is just the same.
>
> > Has anyone had sucess with the Xorg server, or alternatively, has anyone else
> > run into this, or a
> > similar problem? I'd really like to know if this is a general problem, or just
> > some localized
> > stupidity on my part.
>
> I'm using it since 6.8.0 was released, on NetBSD/i386 -current, it's working
> without any problem.
>
> I remember some problem about mouse/keyboard not working when my kernel wasn't
> built with the option "options WSDISPLAY_COMPAT_RAWKBD ".
>
>
>
I'm using an MP kernel whose config file includes GENERICMP, which in turn includes GENERIC which
has that option set. I'm sure it's just some oversight of mine, but I still can't get it to work,
even by varing XkbRules, XkbModel, and XkbLayout. It looks like xkbcomp is running into problems - I
get a bunch of lines like this prined to stdout when I start X:
expected keysym, got XF86_Switch_VT_11: line 91 of pc/pc
expected keysym, got XF86_Switch_VT_12: line 95 of pc/pc
expected keysym, got XF86_Ungrab: line 127 of pc/pc
expected keysym, got XF86_ClearGrab: line 133 of pc/pc
expected keysym, got XF86_Prev_VMode: line 139 of pc/pc
expected keysym, got XF86_Next_VMode: line 149 of pc/pc
Errors from xkbcomp are not fatal to the X server
Another weird thing is that when I run X with a config file supporting more than one video mode,
hitting the space bar changes the video mode! Clearly, something is not being mapped correctly.
I've still got a few things to try. If/when I figure out what the problem was I'll post a followup.
Thanks to everyone who has responded to my original post.
--
Harry Waddell
Caravan Electronic Publishing
-----------