Bug 23500

Summary: GPM on devfs partial fix
Product: [Retired] Red Hat Raw Hide Reporter: Andrew Bartlett <abartlet>
Component: gpmAssignee: Preston Brown <pbrown>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-09 00:34:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 23499    
Attachments:
Description Flags
patch for init.d/gpm to use a DEVICE variable and make it usable on devfs
none
A better version of the above patch, for use with mouseconfig.c patch on bug 235499 none

Description Andrew Bartlett 2001-01-07 04:57:33 UTC
This is the gpm owned part of my fix to bug 22810 and bug 23499.  

It uses a new entry in the configuraion file to define the location of the
mouse, rather than using /dev/mouse which is missing on devfs.

Comment 1 Andrew Bartlett 2001-01-07 05:01:57 UTC
Created attachment 7165 [details]
patch for init.d/gpm to use a DEVICE variable and make it usable on devfs

Comment 2 Andrew Bartlett 2001-01-07 08:21:44 UTC
Created attachment 7168 [details]
A better version of the above patch, for use with mouseconfig.c patch on bug 235499

Comment 3 Preston Brown 2001-04-06 17:41:14 UTC
gpm 1.19.3-7 and later read a DEVICE line (if present) from 
/etc/sysconfig/mouse, and use that as an argument to gpm's -m option.

mouseconfig-4.21 and later write this line, defaulting to "/dev/mouse", the 
symlink it makes to the actual device.




Comment 4 Preston Brown 2001-04-06 17:41:22 UTC
*** Bug 34883 has been marked as a duplicate of this bug. ***