Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 1996 23:26:39 +0200 (MET DST)
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        current@freebsd.org
Subject:   X11 problems, mouse cursor freezes when trying to open pull down , menues in xv and tgif...
Message-ID:  <Pine.BSI.3.94.960701232311.11106A-100000@klemm.gtn.com>

next in thread | raw e-mail | index | archive | help
As the subject says I have trouble with a -current machine under X11.
Since about 1-2 weeks, I'm unable to use xv's visual schnauzer and
tgif for example.

The mouse cursor freezes on the pull down menue ...

CTRL-ALT-BACKSPACE is the only possibility to re-gain control
over the console.

No matter if I compile an X11 server of my own or if I choose
a 3.1.2 beta release.

My kernel config:


machine		"i386"
cpu		"I586_CPU"
ident		BISDN
maxusers	32

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=10"		#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options		SHOW_BUSYBUFS		# List buffers that prevent root unmount

options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #print information about

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

#options	"IBCS2"
#options	COMPAT_LINUX

#options	AHC_TAGENABLE
#options	QUEUE_FULL_SUPPORTED

options		SCSI_REPORT_GEOMETRY

#options	DDB
#options	KTRACE

options		MFS			#Memory File System

config		kernel root on sd0 

controller	isa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0

controller	ahc0
controller	scbus0
device		sd0
device		st0
device		cd0	#Only need one of these, the code dynamically grows

# syscons is the default console driver, resembling an SCO console
#options        "MAXCONS=4"
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device		lpt0	at isa? port? tty irq 7 vector lptintr

device		ed0 at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr

# Joystick
device		joy0	at isa? port "IO_GAME"

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	bpfilter 2	#Berkeley packet filter
pseudo-device	snp	3	#Snoop device - to look at pty/vty/etc..

#pseudo-device	vn		#Vnode driver (turns a file into a device)
#pseudo-device	speaker

# SB = SoundBlaster;  PAS = ProAudioSpectrum;  GUS = Gravis UltraSound
# Controls all sound devices
controller	snd0

# SoundBlaster DSP driver - for SB, SB Pro, SB16, PAS(emulating SB)
device sb0	at isa? port 0x220 irq 5 drq 1 vector sbintr

# SoundBlaster 16 DSP driver - for SB16 - requires sb0 device
device sbxvi0	at isa? drq 5

# SoundBlaster 16 MIDI - for SB16 - requires sb0 device
device sbmidi0  at isa? port 0x330

# Yamaha OPL-2/OPL-3 FM - for SB, SB Pro, SB16, PAS
device opl0     at isa? port 0x388

#---------------------------------------------------------------------------
#
#	ISDN - parts of an example config file for bisdn
#	------------------------------------------------
#
#	last edit-date: [Sun May 26 10:35:22 1996]
#
#---------------------------------------------------------------------------

options		IPI_VJ		# Van Jacobsen header compression support
#options	"IPI_DIPA=3"	# send ip accounting packets every 3 seconds

# Teles S0/16.3	###################################################### IRQ  9 ##
controller	tel0 at isa? port 0xd80 net irq 9 vector telintr
pseudo-device	disdn
pseudo-device	isdn
pseudo-device	ipi	4
pseudo-device	itel	2
pseudo-device	ispy	1
--
andreas@klemm.gtn.com         /\/\___      Wiechers & Partner Datentechnik GmbH
   Andreas Klemm          ___/\/\/         Support Unix -- andreas.klemm@wup.de
pgp p-key  http://www-swiss.ai.mit.edu/~bal/pks-toplev.html  >>> powered by <<<
ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz  >>>    FreeBSD <<<




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.960701232311.11106A-100000>