Date: Sat, 16 Dec 1995 19:14:59 +0100 (MET) From: Ollivier Robert <roberto@keltia.freenix.fr> To: freebsd-current@FreeBSD.ORG (FreeBSD Current Users' list) Subject: Mouse not working for two days Message-ID: <199512161814.TAA00338@keltia.freenix.fr>
next in thread | raw e-mail | index | archive | help
There have been great changes in -CURRENT these days and I'd like to know
which one broke my mouse under X11...
The pointer is there, interrupts are generated but the pointer doesn't move
at all when one moves it.
A "cat </dev/ttyd1" under X11 shows nothing when under the console I see
what the mouse is sending. I've not seen changes to sio recently so I don't
know what broke that. The only thing that I see of any importance with my
config. is the split of the "bt" driver between ISA/EISA/PCI components but
I fail to see how it could affect my mouse...
Am I alone with this weird problem ? Nothing has changed in my config...
Sources from: CTM_BEGIN 2.0 cvs-cur 1449 1995/12/16 09:00:02
FreeBSD keltia.freenix.fr 2.2-CURRENT FreeBSD 2.2-CURRENT #3: Sat Dec 16 18:47:47 MET 1995 roberto@keltia.freenix.fr:/src/src/sys/compile/DKELTIA i386
Here is my config file if it can be of any help.
------------------------------------------------------------
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.11 1994/11/08 07:39:26 jkh Exp $
#
machine "i386"
cpu "I486_CPU"
ident "DKELTIA"
maxusers 20
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options MFS #Berkeley Fast Filesystem
options PROCFS #Berkeley proc Filesystem
options UNION #Union filesystem
options "CD9660" #ISO FS
options "COMPAT_43" #Compatible with BSD 4.3
options UCONSOLE #for xconsole
options DEVRANDOM
options JREMOD #for devfs stuff
#
options "COMPAT_LINUX"
options SYSVSHM
options SYSVSEM
options SYSVMSG
options "SHMMAXPGS=1024" # 4096 KB of sharable memory
options DDB
options KTRACE
config kernel root on sd0 swap on sd0 and sd1 and sd2 dumps on sd0
controller isa0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
controller eisa0
controller bt0
controller ahb0
controller scbus0 at bt0
controller scbus1 at ahb0
# BT: conner + CD
disk sd0 at scbus0 target 0 unit 0
device cd0 at scbus0 target 6
# 1742: seagate + streamers
disk sd2 at scbus1 target 2
tape st0 at scbus1 target 5
# new sound config.
controller snd0
device sb0 at isa? port 0x220 irq 5 drq 3 vector sbintr
device opl0 at isa? port 0x388
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 vector edintr
pseudo-device loop
pseudo-device ether
pseudo-device log
pseudo-device sl 1
pseudo-device ppp 1
pseudo-device bpfilter 4 #Berkeley packet filter
pseudo-device pty 32
pseudo-device speaker
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device disc #Discard device
pseudo-device tun 1 #Enable user-level PPP see ppp(8)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
------------------------------------------------------------
X11 -verbose log
------------------------------------------------------------
XFree86 Version 3.1.2 / X Window System
(protocol Version 11, revision 0, vendor release 6000)
Operating System: FreeBSD 2.0.5
Configured drivers:
S3: accelerated server for S3 graphics adaptors (Patchlevel 0)
mmio_928, s3_generic
Using syscons driver with X support (version 2.0)
(using VT number 7)
XF86Config: /etc/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) Mouse: type: MouseMan, device: /dev/ttyd1, baudrate: 9600
(**) S3: Graphics device ID: "Diamond Stealth 64 VRAM"
(**) S3: Monitor ID: "NEC4FG"
(--) S3: Mode "1280x1024" needs hsync freq of 78.86 kHz. Deleted.
Warning: The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/"
(**) S3: Option "dac_8_bit"
(--) S3: card type: 386/486 localbus
(--) S3: Diamond Stealth BIOS found
(--) S3: chipset: 964 rev. 0
(--) S3: chipset driver: mmio_928
(--) S3: videoram: 2048k
(**) S3: Ramdac type: bt485
(--) S3: Ramdac speed: 135
(**) S3: Using ICD2061A programmable clock
(--) S3: Maximum allowed dot-clock: 135.000 MHz
(**) S3: Mode "1152x800": mode clock = 94.000
(**) S3: Mode "1024x768": mode clock = 85.000
(**) S3: Mode "640x480": mode clock = 31.500
(**) S3: Mode "800x600": mode clock = 50.000
(**) S3: Mode "320x200": mode clock = 12.588
(--) S3: Operating RAMDAC in pixel multiplex mode
(--) S3: Using hardware cursor from Bt485/20C505 RAMDAC
(**) S3: Using 8 bits per RGB value
(--) S3: Virtual resolution set to 1152x800
(--) S3: Local bus LAW is 0xF3000000
(--) S3: Using a banksize of 2048k, line width of 1152
(--) S3: Using a single 64x64 area at (1088,800) for expanding pixmaps
(--) S3: Using 8 planes of 1088x1020 at (0,800) aligned 8 as font cache
mesg: ttyname: Inappropriate ioctl for device
------------------------------------------------------------
--
Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net
FreeBSD keltia.freenix.fr 2.2-CURRENT #4: Fri Dec 15 19:22:25 MET 1995
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512161814.TAA00338>
