Mouse problems

2004-09-12 Thread Tomas Snäckerström
Hi My name is Tomas. I've recently installed FreeBSD and this is the first time ever that I install a UNIX system. I use Solaris at work but as said this is the first time for me as root. Everything worked fine and I now have my file/printserver up and running. However a while ago I decided

mouse problems

2004-10-19 Thread cris rizzo
I would like to know if there is another way to configure my mouse. I have a Belkin mini optical USB and a three button Belkin PS/2. Whenever I configure them by selecting TYPE, PORT and then ENABLE, they both seem to work fine during the test. However, when I start the "X" window desktop (KDE),

Mouse Problems.

2011-07-07 Thread Mubeesh ali
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"

mouse problems....

2010-10-10 Thread Gary Kline
I'm lost. Aday ago when I rebooted my old Dell, the mouse wouldn't work. A hour ago I got X booting on my server, but the same thing: no mouse. I see the cursor, but it is frozen. The only place my mouse works is on my linux system. The KVM connections seem soild; the only problem is the mouse

Mouse problems

2003-09-19 Thread Dave Wiebe
Hi, Thanks for reading my email. I recently installed Free BSD and when I run X windows, whenever I move my mouse, the cursor moves to the top left of the screen. I set it up as best as possible(making sure it is setup as a ps2 mouse in the config file). I even tried a serial mouse but the sam

Re: Mouse problems

2004-09-12 Thread Simon Barner
Thomas, [ PS/2 mouse woes ] which mouse device are you using? Section "InputDevice" in /etc/X11/XF86Config should look like this (at least it works for me...) Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol""SysMouse" Option "Device" "/de

RE: mouse problems

2004-10-19 Thread Hauan, David
> -Original Message- > From: cris rizzo [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 19, 2004 9:59 AM > To: [EMAIL PROTECTED] > Subject: mouse problems > > > I would like to know if there is another way to configure my > mouse. I have a Belkin m

Xorg mouse problems

2005-03-27 Thread Alexander Chamandy
Hi all, I've got a PS/2 Labtech optical mouse with and Xorg 6.8.2 running on FreeBSD 5.4PR with an AMD Athlon and a GeForce 2 MX and I'm having some strange problems with Xorg and moused. This all worked fine under NetBSD (1.6.x and 2.0) with the wsmouse driver, but strangely, now when I use Xorg

Re: Mouse Problems.

2011-07-08 Thread Lokadamus
Put in your rc.conf this: dbus_enable="YES" hald_enable="YES" reboot your system or start it with: # /usr/local/etc/rc.d/hald start # /usr/local/etc/rc.d/dbus start then your mouse and keybord should working. Am 07.07.2011 09:31, schrieb Mubeesh ali: Hi List, I have freebsd 8.2 installed o

Re: Mouse Problems.

2011-07-11 Thread Mubeesh ali
Thank You. It is working now. -- Best Regards, Mubeesh Ali.V.M On Fri, Jul 8, 2011 at 11:11 PM, Lokadamus wrote: > Put in your rc.conf this: > dbus_enable="YES" > hald_enable="YES" > > reboot your system or start it with: > > # /usr/local/etc/rc.d/hald start > # /usr/local/etc/rc.d/dbus start

Re: mouse problems....

2010-10-11 Thread Gary Kline
On Sun, Oct 10, 2010 at 08:26:45PM -0700, Gary Kline wrote: > I'm lost. Aday ago when I rebooted my old Dell, the mouse wouldn't > work. A hour ago I got X booting on my server, but the same thing: > no mouse. I see the cursor, but it is frozen. The only place my > mouse works is on my linux sy

RE: mouse problems....

2010-10-11 Thread dan p
> Date: Mon, 11 Oct 2010 09:41:52 -0700 > From: kl...@thought.org > To: freebsd-questions@freebsd.org > Subject: Re: mouse problems > > On Sun, Oct 10, 2010 at 08:26:45PM -0700, Gary Kline wrote: > > I'm lost. Aday ago when I rebooted my old Dell, the mouse w

Re: mouse problems....

2010-10-11 Thread Polytropon
On Mon, 11 Oct 2010 09:41:52 -0700, Gary Kline wrote: > I'm including the dmesg output from the server. Is there a > mouse driver I can compile that will get the mouse working on my > two FreeBSD platforms? This is not needed - the mouse driver is already in the default kernel.

Re: mouse problems....

2010-10-11 Thread Gary Kline
On Mon, Oct 11, 2010 at 07:31:53PM +0200, Polytropon wrote: > On Mon, 11 Oct 2010 09:41:52 -0700, Gary Kline wrote: > > I'm including the dmesg output from the server. Is there a > > mouse driver I can compile that will get the mouse working on my > > two FreeBSD platforms? > > This

Re: mouse problems....

2010-10-11 Thread Polytropon
On Mon, 11 Oct 2010 11:14:38 -0700, Gary Kline wrote: > Bah, or Bah-humbug! I tried the quick-fix mod and get the > following: > > > moused_type="auto" > moused: optind: 9, optarg: '4' > moused: unable to open /dev/psm0: No such file or directory > ethic# This was to be expecte

Re: mouse problems....

2010-10-11 Thread Gary Kline
On Mon, Oct 11, 2010 at 08:27:41PM +0200, Polytropon wrote: > On Mon, 11 Oct 2010 11:14:38 -0700, Gary Kline wrote: > > Bah, or Bah-humbug! I tried the quick-fix mod and get the > > following: > > > > > > moused_type="auto" > > moused: optind: 9, optarg: '4' > > moused: unable to ope

Re: mouse problems....

2010-10-11 Thread Polytropon
On Mon, 11 Oct 2010 12:14:43 -0700, Gary Kline wrote: > This mouse is A USB type. Okay, in THAT case, the system should recognize a USB mouse, as /dev/ums. Check # dmesg | grep ums if a mouse is present. Then # usbdevs -v should also report it. Additionally, there's no

Re: mouse problems....

2010-10-11 Thread Gary Kline
On Mon, Oct 11, 2010 at 09:32:16PM +0200, Polytropon wrote: > On Mon, 11 Oct 2010 12:14:43 -0700, Gary Kline wrote: > > This mouse is A USB type. > > Okay, in THAT case, the system should recognize a USB mouse, > as /dev/ums. Check > > # dmesg | grep ums > > if a mouse is present. Th

Re: mouse problems....

2010-10-11 Thread Polytropon
On Mon, 11 Oct 2010 12:49:07 -0700, Gary Kline wrote: > I got a reply from grepping ums and a truckload from usbdev -s. > Copied to my `posit' notes or whatever: > > > ethic# dmesg | grep ums > ums0: on uhub4 > ums0: 5 buttons and Z dir. > ethic# The mouse

Re: mouse problems....

2010-10-11 Thread Gary Kline
On Mon, Oct 11, 2010 at 10:16:09PM +0200, Polytropon wrote: > On Mon, 11 Oct 2010 12:49:07 -0700, Gary Kline wrote: > > I got a reply from grepping ums and a truckload from usbdev -s. > > Copied to my `posit' notes or whatever: > > > > > > ethic# dmesg | grep ums > > ums0: on uh

Re: mouse problems....

2010-10-11 Thread Polytropon
On Mon, 11 Oct 2010 13:56:10 -0700, Gary Kline wrote: > i tried this remove on _this_ console; then buttoned over to > `ethic' [server], killed the moused that was running. Indeed it > was /dev/ums0! But the mouse was frozen, and afer I killed it, > gone. It seems tha

Re: mouse problems....

2010-10-11 Thread Gary Kline
On Mon, Oct 11, 2010 at 11:13:20PM +0200, Polytropon wrote: > On Mon, 11 Oct 2010 13:56:10 -0700, Gary Kline wrote: > > i tried this remove on _this_ console; then buttoned over to > > `ethic' [server], killed the moused that was running. Indeed it > > was /dev/ums0! But the mouse w

Re: mouse problems....

2010-10-12 Thread Arthur Chance
On 10/11/10 18:31, Polytropon wrote: [snip] The psm device can be configured per /etc/rc.conf using moused. While USB mice get configured by the USB subsystem automatically, PS/2 and serial mice do not. Here's an example entry: moused_enable="YES" moused_port="/dev/psm0"

Re: mouse problems....

2010-10-12 Thread Gary Kline
On Tue, Oct 12, 2010 at 08:43:43AM +0100, Arthur Chance wrote: > On 10/11/10 18:31, Polytropon wrote: > [snip] > >The psm device can be configured per /etc/rc.conf using moused. > >While USB mice get configured by the USB subsystem automatically, > >PS/2 and serial mice do not. > > > >Here's an exa

Re: mouse problems....

2010-10-12 Thread Polytropon
On Tue, 12 Oct 2010 08:43:43 +0100, Arthur Chance wrote: > On 10/11/10 18:31, Polytropon wrote: > [snip] > > The psm device can be configured per /etc/rc.conf using moused. > > While USB mice get configured by the USB subsystem automatically, > > PS/2 and serial mice do not. > > > > Here's an exam

Re: mouse problems....

2010-10-12 Thread Polytropon
On Tue, 12 Oct 2010 08:48:07 -0700, Gary Kline wrote: > I didn't realize how nice a GUI can be until I discovered the > xterm! At any rate, my mouse+keyboard are both USB. Still not > working with X Then you should check the typical (oh god!) HAL + DBUS trouble. If mouse

Re: mouse problems....

2010-10-12 Thread Gary Kline
On Tue, Oct 12, 2010 at 10:10:20PM +0200, Polytropon wrote: > On Tue, 12 Oct 2010 08:43:43 +0100, Arthur Chance wrote: > > On 10/11/10 18:31, Polytropon wrote: > > [snip] > > > The psm device can be configured per /etc/rc.conf using moused. > > > While USB mice get configured by the USB subsystem

Re: mouse problems....

2010-10-12 Thread Polytropon
On Tue, 12 Oct 2010 16:30:02 -0700, Gary Kline wrote: > The guy who set up my KVM/mouse deal thinks I would be better > off just having a service do my hosting; I am close to agreeing. It it possible that you recently had mail problems? When fetchmail'ing today's bunch of messages, I

Re: mouse problems....

2010-10-12 Thread Gary Kline
New issues below... On Wed, Oct 13, 2010 at 01:43:26AM +0200, Polytropon wrote: > On Tue, 12 Oct 2010 16:30:02 -0700, Gary Kline wrote: > > The guy who set up my KVM/mouse deal thinks I would be better > > off just having a service do my hosting; I am close to agreeing. > > It

Re: mouse problems....

2010-10-12 Thread Polytropon
On Tue, 12 Oct 2010 20:20:18 -0700, Gary Kline wrote: > I just looked at the handbook "2.10.10 Mouse Settings" I am > running 7.2 on the server, not that old, but the text does not > match what I see on my sysinstall screen. > > // cut and paste > > > This option will a

Re: mouse problems....

2010-10-12 Thread Jeremy Chadwick
On Wed, Oct 13, 2010 at 05:59:06AM +0200, Polytropon wrote: > On Tue, 12 Oct 2010 20:20:18 -0700, Gary Kline wrote: > > Will you please check out this posting: > > > > http://osdir.com/ml/freebsd.bugs/2002-03/msg00032.html > > > > The way that the mose config worked as to turn off the

Re: mouse problems....

2010-10-13 Thread Warren Block
On Wed, 13 Oct 2010, Polytropon wrote: Correct. If you disable HAL, and your X is configured to run *WITH* HAL, it won't run anymore. Edit /etc/X11/xorg.conf (and if not present, create it) to make X work *WITHOUT* HAL. How it is to be done is described here: http://www.wonkity.com/~wblock/doc

Re: mouse problems....

2010-10-13 Thread Gary Kline
On Wed, Oct 13, 2010 at 09:03:21AM -0600, Warren Block wrote: > On Wed, 13 Oct 2010, Polytropon wrote: > > >Correct. If you disable HAL, and your X is configured to run *WITH* > >HAL, it won't run anymore. Edit /etc/X11/xorg.conf (and if not > >present, create it) to make X work *WITHOUT* HAL. > >

Re: mouse problems....

2010-10-13 Thread Polytropon
On Wed, 13 Oct 2010 09:03:21 -0600 (MDT), Warren Block wrote: > I've followed only parts of this thread, and there are multiple > problems. First is installing X on a server. And first + one half is running X as root. :-) As it is only for testing, no big deal, but I did want to just mention

Re: mouse problems....

2010-10-13 Thread Polytropon
On Wed, 13 Oct 2010 10:29:31 -0700, Gary Kline wrote: > I just noticed that in rc.conf is: > > > # -- sysinstall generated deltas -- # Wed Oct 13 08:03:06 2010 > moused_port="/dev/ums0" > moused_type="auto" > moused_enable="NO" > > and yet the console mouse is pres

Re: mouse problems....

2010-10-13 Thread Gary Kline
On Wed, Oct 13, 2010 at 11:11:22PM +0200, Polytropon wrote: > On Wed, 13 Oct 2010 10:29:31 -0700, Gary Kline wrote: > > I just noticed that in rc.conf is: > > > > > > # -- sysinstall generated deltas -- # Wed Oct 13 08:03:06 2010 > > moused_port="/dev/ums0" > > moused_type="auto" > >

Re: mouse problems....

2010-10-13 Thread Warren Block
On Wed, 13 Oct 2010, Polytropon wrote: On Wed, 13 Oct 2010 10:29:31 -0700, Gary Kline wrote: I just noticed that in rc.conf is: # -- sysinstall generated deltas -- # Wed Oct 13 08:03:06 2010 moused_port="/dev/ums0" moused_type="auto" moused_enable="NO"

Re: mouse problems....

2010-10-13 Thread Warren Block
On Wed, 13 Oct 2010, Polytropon wrote: Finally, a "jumpy mouse" problem with moused on console screams that it's the KVM, not moused or USB or xorg config. I'm not 100% sure about that. Your article located at http://www.wonkity.com/~wblock/docs/html/aei.html states: Other times, part

USB mouse problems

2008-10-06 Thread Aniruddha
I have one Razer Lachesis USB mouse attached to the rear usb ports of my pc. This mouse has never worked, however when I plug in another USB mouse in the front of my pc it works?! I wonder; how do I get the Razer Lachesis working without plugging it in the front? Furthermore I wondered if there is

Re: Mouse problems

2003-09-19 Thread Daniela
On Friday 19 September 2003 21:10, Dave Wiebe wrote: > Hi, > > Thanks for reading my email. I recently installed Free BSD and when I run X > windows, whenever I move my mouse, the cursor moves to the top left of the > screen. I set it up as best as possible(making sure it is setup as a ps2 > mouse

psminrt: Mouse problems

2002-11-05 Thread david
Everything I load X my mouse moves horribly slow and unresponsive until I logout of X, unplugged my mouse, plug it back in, and reload X. Here is what dmesg shows about the mouse: (15:29 is when the machine got booted.. 31:59 is when I unplugged it and plugged it back in). Question: Is there a

5.1 mouse problems

2003-07-29 Thread C Peter Biessener
We have a test machine setup with FreeBSD v5.1. We're using the default XFree for 5.1. The machine is a PentiumPro 200 with 160MB RAM and a S3 VirgeGX video card. X-Windows displays beautifully, but the mouse is extremely sluggish. We've tried the Microsoft mouse that came with the computer,

Re: mouse problems

2002-07-11 Thread Roman Neuhauser
> From: Petre Bandac <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: mouse problems > Date: Tue, 9 Jul 2002 21:52:06 +0300 > > I have a problem with the mouse in x-window on my fresh-installed 4.6 release > box. > > initially I have installed wmaker

Re: mouse problems

2002-07-11 Thread Lutz Kittler
Roman Neuhauser writes: > > From: Petre Bandac <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: mouse problems > > Date: Tue, 9 Jul 2002 21:52:06 +0300 > > > > I have a problem with the mouse in x-window on my fresh-installed 4.6 rele

Mouse problems booting & rebooting

2005-05-26 Thread vdm . fbsd
I have a laptop with a touchpad which is seen by FreeBSD 5.4 as a ps/2 mouse. I configured moused and xorg.conf where the mouse has protocol "Auto" and device "/dev/sysmouse". now, 1) if I turn ON the pc and boot the mouse works flawlessly as expected. Specifically I mean, among other things, that

Re: Xorg mouse problems

2005-03-28 Thread Thomas Foster
- Original Message - From: "Alexander Chamandy" <[EMAIL PROTECTED]> To: Sent: Sunday, March 27, 2005 5:39 PM Subject: Xorg mouse problems Hi all, I've got a PS/2 Labtech optical mouse with and Xorg 6.8.2 running on FreeBSD 5.4PR with an AMD Athlon and a GeForce 2 MX and I

Performance and mouse problems

2012-04-27 Thread Albert Shih
Hi all I've got two very strange problem I'm running 9-stable on a Dell Laptop E4200. Since this morning when I put a USB mouse (I've try three mouses to be sure) it's not working. The kernel and HAL see the mouse but Xorg don't seem do anything. The second point is the load of the system is

mouse problems-version 7.1

2009-04-10 Thread gahn
Hi all: After I did "portupgrade -fa -y" and I have mouse problem: it works under the test of "sysinstall" but it would not work when I start KDE environment. What went wrong? How could i fix this? Thanks ___ freebsd-questions@freebsd.org ma

Re: USB mouse problems

2008-10-06 Thread Patrick Lamaizière
Le Mon, 06 Oct 2008 08:41:59 +0200, Aniruddha <[EMAIL PROTECTED]> a écrit : > I have one Razer Lachesis USB mouse attached to the rear usb ports of > my pc. This mouse has never worked, however when I plug in another USB > mouse in the front of my pc it works?! I wonder; how do I get the > Razer L

Re: USB mouse problems

2008-10-06 Thread Andrew D
Patrick Lamaizière wrote: Le Mon, 06 Oct 2008 08:41:59 +0200, Aniruddha <[EMAIL PROTECTED]> a écrit : I have one Razer Lachesis USB mouse attached to the rear usb ports of my pc. This mouse has never worked, however when I plug in another USB mouse in the front of my pc it works?! I wonder; how

Re: USB mouse problems

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 13:09 +0200, Patrick Lamaizière wrote: > Le Mon, 06 Oct 2008 08:41:59 +0200, > Aniruddha <[EMAIL PROTECTED]> a écrit : > > > I have one Razer Lachesis USB mouse attached to the rear usb ports of > > my pc. This mouse has never worked, however when I plug in another USB > > mo

Re: USB mouse problems

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 22:10 +1030, Andrew D wrote: > Patrick Lamaizière wrote: > > Le Mon, 06 Oct 2008 08:41:59 +0200, > > Aniruddha <[EMAIL PROTECTED]> a écrit : > > > >> I have one Razer Lachesis USB mouse attached to the rear usb ports of > >> my pc. This mouse has never worked, however when I

Re: USB mouse problems

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 06:52:22PM +0200, Aniruddha wrote: > On Mon, 2008-10-06 at 22:10 +1030, Andrew D wrote: > > Patrick Lamaizière wrote: > > > Le Mon, 06 Oct 2008 08:41:59 +0200, > > > Aniruddha <[EMAIL PROTECTED]> a écrit : > > > > > >> I have one Razer Lachesis USB mouse attached to the rea

Re: USB mouse problems

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 10:05 -0700, Jeremy Chadwick wrote: > > I don't think this has something to with a bios setting/jumper. My > > other USB ports are working fine ( I also have an USB keyboard plugged > > in). > > > > Furthermore in Linux nor Vista I've encountered this problem. Therefor I > >

Re: USB mouse problems

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 07:23:00PM +0200, Aniruddha wrote: > On Mon, 2008-10-06 at 10:05 -0700, Jeremy Chadwick wrote: > > > I don't think this has something to with a bios setting/jumper. My > > > other USB ports are working fine ( I also have an USB keyboard plugged > > > in). > > > > > > Furth

Re: USB mouse problems

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 11:00 -0700, Jeremy Chadwick wrote: > On Mon, Oct 06, 2008 at 07:23:00PM +0200, Aniruddha wrote: > > On Mon, 2008-10-06 at 10:05 -0700, Jeremy Chadwick wrote: > > > > I don't think this has something to with a bios setting/jumper. My > > > > other USB ports are working fine (

Re: USB mouse problems

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 08:53:30PM +0200, Aniruddha wrote: > On Mon, 2008-10-06 at 11:00 -0700, Jeremy Chadwick wrote: > > On Mon, Oct 06, 2008 at 07:23:00PM +0200, Aniruddha wrote: > > > On Mon, 2008-10-06 at 10:05 -0700, Jeremy Chadwick wrote: > > > > > I don't think this has something to with a

Re: USB mouse problems

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 12:03 -0700, Jeremy Chadwick wrote: > It means the original fix was applied to CURRENT (what is also known as > HEAD), and then "backported" to RELENG_7 (what you would call FreeBSD > 7.x-STABLE) on 2008/03/20. "MFC" stands for "Merge From CURRENT". > > You can confirm this

Re: USB mouse problems.

2008-08-11 Thread Martin Alejandro Paredes Sanchez
El Sáb 09 Ago 2008, Bernt Hansson escribió: > > ums0: on uhub1 > ums0: 8 buttons and Z dir > if you see those lines, means the kernel found your mouse, run the command ps axw|grep -i mouse to see if moused is running maps ___ freebsd-questions@freebs

Re: USB mouse problems.

2008-08-12 Thread Nikolaj Thygesen
Yes but only if I connect the mouse after the boot process has finished. If I have it connected during boot it's not found. Moused is started but gives /dev/ums0 not found. So if I want to use the mouse I have to leave it unconnected until I get the login prompt and then connect the mouse.

Re: USB mouse problems.

2008-08-13 Thread Polytropon
On Tue, 12 Aug 2008 16:00:24 +0200, Bernt Hansson <[EMAIL PROTECTED]> wrote: > So if I want to use the mouse I have to leave it unconnected until I get > the login prompt and then connect the mouse. Just out of curiosity, did you try to use another mouse to ensure that it's not the mouse's problem

Re: USB mouse problems.

2008-08-13 Thread Martin Alejandro Paredes Sanchez
El Mar 12 Ago 2008, Bernt Hansson escribió: > Yes but only if I connect the mouse after the boot process has finished. > If I have it connected during boot it's not found. > Moused is started but gives /dev/ums0 not found. > > So if I want to use the mouse I have to leave it unconnected until I get

Mouse problems in XFree86

2003-12-21 Thread Alain Fabry
All, I've installed FreeBSD 4.7-Release, everything is fine. When configuring the mouse deamon with /stand/sysinstall, the mouse works correctly. Configuration of XFree86 server works fine aswell. When I load my KDE wm with startx (or with KDM), I have a problem with my mouse.

Re: psminrt: Mouse problems

2002-11-06 Thread Lowell Gilbert
david <[EMAIL PROTECTED]> writes: > Nov 5 16:31:59 snoopy /kernel: psmintr: out of sync ( != 0008). Have you already tried the suggestion in the FAQ? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

mouse problems using xdm

2004-04-25 Thread Gary Kline
I have gnome and KDE both set up on my z5.2 box, and have managed to tune the mouse to work (reasonably) well. I bring up gnome with startx; KDE with kdm. However, if I try to login to /home/admin wth xdm, the mouse acts strange. It jerks, moves slowly, th

Re: 5.1 mouse problems

2003-07-30 Thread Lowell Gilbert
C Peter Biessener <[EMAIL PROTECTED]> writes: > We have a test machine setup with FreeBSD v5.1. We're using the > default XFree for 5.1. The machine is a PentiumPro 200 with 160MB RAM > and a S3 VirgeGX video card. > > X-Windows displays beautifully, but the mouse is extremely > sluggish. We've

Re: 5.1 mouse problems

2003-07-30 Thread C Peter Biessener
Lowell Gilbert wrote: C Peter Biessener <[EMAIL PROTECTED]> writes: We have a test machine setup with FreeBSD v5.1. We're using the default XFree for 5.1. The machine is a PentiumPro 200 with 160MB RAM and a S3 VirgeGX video card. X-Windows displays beautifully, but the mouse is extremely slugg

Re: 5.1 mouse problems

2003-07-30 Thread Lowell Gilbert
C Peter Biessener <[EMAIL PROTECTED]> writes: > Lowell Gilbert wrote: > > C Peter Biessener <[EMAIL PROTECTED]> writes: > > > >>We have a test machine setup with FreeBSD v5.1. We're using the > >>default XFree for 5.1. The machine is a PentiumPro 200 with 160MB RAM > >>and a S3 VirgeGX video car

Mouse problems with KVM switch

2004-08-19 Thread thrawn
Hi, I have just brought this KVM switch: http://www.level1.com/products3.php?sklop=20&id=590430 But Im having major problems with getting the mouse to work under FreeBSD. Even the keyboard does not work sometimes. This KVM switch has support for hotkey and also supports emulation on both mouse an

Mouse problems with KVM switch

2004-08-19 Thread Mattias Björk
Hi, I have just brought this KVM switch: http://www.level1.com/products3.php?sklop=20&id=590430 But Im having major problems with getting the mouse to work under FreeBSD. Even the keyboard does not work sometimes. This KVM switch has support for hotkey and also supports emulation on both mouse an

Graphics tablet / Xorg / mouse problems

2009-01-31 Thread Antonio Rieser
Hi, I recently installed FreeBSD 7.1 on an ACER Aspire 1680 laptop. I'm running KDE 3.5 and the most recent Xorg port with a Wacom Bamboo tablet and the wacom driver from the ports collection. I have the following problems with the tablet and mouse: 1) If I boot without the tablet plugged in, th

Graphics tablet / Xorg / mouse problems

2009-02-04 Thread Antonio Rieser
Hi, Whatever I did before, it had no effect. The temporary fix, for some reason, has been to deactivate kdm. Can anyone explain this? All the best, Tony ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Performance and mouse problems

2012-04-27 Thread Adam Vande More
On Fri, Apr 27, 2012 at 11:13 AM, Albert Shih wrote: > Hi all > > I've got two very strange problem > > I'm running 9-stable on a Dell Laptop E4200. > > Since this morning when I put a USB mouse (I've try three mouses to be > sure) it's not working. The kernel and HAL see the mouse but Xorg don't

Re: Performance and mouse problems

2012-04-28 Thread Albert Shih
Le 27/04/2012 ? 12:14:04-0500, Adam Vande More a écrit > On Fri, Apr 27, 2012 at 11:13 AM, Albert Shih wrote: > > > Hi all > > > > I've got two very strange problem > > > > I'm running 9-stable on a Dell Laptop E4200. > > > > Since this morning when I put a USB mouse (I've try three mouses to be

Re: Performance and mouse problems

2012-04-28 Thread Jerome Herman
On 28/04/2012 22:52, Albert Shih wrote: Le 27/04/2012 ? 12:14:04-0500, Adam Vande More a écrit On Fri, Apr 27, 2012 at 11:13 AM, Albert Shih wrote: Hi all I've got two very strange problem I'm running 9-stable on a Dell Laptop E4200. Since this morning when I put a USB mouse (I've try th

Re: Performance and mouse problems

2012-04-30 Thread Albert Shih
Le 29/04/2012 ? 00:58:01+0200, Jerome Herman a écrit > > I was afraid this would happen. And I fear it is just the begining. Why you say that ? > I assume you did not create any custom hald rule. Did you ? I have one, but I try with him (I use since hal existe on BSD) and without him. For the

Re: Performance and mouse problems

2012-04-30 Thread Warren Block
On Mon, 30 Apr 2012, Albert Shih wrote: Le 29/04/2012 ? 00:58:01+0200, Jerome Herman a écrit I was afraid this would happen. And I fear it is just the begining. Why you say that ? I assume you did not create any custom hald rule. Did you ? I have one, but I try with him (I use since hal

Re: Performance and mouse problems

2012-04-30 Thread Jerome Herman
On 30/04/2012 13:39, Albert Shih wrote: Le 29/04/2012 ? 00:58:01+0200, Jerome Herman a écrit I was afraid this would happen. And I fear it is just the begining. Why you say that ? Short answer : I am a proud member of the "HAL and DBus are evil" group. Middle answer : HAL and DBus were made,

Re: Performance and mouse problems

2012-05-01 Thread Harald Weis
On Mon, Apr 30, 2012 at 05:19:35PM +0200, Jerome Herman wrote: > Short answer : I am a proud member of the "HAL and DBus are evil" group. > Middle answer : HAL and DBus were made, maintained and tuned with pretty > much nothing but Linux in mind. As a result they hardly play well with > other OS

Re: Performance and mouse problems

2012-05-01 Thread Harald Weis
On Tue, May 01, 2012 at 01:32:01PM +0200, Harald Weis wrote: Sorry for the typing error. Please read /etc/defaults/rc.conf instead of /etc/default/rc.conf. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Performance and mouse problems

2012-05-02 Thread Albert Shih
Le 30/04/2012 ? 17:19:35+0200, Jerome Herman a écrit > >> I was afraid this would happen. And I fear it is just the begining. > > Why you say that ? > Short answer : I am a proud member of the "HAL and DBus are evil" group. > Middle answer : HAL and DBus were made, maintained and tuned with pretty

Re: Performance and mouse problems

2012-05-02 Thread Warren Block
On Wed, 2 May 2012, Albert Shih wrote: I think the problem is indeed comme from Xorg. Just to repeat: on this Gateway notebook, only one or the other of the touchpad or mouse would work until I enabled moused in /etc/rc.conf. Now either or both work, including when the USB mouse is connected

Re: Performance and mouse problems

2012-05-02 Thread doug
On Wed, 2 May 2012, Warren Block wrote: On Wed, 2 May 2012, Albert Shih wrote: I think the problem is indeed comme from Xorg. Just to repeat: on this Gateway notebook, only one or the other of the touchpad or mouse would work until I enabled moused in /etc/rc.conf. Now either or both work,

Re: Performance and mouse problems

2012-05-02 Thread Jerry
On Wed, 2 May 2012 13:19:05 -0400 (EDT) d...@safeport.com articulated: >On Wed, 2 May 2012, Warren Block wrote: > >> On Wed, 2 May 2012, Albert Shih wrote: >> >>> I think the problem is indeed comme from Xorg. >> >> Just to repeat: on this Gateway notebook, only one or the other of >> the touchpad

Re: Performance and mouse problems

2012-05-02 Thread Jerome Herman
On 02/05/2012 19:40, Jerry wrote: On Wed, 2 May 2012 13:19:05 -0400 (EDT) d...@safeport.com articulated: On Wed, 2 May 2012, Warren Block wrote: On Wed, 2 May 2012, Albert Shih wrote: I think the problem is indeed comme from Xorg. Just to repeat: on this Gateway notebook, only one or the o

Re: Performance and mouse problems

2012-05-02 Thread doug
On Wed, 2 May 2012, Jerome Herman wrote: On 02/05/2012 19:40, Jerry wrote: On Wed, 2 May 2012 13:19:05 -0400 (EDT) d...@safeport.com articulated: On Wed, 2 May 2012, Warren Block wrote: On Wed, 2 May 2012, Albert Shih wrote: I think the problem is indeed comme from Xorg. Just to repeat

Re: Performance and mouse problems

2012-05-02 Thread Jerome Herman
On 02/05/2012 17:06, Albert Shih wrote: Le 30/04/2012 ? 17:19:35+0200, Jerome Herman a écrit I was afraid this would happen. And I fear it is just the begining. Why you say that ? Short answer : I am a proud member of the "HAL and DBus are evil" group. Middle answer : HAL and DBus were made,

Re: Performance and mouse problems

2012-05-03 Thread Albert Shih
Le 02/05/2012 ? 22:44:19+0200, Jerome Herman a écrit > > Hi. > Ok here is what happens, > > In your system you have your touchpad declared both in a static way in > your xorg config, and probed by HAL. > What happens is that when xorg starts it first install the touchpad as > required by the c

Re: Performance and mouse problems

2012-05-03 Thread Albert Shih
Le 02/05/2012 ? 10:27:56-0600, Warren Block a écrit > On Wed, 2 May 2012, Albert Shih wrote: > > > I think the problem is indeed comme from Xorg. > > Just to repeat: on this Gateway notebook, only one or the other of the > touchpad or mouse would work until I enabled moused in /etc/rc.conf. >

Re: Performance and mouse problems

2012-05-03 Thread Warren Block
On Thu, 3 May 2012, Albert Shih wrote: Le 02/05/2012 ? 10:27:56-0600, Warren Block a écrit On Wed, 2 May 2012, Albert Shih wrote: I think the problem is indeed comme from Xorg. Just to repeat: on this Gateway notebook, only one or the other of the touchpad or mouse would work until I enable

Re: Performance and mouse problems

2012-05-03 Thread Eduardo Morras
Can you disable the touchpad? In my laptop (Asus K5) if i press Fn+F9 the touchpad is disabled via ACPI and not detected by HAL nor Xorg. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Performance and mouse problems

2012-05-04 Thread Albert Shih
Le 02/05/2012 ? 22:44:19+0200, Jerome Herman a écrit > Ok here is what happens, > > In your system you have your touchpad declared both in a static way in > your xorg config, and probed by HAL. > What happens is that when xorg starts it first install the touchpad as > required by the config fil

Re: Performance and mouse problems

2012-06-08 Thread Albert Shih
Le 29/04/2012 ? 00:58:01+0200, Jerome Herman a écrit > >>> > >>> I've got two very strange problem > >>> > >>> I'm running 9-stable on a Dell Laptop E4200. > >>> > >>> Since this morning when I put a USB mouse (I've try three mouses to be > >>> sure) it's not working. The kernel and HAL see the mo

Re: Performance and mouse problems

2012-06-08 Thread Warren Block
On Fri, 8 Jun 2012, Albert Shih wrote: After some time, and read new messages ont this mailing list, I find a solution. Deactivate hald deactivate dbus Option "AutoAddDevices" "Off" put moused_enable="On" in /etc/rc.conf and rebo

Re: USB mouse problems (SOLVED)

2008-10-06 Thread Aniruddha
On Mon, 2008-10-06 at 21:58 +0200, Aniruddha wrote: > On Mon, 2008-10-06 at 12:03 -0700, Jeremy Chadwick wrote: > > It means the original fix was applied to CURRENT (what is also known as > > HEAD), and then "backported" to RELENG_7 (what you would call FreeBSD > > 7.x-STABLE) on 2008/03/20. "MFC"

Re: Mouse problems in XFree86

2003-12-21 Thread Odd Rune Strømmen
>All, > >I've installed FreeBSD 4.7-Release, everything is fine. When >configuring the mouse deamon with /stand/sysinstall, the mouse works >correctly. Configuration of XFree86 server works fine aswell. > >When I load my KDE wm with startx (or with KDM), I have a problem with >

ps2 optical wheel mouse problems

2004-02-29 Thread Jerry M. Howell II
Hello all., I recently installed freeBSD 5.2 and have a problem. I have most everything working corectly except the mouse. I set it to auto and it detects the mouse but it jumps all over the screen. It's a prety standard optical wheel mouse that seems to work fine under 4.8 and under all

Re: Mouse problems with KVM switch

2004-08-19 Thread hoe-waa
From: thrawn <[EMAIL PROTECTED]> Date: Thursday, August 19, 2004 6:18 am > Hi, > > I have just brought this KVM switch: > http://www.level1.com/products3.php?sklop=20&id=590430 > > But Im having major problems with getting the mouse to work under > FreeBSD. Even the keyboard does not work some

Re: Mouse problems with KVM switch

2004-08-19 Thread Mattias Björk
Hello, [EMAIL PROTECTED] wrote: From: thrawn <[EMAIL PROTECTED]> Date: Thursday, August 19, 2004 6:18 am Hi, I have just brought this KVM switch: http://www.level1.com/products3.php?sklop=20&id=590430 But Im having major problems with getting the mouse to work under FreeBSD. Even the keyboard doe

Re: Mouse problems with KVM switch

2004-08-19 Thread Leonard Zettel
On Thursday 19 August 2004 04:55 pm, [EMAIL PROTECTED] wrote: > From: thrawn <[EMAIL PROTECTED]> > Date: Thursday, August 19, 2004 6:18 am > > > Hi, > > > > I have just brought this KVM switch: > > http://www.level1.com/products3.php?sklop=20&id=590430 > > > > But Im having major problems with gett

  1   2   >