|
ru.unix.bsd- RU.UNIX.BSD ------------------------------------------------------------------ From : Sindarovskij Roman 2:5020/400 05 May 2004 10:35:40 To : All Subject : mouse trouble --------------------------------------------------------------------------------
Hello All!
После пересборки ядра примел проблему: moused стартует, курсор мыши
видно, но и только. Курсор перемещается очень медленно, причем при
перемещении пропадает, и появляется только в конечной точке, это в
консоли, в иксах же просто жутко тормозит. Hа работе, с почти тем же
конфигом, все ок.
OS FreeBSD 5.2.1r
rc.conf:
# Mouse
mousechar_start="3"
moused_enable="YES"
moused_port="/dev/psm0"
moused_type="auto"
make.conf:
CPUTYPE=p4
CFLAGS=-O -pipe
COPTFLAGS=-O -pipe
kernel config:
machine i386
cpu I686_CPU
ident build5
options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big directories
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 #Compatible with FreeBSD4
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time
extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev
device isa
device pci
# Floppy drives
device fdc
# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
options ATA_STATIC_ID #Static device numbering
# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device da # Direct Access (disks)
device pass # Passthrough device (direct SCSI access)
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse
device vga # VGA video card driver
# syscons is the default console driver, resembling an SCO console
device sc
device agp # support several AGP chipsets
# Floating point support - do not disable.
device npx
# Add suspend/resume support for the i8254.
device pmtimer
# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports
# Parallel port
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
device plip # TCP/IP over parallel
device ppi # Parallel port interface device
# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these
NICs! device miibus # MII bus support
device sk # SysKonnect SK-984x and SK-982x gigabit ethernet
# Pseudo devices - the number indicates how many units to allocate.
device random # Entropy device
device loop # Network loopback
device ether # Ethernet support
device sl # Kernel SLIP
device ppp # Kernel PPP
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device bpf # Berkeley packet filter
# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device usb # USB Bus (required)
device ugen # Generic
device umass # Disks/Mass storage - Requires scbus and da
# My settings
device pcm
device radeondrm
options COMPAT_LINUX
options DUMMYNET
options IPDIVERT
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=10000
options IPSTEALTH
options LINPROCFS
options SC_HISTORY_SIZE=1000
options TCP_DROP_SYNFIN
--- ifmail v.2.15dev5.3
* Origin: Demos online service (2:5020/400)
Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.unix.bsd/13276a2c039f8.html, оценка из 5, голосов 10
|