<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mouse moves to corner uncontrolably in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mouse-moves-to-corner-uncontrolably/m-p/2558268#M80496</link>
    <description>Hi, &lt;BR /&gt;This should be improperly set protocol to the mouse in the Pointer section of the XF86Config file.&lt;BR /&gt;What type of mouse do you use?&lt;BR /&gt;I think there was a XF86Setup or something like this in RH(xf86setup ?? small, caps, who can remember - I personally use Storm Linux), or the Xconfigurator... they could help you with the right choice of driver. For example I could never get the Genius NetScroll Mouse work as Genius NetScroll under Mandrake. Just try a few different settings.&lt;BR /&gt;</description>
    <pubDate>Mon, 30 Jul 2001 16:01:38 GMT</pubDate>
    <dc:creator>Ivan Donchev</dc:creator>
    <dc:date>2001-07-30T16:01:38Z</dc:date>
    <item>
      <title>Mouse moves to corner uncontrolably</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mouse-moves-to-corner-uncontrolably/m-p/2558266#M80494</link>
      <description>I just recently installed Linux on an AMD 750 computer with Win98 as a second OS.  I installed 98 first and then RH 7.1.  The problem is that when I move the mouse around, arbitrarely it will bounce to either the top-right or lower-left corner.  Sometimes it will act like I had pressed the right mouse button bringing up that menu.  Does anyone have a fix or idea for me. I have installed RH three times from two different sets of CD's.  Thanks.</description>
      <pubDate>Sat, 28 Jul 2001 21:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mouse-moves-to-corner-uncontrolably/m-p/2558266#M80494</guid>
      <dc:creator>Nicholas Hartley</dc:creator>
      <dc:date>2001-07-28T21:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse moves to corner uncontrolably</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mouse-moves-to-corner-uncontrolably/m-p/2558267#M80495</link>
      <description>Hello Nicholas,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The problem you are describing ressembles a XWindow problem.&lt;BR /&gt;&lt;BR /&gt;Check the following 2 issues :&lt;BR /&gt;&lt;BR /&gt;1. Is "gpm" started ? (ps -ef | grep gpm)&lt;BR /&gt;&lt;BR /&gt;"gpm" is a daemon program that enable cut-n-paste with mouse in console mode.&lt;BR /&gt;&lt;BR /&gt;"gpm" can be in conflict with X11, trying to access the mouse. Therefore, some distributions systematically stop gpm when entering in X11 runlevel (level 5 in RedHat).&lt;BR /&gt;&lt;BR /&gt;Normally, to avoid this, "gpm" must be launched with option "-t &lt;PROTOCOL&gt;", where "protocol" stands for the protocol identifier used by X11 to access the mouse. Check in /etc/X11/XF86Config or /etc/X11/XF86Config-4, InputDevice section related to mouse config : possible protocols are PS/2, IMPS/2, etc...&lt;BR /&gt;&lt;BR /&gt;On my linux box, I have a PS/2 mouse, then I launch "gpm" with options "-t ps/2".&lt;BR /&gt;&lt;BR /&gt;You can also choose to deactivate "gpm" while entering X11 mode (runlevel 5). To do so, go to /etc/rc.d/rc5.d, then suppress symbolic links to ../init.d/gpm (S??gpm).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Does the X11 driver currently in use match your graphic adapter ? Sometimes, graphic cards are not correctly detected by Linux install programs. Using the wrong driver may result in unexpected behaviour.&lt;BR /&gt;Go to the RedHat website, then check their compatibility matrix to see whether your graphic card is actually supported or not. You can also check this on XFree86 website (&lt;A href="http://www.xfree86.org)." target="_blank"&gt;http://www.xfree86.org).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To change your X11 settings, use Xconfigurator (WARNING : back-up your current XF86Config files in /etc/X11).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Last thing : you can check the X11 startup log in /var/log/XFree86.0.log. If you want us (the community) to give you more help, please post the following information :&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; /var/log/XFree86.0.log&lt;BR /&gt;   -&amp;gt; /etc/X11/XF86Config&lt;BR /&gt;   -&amp;gt; /etc/X11/XF86Config-4&lt;BR /&gt;   -&amp;gt; result of cat /proc/pci&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;/PROTOCOL&gt;</description>
      <pubDate>Sat, 28 Jul 2001 21:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mouse-moves-to-corner-uncontrolably/m-p/2558267#M80495</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-07-28T21:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse moves to corner uncontrolably</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mouse-moves-to-corner-uncontrolably/m-p/2558268#M80496</link>
      <description>Hi, &lt;BR /&gt;This should be improperly set protocol to the mouse in the Pointer section of the XF86Config file.&lt;BR /&gt;What type of mouse do you use?&lt;BR /&gt;I think there was a XF86Setup or something like this in RH(xf86setup ?? small, caps, who can remember - I personally use Storm Linux), or the Xconfigurator... they could help you with the right choice of driver. For example I could never get the Genius NetScroll Mouse work as Genius NetScroll under Mandrake. Just try a few different settings.&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2001 16:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mouse-moves-to-corner-uncontrolably/m-p/2558268#M80496</guid>
      <dc:creator>Ivan Donchev</dc:creator>
      <dc:date>2001-07-30T16:01:38Z</dc:date>
    </item>
  </channel>
</rss>

