Mouse Problems.

Mubeesh ali mubeeshalivm at gmail.com
Thu Jul 7 07:57:32 UTC 2011


Hi List,

I have freebsd 8.2 installed on a windows host with virtualbox  and
have xfce4. From sysinstall i was able to enable and move the mouse.
But as soon as i do a startx it gets frozen(pointer is visible at
center of the screen )


Freebsd# cat /root/xorg.conf.new
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/lib/X11/fonts/misc/"
        FontPath     "/usr/local/lib/X11/fonts/TTF/"
        FontPath     "/usr/local/lib/X11/fonts/OTF"
        FontPath     "/usr/local/lib/X11/fonts/Type1/"
        FontPath     "/usr/local/lib/X11/fonts/100dpi/"
        FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "dri2"
        Load  "extmod"
        Load  "glx"
        Load  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "Emulate3Buttons" "true"
        Option      "EmulateWheeel" "true"
        Option      "EmulateWheelButton" "2"
        Option      "ZAxisMapping" "4 5"

EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        Identifier  "Card0"
        Driver      "vboxvideo"
        VendorName  "InnoTek Systemberatung GmbH"
        BoardName   "VirtualBox Graphics Adapter"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection



reebsd# cat /etc/rc.conf

# -- sysinstall generated deltas -- # Tue Jul  5 16:03:57 2011
# Created: Tue Jul  5 16:03:57 2011
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
check_quotas="NO"
hostname="Freebsd.merunetworks.com"
ifconfig_em0="DHCP"
inetd_enable="YES"
ipv6_enable="YES"
keymap="us.iso"
moused_enable="YES"
moused_port="/dev/psm0"
moused_flags="-z 4"
moused_type="auto"
ntpdate_enable="YES"
ntpdate_hosts="asia.pool.ntp.org"
sshd_enable="YES"
# -- sysinstall generated deltas -- # Wed Jul  6 11:35:07 2011
#moused_flags=""
#moused_port="/dev/psm0"
#moused_type="microsoft"
#moused_enable="YES"

-- 
Best  Regards,

Mubeesh Ali.V.M


More information about the freebsd-questions mailing list