From: Hugo V. <hvw...@ya...> - 2006-01-09 21:57:32
|
Hi, I realize this is not a hot priority, but I have repeatedly had the following: In a recent kernel (2.6.14/15) gpm (General Purpose Mouse Interface) will act weird: the mouse cursor does not show in a text console (not X), but a line copied with gpm copy/paste will appear, *and* in mc lines are selected wherever the mouse cursor moves. I only say "Faketty" in the subject line because that is the multi-user setup that I am running with Debian stable and nVidia closed source driver. I guess it will not happen if you don't copy/paste with gpm. But that is just what gpm is handy for. Nothing fixes it: restarting gpm resumes in this behavior. Logging out changes nothing. Hugo Hugo __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com |
From: vinu <vi...@hc...> - 2006-01-12 03:20:58
Attachments:
vinu.vcf
|
Hugo Vanwoerkom wrote: >Hi, > >I realize this is not a hot priority, but I have >repeatedly had the following: > >In a recent kernel (2.6.14/15) gpm (General Purpose >Mouse Interface) will act weird: the mouse cursor does >not show in a text console (not X), but a line copied >with gpm copy/paste will appear, *and* in mc lines are >selected wherever the mouse cursor moves. > >I only say "Faketty" in the subject line because that >is the multi-user setup that I am running with Debian >stable and nVidia closed source driver. > >I guess it will not happen if you don't copy/paste >with gpm. But that is just what gpm is handy for. > >Nothing fixes it: restarting gpm resumes in this >behavior. Logging out changes nothing. > >Hugo > > > > > >Hugo > > > > > > =09 >__________________________________________=20 >Yahoo! DSL =96 Something to write home about.=20 >Just $16.99/mo. or less.=20 >dsl.yahoo.com=20 > > > >------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. Do you grep through log f= iles >for problems? Stop! Download the new AJAX search engine that makes >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! >http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick >_______________________________________________ >Linuxconsole-dev mailing list >Lin...@li... >https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > > =20 > there's a possibility that the mouse configuration may go wrong. In the=20 case of some 3 buttn wheel mouse this problem is observerd. the simplest=20 to disable this is reconfigure gpm, as 3 button mouse only. Or 2 btn=20 mouse + emulate 3 buttons. regards vineesh |
From: Hugo V. <hvw...@ya...> - 2006-01-13 12:20:15
|
--- vinu <vi...@hc...> wrote: > Hugo Vanwoerkom wrote: > > >Hi, > > > >I realize this is not a hot priority, but I have > >repeatedly had the following: > > > >In a recent kernel (2.6.14/15) gpm (General Purpose > >Mouse Interface) will act weird: the mouse cursor > does > >not show in a text console (not X), but a line > copied > >with gpm copy/paste will appear, *and* in mc lines > are > >selected wherever the mouse cursor moves. > > > there's a possibility that the mouse configuration > may go wrong. In the > case of some 3 buttn wheel mouse this problem is > observerd. the simplest > to disable this is reconfigure gpm, as 3 button > mouse only. Or 2 btn > mouse + emulate 3 buttons. > regards > vineesh Vineesh, gpm.conf now has: device=/dev/input/mouse1br responsiveness=15 repeat_type= #type=imps2 type=ps2 append="-S \"/sbin/poweroff\"" What would have to be changed? H __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: vinu <vi...@hc...> - 2006-01-14 03:22:18
Attachments:
vinu.vcf
|
Hugo Vanwoerkom wrote: > >--- vinu <vi...@hc...> wrote: > > > >>Hugo Vanwoerkom wrote: >> >> >> >>>Hi, >>> >>>I realize this is not a hot priority, but I have >>>repeatedly had the following: >>> >>>In a recent kernel (2.6.14/15) gpm (General Purpose >>>Mouse Interface) will act weird: the mouse cursor >>> >>> >>does >> >> >>>not show in a text console (not X), but a line >>> >>> >>copied >> >> >>>with gpm copy/paste will appear, *and* in mc lines >>> >>> >>are >> >> >>>selected wherever the mouse cursor moves. >>> >>> >>> >>there's a possibility that the mouse configuration >>may go wrong. In the >>case of some 3 buttn wheel mouse this problem is >>observerd. the simplest >>to disable this is reconfigure gpm, as 3 button >>mouse only. Or 2 btn >>mouse + emulate 3 buttons. >>regards >>vineesh >> >> > >Vineesh, > >gpm.conf now has: > >device=/dev/input/mouse1br >responsiveness=15 >repeat_type= >#type=imps2 >type=ps2 >append="-S \"/sbin/poweroff\"" > >What would have to be changed? > >H > > > > > > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com > >DISCLAIMER: >-------------------------------------------------------------------------------------------------------------- > >This e-mail contains confidential and/or privileged information. If you are not the intended recipient >(or have received this e-mail in error)please notify the sender immediately and destroy this e-mail. >Any unauthorized copying, disclosure, use or distribution of the material in this e-mail is strictly forbidden. >--------------------------------------------------------------------------------------------------------------- > > > Actually I don't know on which file the changes are happening but how I made this working is : #mouseconfig and then from the following menu select 3 button mouse(not 3 btn wheel mouse).or select 2 button mouse and emulate 3 buttons. This configuration helped me. I think this will help u. regards vineeh |