Subject: Re: X on a ThinkPad
To: D'Arcy J.M. Cain <darcy@druid.net>
From: Jukka Marin <jmarin@pyy.jmp.fi>
List: current-users
Date: 05/14/1999 11:02:03
Heh, now it's my turn..
On Thu, May 13, 1999 at 10:34:55PM -0400, D'Arcy J.M. Cain wrote:
> Thanks to everyone's help I finally got it working. Here are some of
> the issues that had to be resolved
>
> The mouse problem was using the PS/2 driver in X. Mostly people
> said to use busmouse but if you have wscons installed you need to
> use the wsmouse protocol. Here's the relevant section.
I can't get even that far. When I try starting X, I get this:
(**) SVGA: Mode "800x600": mode clock = 40.000
(**) SVGA: Mode "640x480": mode clock = 31.500
(**) SVGA: Virtual resolution set to 800x600
(--) SVGA: SpeedUp code selection modified because virtualX != 1024
(--) SVGA: CHIPS: 50176 bytes off-screen memory available
(--) SVGA: CHIPS: SpeedUps selected (Flags=0xF)
(--) SVGA: CHIPS: Memory mapped I/O selected
GJS: About to call xf86SetRGBOut()
Fatal server error:
Xf86SetTVOut: Unsupported console
I'm still running the 1.4 distribution kernel and have enabled wscons
in /etc/rc.conf. I did "sh MAKEDEV all" in /dev. What am I doing
wrong?
(By the way, how can I ktrace the X server when using Xwrapper - I tried
using the -i and -d flags, but the trace stopped when the system located
the Xwrapper binary:
21705 ktrace RET execve -1 errno 2 No such file or directory
21705 ktrace CALL execve(0xefbfd5fc,0xefbfda80,0xefbfda88)
21705 ktrace NAMI "/usr/local/bin/Xwrapper"
21705 ktrace RET execve -1 errno 2 No such file or directory
21705 ktrace CALL execve(0xefbfd5fc,0xefbfda80,0xefbfda88)
21705 ktrace NAMI "/usr/X11R6/bin/Xwrapper"
Odd..)
Thanks,
-jm