diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-10-01 12:54:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-10-01 12:54:50 +0000 |
commit | 88c9ae35ea442d7762000fc3c579504834156782 (patch) | |
tree | 44499997a86054ca445477fafd52b18f35d1b8d8 | |
parent | 6b58d02f1f1347d95b47ad4dab8c91799f866b77 (diff) | |
download | drakx-88c9ae35ea442d7762000fc3c579504834156782.tar drakx-88c9ae35ea442d7762000fc3c579504834156782.tar.gz drakx-88c9ae35ea442d7762000fc3c579504834156782.tar.bz2 drakx-88c9ae35ea442d7762000fc3c579504834156782.tar.xz drakx-88c9ae35ea442d7762000fc3c579504834156782.zip |
add 3 bugs:
- drakfont: stat64 syscall blocks drakfont on ntfs partitions
- XFree86: X can corrupt sound when overusing pci bus
(PciRetry fix it)
- some people reports stops on reboot on "illegal seek" (having /usr
and / on the same fs "fix" it)
-rw-r--r-- | docs/9.0_errata.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/9.0_errata.txt b/docs/9.0_errata.txt index 537dd96d5..724800391 100644 --- a/docs/9.0_errata.txt +++ b/docs/9.0_errata.txt @@ -31,6 +31,13 @@ SHOULD BE: work well in all locales. + o Drakfont: + ========= + + drakfont get stopped in stat64("/mnt/nt/winnt/fonts/8514oem.fon", + ...) on ntfs partitions. + there's a bug in ntfs.o fs module of the kernel + o Install: ======== @@ -58,6 +65,17 @@ to the mouse section of /etc/X11/XF86Config-4 manually fixes the middle-button problem. STATUS: Not fixed. + + + Sometimes, XFree86 can cause sound glitches because of intensive + pci bus usage. + Adding the line + + Option "PciRetry" "true" + + to the "Device" section /etc/X11/XF86Config-4 fixes these boxes. + + o Printer drivers =============== @@ -65,3 +83,11 @@ not work. STATUS: Fixed on linuxprinting.org, needs to be packaged in "printer-drivers". +o kernel: + ======= + + Sometimes reboot stops on "illegal seek" message (having /usr on / + fs fix it) + + Sometimes process get blocked in D-state on ntfs partitions (see + drakfont) |