[Cooker] [Bug 5538] [mandrake_theme] bootsplash-1024x768.cfg is incorrect

2003-09-13 Thread [douglasw]
http://qa.mandrakesoft.com/show_bug.cgi?id=5538


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-13-09 23:46 ---
Fixed in 0.0.9-1mdk. Thanks :-)

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
this file is a duplicate of bootsplash-1280x1024.cfg which means that incorrect size, 
jpeg and silentjpeg are specified. This results in error during bootup (no good 
signature found) and no splash screen for displays of 1024x768. version 1.6 of this 
file in cvs is correct and works



[Cooker] [Bug 1149] [kernel-source] make menuconfig fails on ALSA component

2003-02-17 Thread douglasw
https://qa.mandrakesoft.com/show_bug.cgi?id=1149





--- Additional Comments From [EMAIL PROTECTED]  2003-02-17 13:07 ---
this bug is still valid for 2.4.21.0.pre4.6mdk 



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Running 'make menuconfig' and navigating to the ALSA configuration results in 
a crash. the patch below fixes this.

diff -Nuarp linux-2.4.21-0.pre3.1mdk/arch/i386/config.in linux-2.4.21-
0.pre3.1mdk.new/arch/i386/config.in
--- linux-2.4.21-0.pre3.1mdk/arch/i386/config.in2003-01-16 
18:18:19.0 +0200
+++ linux-2.4.21-0.pre3.1mdk.new/arch/i386/config.in2003-01-19 
14:03:57.0 +0200
@@ -451,6 +451,8 @@ if [ $CONFIG_VT = y ]; then
endmenu
 fi
 
+source drivers/usb/Config.in
+
 mainmenu_option next_comment
 comment 'Sound'
 
@@ -460,8 +462,6 @@ if [ $CONFIG_SOUND != n ]; then
 fi
 endmenu
 
-source drivers/usb/Config.in
-
 source net/bluetooth/Config.in
 
 mainmenu_option next_comment
diff -Nuarp linux-2.4.21-0.pre3.1mdk/sound/Config.in linux-2.4.21-
0.pre3.1mdk.new/sound/Config.in
--- linux-2.4.21-0.pre3.1mdk/sound/Config.in2003-01-16 18:18:14.0 
+0200
+++ linux-2.4.21-0.pre3.1mdk.new/sound/Config.in2003-01-19 
14:04:36.0 +0200
@@ -8,7 +8,6 @@ dep_tristate 'Advanced Linux Sound Archi
 if [ $CONFIG_SND != n ]; then
   source sound/core/Config.in
   source sound/drivers/Config.in
-  source sound/usb/Config.in
 fi
 if [ $CONFIG_SND != n -a $CONFIG_ISA = y ]; then
   source sound/isa/Config.in