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 - imps2 mouse in fbcon (raw repeater)
Summary: imps2 mouse in fbcon (raw repeater)
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: don't know
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 00:23 UTC by Sam Lantinga
Modified: 2006-05-07 02:21 UTC (History)
0 users

See Also:


Attachments
sdl_patch (2.53 KB, patch)
2006-01-29 00:24 UTC, Sam Lantinga
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.