Re: Somebody mickeyed with my mouse?!

2003-03-18 Thread Nadav Har'El
On Mon, Mar 17, 2003, Boris Sukholitko wrote about Re: Somebody mickeyed with my mouse?!: On Mon, Mar 17, 2003 at 05:42:06PM +0200, Nadav Har'El wrote: The mouse works well, but the wheel is ignored. This makes sense, as the protocol should be IMPS/2, not PS/2. But when I change it to IMPS/2

Re: Request for update on the current Linux Distributions.

2003-03-18 Thread Oleg Goldshmidt
Nadav Har'El [EMAIL PROTECTED] writes: Maybe you're referring to gentoo that do such a compilation. IIRC Mandrake used to compile for i586 in good old days, while RH compiled for i386. It's very hard to obtain more than 10%-15% speed increase from gcc just by compiling for a specific

problems building LIRC on redhat 8.0

2003-03-18 Thread Stiven Andre
Hi list. I tryed to build LIRC for my flyvideo 98fm card's remote control and recieved the following when trying to make. [EMAIL PROTECTED] lirc-0.6.6]# make make all-recursive make[1]: Entering directory `/home/x-kent/lirc-0.6.6' Making all in drivers make[2]: Entering directory

Re: Somebody mickeyed with my mouse?!

2003-03-18 Thread Maxim Iorsh
Hello! May I please suggest a solution that worked for me in a similar situation (I have Quantum SWOP-35 mouse). for redhat 7.3, file /etc/X11/XF86Config-4: In the section InputDevice replaced line Option Protocol PS/2 with line Option Protocol IMPS/2 and added new

-fomit-frame-pointer and C++ exceptions

2003-03-18 Thread Michael Sternberg
Hello list I wonder why if I apply g++ switch -fomit-frame-pointer C++ exceptions cease to work. I'm using pretty old gcc - 2.95.3, is it the same in gcc 3.2 ? I wanted to use this switch mainly for smaller executable sizes... I do not want to debug those executables (at least not in release