Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

WG: Xorg for amiga



Hi Radoslaw,

>What I don't see in this dmesg, is wsdisplay actually attaching to genfb.
That's probably the problem and it >might be just an error in your config
file. Please attach your kernel config.

YES, this is exaclty the Problem! It only attaches to amidisplay when
activated

Here is my config

-------------cut-------------
# $NetBSD: WSCONS,v 1.67 2013/10/03 13:40:26 rkujawa Exp $

# GENERIC with wscons(4)
#
include	"arch/amiga/conf/GENERIC"

# wscons(4)-aware interface to amiga custom chips.
#
#amidisplaycc0	at mainbus0		# wscons interface to custom chips
#wsdisplay0	at amidisplaycc0 console ?
options 	WSEMUL_VT100
options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
options 	FONT_VT220L8x10
options 	FONT_VT220ISO8x16

wskbd0		at kbd0 console ?

ukbd*		at uhidev? reportid ?  
wskbd*		at ukbd? console ?

wsmouse*	at ms?

ums*		at uhidev? reportid ? 
wsmouse*	at ums?

no grfcc0	at mainbus0
no grfrt0	at zbus0
no grfrh0	at zbus0
no grfcl*	at zbus0
no grful0	at zbus0
no grfet*	at zbus0
#no grfcv0	at zbus0
#no grfcv3d0	at zbus0

# Disable grf(4) devices for non-wsdisplay drivers.
no grf0		at grfcc0
no grf1		at grfrt0
no grf2		at grfrh0
no grf3		at grfcl?
no grf4		at grful0
no grf6		at grfet?
#no grf5	at grfcv0
#no grf7	at grfcv3d0

wsdisplay*	at grf5 console ?	# wsdisplay on top of grf (CV64)
wsdisplay*	at grf7 console ?	# wsdisplay on top of grf (CV64/3D)

# Disable ite(4) for all drivers.
no ite0		at grf0
no ite1		at grf1
no ite2		at grf2
no ite3		at grf3
no ite4		at grf4
no ite5		at grf5
no ite6		at grf6
no ite7		at grf7

# PCI framebuffers
genfb*		at pci?			# CyberVisionPPC/BlizzardVisionPPC
only
#voodoofb*	at pci?			# 3Dfx Voodoo 3 in G-REX 
#radeonfb*	at pci?			# untested

# Console support for CyberVisionPPC, BlizzardVisionPPC and 3Dfx Voodoo 3 in
# G-REX.
options		P5PB_CONSOLE

wsdisplay*	at genfb? console?
#wsdisplay0	at wsemuldisplaydev? console 1
#wsdisplay*	at wsemuldisplaydev? console 0  

pseudo-device	wsfont			# wsfont(4) dynamic font loading
support
pseudo-device	wsmux			# mouse & keyboard multiplexor

---------cut----------

The entries wsdiplay* at genfb? Console? And wsdisplay0 at wsemuldispladev?
Was used as Frank Wille told me!
I can also NOT compile the Kernel, when grf5 AND grf7 are switched off! On
of them must remain in the config.

Thanks for your help

Harald Meinzer



Home | Main Index | Thread Index | Old Index