NetBSD-Users archive

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

Aw: Re: graphical desktop in virtualbox



Hi,
    Thanks for the info. My first problem seems
to be more basic I have no mouse in the console.

I receive however a message from virtualbox saying that
the mouse is integrated in the system.

The daemon wsmoused is running.

Do you have some idea?

Here is my rc.conf file:
localhost# ps auxwww | fgrep moused
root    347  0.0  0.0 17600  1308 ?     Ss   12:19PM 0:00.12 /usr/sbin/wsmoused 
root    719  0.0  0.0  3268    52 pts/0 R+   12:23PM 0:00.00 fgrep moused 
localhost# cat /etc/rc.conf

#       $NetBSD: rc.conf,v 1.97 2014/07/14 12:29:48 mbalmer Exp $
#
# See rc.conf(5) for more information.
#
# Use program=YES to enable program, NO to disable it. program_flags are
# passed to the program on the command line.
#

# Load the defaults in from /etc/defaults/rc.conf (if it's readable).
# These can be overridden below.
#
if [ -r /etc/defaults/rc.conf ]; then
        . /etc/defaults/rc.conf
fi

# If this is not set to YES, the system will drop into single-user mode.
#
rc_configured=YES

# Add local overrides below.
#
dhcpcd=YES
dhcpcd_flags="-qM wm0"
sshd=YES
ntpd=YES
ntpdate=YES
wscons=YES

#ZFS is used
ZFS=YES
#To use the mouse in console
wsmoused=yes
#wsmoused_flags="-X 4"
localhost# 



> Gesendet: Dienstag, 07. April 2020 um 07:38 Uhr
> Von: "Travis Paul" <Tr%visPaul.me@localhost>
> An: "Pierre Dupond" <76nemo76%gmx.ch@localhost>
> Cc: "Chavdar Ivanov" <ci4ic4%gmail.com@localhost>, "Sad Clouds" <cryintothebluesky%gmail.com@localhost>, "netbsd-users @ netbsd. org" <netbsd-users%netbsd.org@localhost>
> Betreff: Re: graphical desktop in virtualbox
>
> 
> > On Apr 6, 2020, at 11:48 PM, Pierre Dupond <76nemo76%gmx.ch@localhost> wrote:
> > 
> > Do you have an idea for the reason why the resizing is
> > not done? Do I have missed something?
> 
> Resizing seems to work for me when I make the guest window full screen.
> That is to say, the guess will dynamically switch between 2 sizes.
> This may be what Chavdar meant by "resizing now works, but not seamless”.
> 
> I needed the following in xorg.conf to get the mouse to work:
> 
> Section "InputDevice"
>          Identifier  "Mouse0"
>          Driver      "ws"
>          Option      "Device" "/dev/wsmouse"
>          Option      "ZAxisMapping" "4 5 6 7”
> EndSection
> 
> 
>


Home | Main Index | Thread Index | Old Index