Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Bug#259080: xserver-xfree86: Please special case mouse set..

 
   Soft32 Home -> Linux -> X - Debian RSS
Next:  Bug#258396: problem solved - caused by cruft from..  
Author Message
Michael Banck

External


Since: Dec 02, 2006
Posts: 543



(Msg. 1) Posted: Mon Jul 12, 2004 8:30 pm
Post subject: Bug#259080: xserver-xfree86: Please special case mouse setup for GNU/Hurd
Archived from groups: linux>debian>bugs>dist, others (more info?)

Package: xserver-xfree86
Version: 4.3.0.dfsg.1-5
Severity: wishlist

Hello,

The configuration for GNU/Linux and GNU/Hurd is mostly identical,
however, there is a difference in how the mouse is setup.

Basically, on hurd-i386, the Device should always be "/dev/mouse" and
the Protocol be "osmouse". ZAxisMapping should not be set,
Emulate3Buttons can be, depending on debconf.

Unfortunately, I'm no debconf wizard, so I hope the changes are not
overly complex and could be done relatively easily. It would be nice if
X would run out-of-the-box on hurd-i386. Feel free to ask questions, but
please CC me.


thanks,

Michael


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Michael Banck

External


Since: Dec 02, 2006
Posts: 543



(Msg. 2) Posted: Wed Jul 14, 2004 8:30 pm
Post subject: Bug#259080: xserver-xfree86: Please special case mouse setup for GNU/Hurd [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, Jul 14, 2004 at 12:31:06PM -0500, Branden Robinson wrote:
> > Basically, on hurd-i386, the Device should always be "/dev/mouse" and
> > the Protocol be "osmouse". ZAxisMapping should not be set,
> > Emulate3Buttons can be, depending on debconf.

> Yes, this is one of the simpler parts of the problem space.

Great.

> What is the canonical way, from the shell, to determine that I am running
> on a GNU/Hurd system?

Hmm, dpkg-architecture is unfortunately only in dpkg-dev, so I guess
uname is the best bet here. It prints out 'GNU' on GNU/Hurd as opposed
to 'Linux' on GNU/Linux' and (so I've been told) e.g. 'GNU/kFreeBSD' on
GNU/k*BSD.

uname -a yields the following on my Debian GNU/Hurd box:

GNU nighthawk.oase.mhn.de 0.3 GNUmach-1.3/Hurd-0.3 i386-AT386 GNU

Would that suffice?


Michael


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Michael Banck

External


Since: Dec 02, 2006
Posts: 543



(Msg. 3) Posted: Wed Jul 28, 2004 11:30 am
Post subject: Bug#259080: xserver-xfree86: Please special case mouse setup for GNU/Hurd [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, Jul 13, 2004 at 12:55:25AM +0200, Michael Banck wrote:
> The configuration for GNU/Linux and GNU/Hurd is mostly identical,
> however, there is a difference in how the mouse is setup.
>
> Basically, on hurd-i386, the Device should always be "/dev/mouse" and
> the Protocol be "osmouse". ZAxisMapping should not be set,
> Emulate3Buttons can be, depending on debconf.

I have to correct myself here: Emulate3Buttons should *not* be set as
well.

I just found out that setting this options results in Button-pressed
events only getting transmitted together with the Button-released event
(by looking at xev). This prevents e.g. dragging of windows.


Michael


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Login to vote
Michael Banck

External


Since: Dec 02, 2006
Posts: 543



(Msg. 4) Posted: Fri Oct 07, 2005 4:50 pm
Post subject: Bug#259080: xserver-xfree86: Please special case mouse setup for GNU/Hurd [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

reassign 259080 xserver-xorg
severity 259080 important
thanks

On Wed, Jul 14, 2004 at 12:31:06PM -0500, Branden Robinson wrote:
> On Tue, Jul 13, 2004 at 12:55:25AM +0200, Michael Banck wrote:
> > The configuration for GNU/Linux and GNU/Hurd is mostly identical,
> > however, there is a difference in how the mouse is setup.
> >
> > Basically, on hurd-i386, the Device should always be "/dev/mouse" and
> > the Protocol be "osmouse". ZAxisMapping should not be set,
> > Emulate3Buttons can be, depending on debconf.
> >
> > Unfortunately, I'm no debconf wizard, so I hope the changes are not
> > overly complex and could be done relatively easily.
>
> Yes, this is one of the simpler parts of the problem space.

Since moving to xserver-xorg, dpkg-reconfigure (even at low priority)
does not work anymore, since the debconf values for
inputdevice/mouse/port and inputdevice/mouse/protocol are empty, leading
to an error message and a 0 size xorg.conf, from
/var/cache/debconf/config.dat:

Name: xserver-xorg/config/inputdevice/mouse/port
Template: xserver-xorg/config/inputdevice/mouse/port
Value:
Owners: xserver-xorg
Flags: seen
Variables:
choices =

Name: xserver-xorg/config/inputdevice/mouse/protocol
Template: xserver-xorg/config/inputdevice/mouse/protocol
Value:
Owners: xserver-xorg
Flags: seen
Variables:
choices =

I tried to set them manually in there, but to no avail (not being a
debconf guru). Thus upgrading this bug report to important, as it
renders the package useless on a non-releasing architecture.

Anyway, the right values for hurd-i386 are "/dev/mouse" for port and
"osmouse" for protocol, could this made default?

This is what dpkg-architecture outputs, if it helps:

DEB_BUILD_ARCH=hurd-i386
DEB_BUILD_ARCH_OS=hurd
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=gnu
DEB_BUILD_GNU_TYPE=i486-gnu
DEB_HOST_ARCH=hurd-i386
DEB_HOST_ARCH_OS=hurd
DEB_HOST_ARCH_CPU=i386
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=gnu
DEB_HOST_GNU_TYPE=i486-gnu

Should I find somebody who whips up a patch for this?


cheers,

Michael

--
Michael Banck
Debian Developer
mbanck.TakeThisOut@debian.org
http://www.advogato.org/person/mbanck/diary.html


--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Samuel Thibault

External


Since: Nov 20, 2006
Posts: 179



(Msg. 5) Posted: Sat Aug 11, 2007 8:47 pm
Post subject: Bug#259080: xserver-xfree86: Please special case mouse setup for GNU/Hurd [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Samuel Thibault, le Sun 12 Aug 2007 02:45:07 +0200, a écrit :
> Better way: making /dev/mouse the default Smile
> Here is a patch.

(I forgot to mention: currently, empty or non-existing keyboard & mouse
sections now work fine)

Samuel
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Installing xserver-xfree86 fails - Hi, I am trying to get Xfree86 installed on an Itanium HP i2000. When I issue apt-get install xserver-xfree86 I get th...

unhealthy xserver-xfree86 4.3.0.dfsg.1-5 - I did a dist-upgrade yesterday on Debian/unstable and found that the X server didn't work at all. It appeared to get..

update: All upper case displayed as lower case on vfat par.. - This is an update to my previous question. I found by default if I make a all upper case file on a vfat partition, i...

Xserver - Ich habe eben Suse 10.1 x64 installiert. Da ist mir ein Malheur passiert. Die Bildauflösung habe ich nicht geprüft, wei...

xserver not working - Hi, Wow, what a response! I will post the logs as soon as I have inst. the other stuff. I just noticed I had not ins...

Kein XServer für - Hi@all, folgendes Problem: Nach der Neuinstallation von SuSE 9.2 Professional und KDE 3.4 kann ich für "root&quot...
       Soft32 Home -> Linux -> X - Debian All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]