Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2000 18:48:30 -0500
From:      "Alejandro Ramirez" <ales@megared.net.mx>
To:        "Christian Weisgerber" <naddy@mips.inka.de>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Mouse only in one virtual term
Message-ID:  <02a801bfbec8$1287f5a0$d2630a0a@megared.net.mx>
References:  <m2d7mo9wr8.fsf@reader.ptw.com> <8fppns$7l$1@bigeye.rhein-neckar.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

> > If I swithch consoles after loging in, the mouse doesn't work in any
> > but the first one.  ps2 mouse  running 3.3-RELEAS.
> >
> > What might be happening here?
>
> Lack of "vidcontrol -m on" on the other consoles.
add this lines to your "/etc/rc.conf" file.

moused_enable="YES"            # Run the mouse daemon.
moused_type="ps/2"                # Set the type of mouse.
moused_port="/dev/psm0"       # Set to your mouse port.
moused_flags="-3"                   # Any additional flags to moused.
allscreens_flags="-m on"           # Vidcontrol mode for all virtual
screens.

Greetings...
Ales




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02a801bfbec8$1287f5a0$d2630a0a>