We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 102

Summary: imps2 mouse in fbcon (raw repeater)
Product: SDL Reporter: Sam Lantinga <slouken>
Component: eventsAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: don't know   
Hardware: x86   
OS: Linux   
Attachments: sdl_patch

Description Sam Lantinga 2006-01-29 00:23:17 UTC
Date: Mon, 14 Jun 2004 12:32:12 +0200
From: Emmanuel Anne <manu@manu-home.dyndns.org>
Subject: [SDL] patch : imps2 mouse in fbcon (raw repeater)

I don't know if this patch can be usefull or not, but since I use it, I
decided to post it here.
It simply tries to be more clever when guessing the mouse type in fbcon
(linux) by looking for the -t parameter for gpm (protocol) and the -R
(repeater). It does not try to recognize every protocol/repeater
combination but just imps2/raw because that's the combination I use here
to be able to use at the same time gpm in the console and X11 on the raw
repeater.
Comment 1 Sam Lantinga 2006-01-29 00:24:15 UTC
Created attachment 46 [details]
sdl_patch
Comment 2 Sam Lantinga 2006-05-07 02:21:13 UTC
The attached patch was pretty buggy, but I added very similar functionality to the code in subversion.