public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.1-pre1 breaks XFree 4.0.2 and "w"
@ 2001-01-10 13:31 Udo A. Steinberg
  2001-01-10 17:15 ` Ingo Oeser
  0 siblings, 1 reply; 42+ messages in thread
From: Udo A. Steinberg @ 2001-01-10 13:31 UTC (permalink / raw)
  To: Linux Kernel


Hi all,

As I just found out, Linux 2.4.1-pre1 breaks several things on
my system that worked perfectly in 2.4.0-final and the entire
2.4.0-ac tree.

XFree 4.2.0 now fails to detect monitor timings and therefore
removes all modelines and bails out. The relevant diff of the
X logfile follows. Note the "nan" bits.

< (II) NV(0): Gamma: 1.80
---
> (II) NV(0): Gamma: nan
385,386c385,386
< (II) NV(0): redX: 0.625 redY: 0.340   greenX: 0.285 greenY: 0.600
< (II) NV(0): blueX: 0.150 blueY: 0.065   whiteX: 0.283 whiteY: 0.298
---
> (II) NV(0): redX: 0.625 redY: nan   greenX: 0.285 greenY: 0.600
> (II) NV(0): blueX: 0.150 blueY: nan   whiteX: 0.283 whiteY: 0.298
424c424
< (II) NV(0): Clock range:  12.00 to 350.00 MHz
---
> (II) NV(0): Clock range:    nan to    nan MHz


Moreover, with 2.4.1-pre1 the "w" command behaves in mysterious ways:

Normal output is something like:

USER     TTY      FROM              LOGIN@   IDLE   JCPU   PCPU  WHAT
root     tty1     -                 2:23pm  4:41   0.03s  0.03s  -bash  

With 2.4.1-pre1 things look like:

USER     TTY      FROM              LOGIN@   IDLE   JCPU   PCPU  WHAT
root     tty1     -                 2:21pm   ?     0.2147483648s  0.01s  w

I'm not sure I need it so precise :-)

Since the 2.4.1-pre1 patch is rather small, it shouldn't be too hard
to hunt down the part that causes these oddities.

Regards,
Udo.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 42+ messages in thread
* Floating point broken between 2.4.0-ac4 and -ac5?
@ 2001-01-11  4:58 junio
  2001-01-11 12:42 ` Alan Cox
  2001-01-12  3:27 ` Aaron Lehmann
  0 siblings, 2 replies; 42+ messages in thread
From: junio @ 2001-01-11  4:58 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel

A Duron box running 2.4.0-ac5 (and -ac6) shows NaN in many
places (such as df output showing usage "nan%").  Right now I
reverted back to 2.4.0-ac4 which does not show the problem.
The kernel was compiled with CONFIG_MK7 and without
MATH_EMULATION, if that makes any difference.
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2001-01-28 14:51 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-10 13:31 2.4.1-pre1 breaks XFree 4.0.2 and "w" Udo A. Steinberg
2001-01-10 17:15 ` Ingo Oeser
2001-01-10 17:07   ` Udo A. Steinberg
2001-01-10 20:00     ` Jonathan Hudson
2001-01-11  8:41     ` Linus Torvalds
2001-01-11 12:54       ` Alan Cox
     [not found]     ` <200101110841.AAA01652@penguin.transmeta.com>
2001-01-11 10:05       ` Udo A. Steinberg
2001-01-11 10:11         ` Andi Kleen
2001-01-11 10:31           ` Udo A. Steinberg
2001-01-11 17:36             ` Andrea Arcangeli
2001-01-11 17:46               ` Andrea Arcangeli
2001-01-11 17:48                 ` Andrea Arcangeli
2001-01-11 18:53                   ` Andrea Arcangeli
2001-01-12  2:08                 ` Linus Torvalds
2001-01-12  3:45                   ` Andrea Arcangeli
2001-01-12  4:26                     ` Linus Torvalds
2001-01-12 16:02                       ` Andrea Arcangeli
2001-01-12 16:42                         ` Richard A Nelson
2001-01-12 17:05                           ` Andrea Arcangeli
2001-01-12 17:35                             ` Linus Torvalds
2001-01-12 17:54                               ` Alan Cox
2001-01-12 18:35                                 ` Linus Torvalds
2001-01-12 18:57                                   ` Andrea Arcangeli
2001-01-12 19:19                                     ` Laramie Leavitt
2001-01-12 20:39                                     ` Mark Hahn
2001-01-12 18:24                               ` Andrea Arcangeli
2001-01-15 20:33                       ` [PATCH] i386/setup.c cpuinfo notsc Hugh Dickins
2001-01-15 20:48                         ` H. Peter Anvin
2001-01-15 21:38                           ` Maciej W. Rozycki
2001-01-15 21:41                             ` H. Peter Anvin
2001-01-15 21:51                               ` Maciej W. Rozycki
2001-01-16  3:47                                 ` H. Peter Anvin
2001-01-15 21:34                         ` Maciej W. Rozycki
2001-01-18 16:39                         ` [PATCH] udf writepage UnlockPage Hugh Dickins
2001-01-28 14:43                           ` Hugh Dickins
2001-01-12  4:28                   ` 2.4.1-pre1 breaks XFree 4.0.2 and "w" TimO
2001-01-12  6:06                   ` Udo A. Steinberg
2001-01-12  9:47                   ` Harold Oga
  -- strict thread matches above, loose matches on Subject: below --
2001-01-11  4:58 Floating point broken between 2.4.0-ac4 and -ac5? junio
2001-01-11 12:42 ` Alan Cox
2001-01-11 17:16   ` junio
2001-01-12  3:27 ` Aaron Lehmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox