Subject: Kernel options + XFree86 4.0.? [i386]
To: None <netbsd-help@netbsd.org>
From: Martin Ammermueller <martin81@bnro.de>
List: netbsd-help
Date: 08/27/2001 12:32:16
Hi!
I've configured a custom kernel, compiled and installed it,
but now I have problems with a self-compiled XServer.
I compiled the XServer (XFree86 4.0.?) from the 1.5.1 Release
X sources on a 1.5.1 System with a GENERIC-Kernel.
When I am booting the custom the kernel, the XServer starts,
I can move the mouse around, but the keyboard is dead, I can't
type anything nor switch back to the console via Ctrl-Alt-F1,
kill the XServer via Ctrl-Alt-Del or enter DDB.
With the GENERIC-Kernel everything just works.
Here's my Kernel-Config:
---------->8--------cut here------------>8--------------------
include "arch/i386/conf/std.i386"
options I586_CPU
maxusers 32
options DUMMY_NOPS # testoption -- what's NO (O?)P'S?
options UCONSOLE
options INSECURE
options KTRACE
options SYSVMSG
options SYSVSEM
options SYSVSHM
options LKM
options KMEMSTATS
options DDB
options COMPAT_NOMID
options COMPAT_PECOFF
file-system FFS
file-system LFS
file-system MFS
file-system KERNFS
file-system PROCFS
options SOFTDEP
options INET
options IPSEC
options IPSEC_ESP
options PPP_BSDCOMP
options PPP_DEFLATE
options PPP_FILTER
options PFIL_HOOKS
options IPFILTER_LOG
options WSEMUL_NO_DUMB
options WSEMUL_VT100
options WS_KERNEL_FG=WSCOL_GREEN
options DISPLAY_COMPAT_USL
options WSDISPLAY_COMPAT_RAWKBD
options WSDISPLAY_COMPAT_PCVT # required for XServer?
options WSDISPLAY_COMPAT_SYSCONS # required for XServer?
options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
options PCDISPLAY_SOFTCURSOR
config netbsd root on wd0a type ffs
mainbus0 at root
apm0 at mainbus0
options APM_NO_POWEROFF #No battery for my Omnibook yet... :(
pci* at mainbus? bus ?
pchb* at pci? dev ? function ?
pcib* at pci? dev ? function ?
vga* at pci? dev ? function ?
wsdisplay* at vga? console ?
pcic* at pci? dev ? function ?
isa* at pcib?
com0 at isa? port 0x3f8 irq 4
com1 at isa? port 0x2f8 irq 3
pckbc* at isa?
pckbd* at pckbc?
wskbd* at pckbd? console ?
pms* at pckbc?
wsmouse* at pms? mux 0
wdc* at isa? port 0x1f0 irq 14 flags 0x01
wd* at wdc? channel ? drive ? flags 0x0fac
lpt* at isa? port 0x378 irq 7
pcppi* at isa?
midi* at pcppi?
sysbeep* at pcppi?
isapnp* at isa?
npx0 at isa? port 0xf0 irq 13
fdc* at isa? port 0x3f0 irq 6 drq 2
fd* at fdc? drive ?
wss* at isapnp?
audio* at wss?
opl* at wss?
joy* at isapnp?
pcmcia* at pcic? controller ? socket ?
pseudo-device md 1
pseudo-device vnd 2
pseudo-device bpfilter 8
pseudo-device ipfilter
pseudo-device loop
pseudo-device ppp 1
pseudo-device sl 1
pseudo-device tun 2
pseudo-device gre 2
pseudo-device ipip 2
pseudo-device gif 4
pseudo-device rnd
pseudo-device pty 64
pseudo-device sequencer 1
pseudo-device wsmux 2
------------->8----------cut here-------->8------------
Can someone give my a pointer what i forgot to include, please?
Thanks!
Martin
--
NetBSD - One size fits all!