Date: Thu, 7 Jul 2011 13:01:06 +0530 From: Mubeesh ali <mubeeshalivm@gmail.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Mouse Problems. Message-ID: <CADcpdgQdU7B7d%2BPFP0dWBqBrK8zbaEiS5DNHf4eGidxkqco3hw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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=3D"NO" hostname=3D"Freebsd.merunetworks.com" ifconfig_em0=3D"DHCP" inetd_enable=3D"YES" ipv6_enable=3D"YES" keymap=3D"us.iso" moused_enable=3D"YES" moused_port=3D"/dev/psm0" moused_flags=3D"-z 4" moused_type=3D"auto" ntpdate_enable=3D"YES" ntpdate_hosts=3D"asia.pool.ntp.org" sshd_enable=3D"YES" # -- sysinstall generated deltas -- # Wed Jul 6 11:35:07 2011 #moused_flags=3D"" #moused_port=3D"/dev/psm0" #moused_type=3D"microsoft" #moused_enable=3D"YES" --=20 Best=A0 Regards, Mubeesh Ali.V.M
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADcpdgQdU7B7d%2BPFP0dWBqBrK8zbaEiS5DNHf4eGidxkqco3hw>