BennyP Guru


Joined: 09 May 2003 Posts: 503 Location: Jerusalem, Israel
|
Posted: Tue Jun 29, 2004 7:13 pm Post subject: differences in .confg files |
|
|
I have several precariously balanced kernels for different needs I have fb/bootsplash kernels, dual-head kernels and single head kernels. here's grub.conf
Code: |
default 2
timeout 15
splashimage=(hd1,0)/grub/splash.xpm.gz
#ALSA With both framebuffer and bootsplash
title Dual-head (kernel-2.6.6 ALSA) +fb +splash
root (hd1,0)
kernel /kernel-2.6.6 root=/dev/hdb3 video=vesafb:ywrap,mtrr vga=0x31A
initrd=/initrd-1280x1024
#ALSA With framebuffer but not bootsplash
title Dual-head (kernel-2.6.6 ALSA) +fb -splash
root (hd1,0)
kernel /kernel-2.6.6 root=/dev/hdb3 video=vesafb:ywrap,mtrr vga=0x31A
#ALSA With neither framebuffer nor bootsplash
title Dual-head (kernel-2.6.6 ALSA) -fb -splash
root (hd1,0)
kernel /kernel-2.6.6 root=/dev/hdb3
#OLD With neither framebuffer nor bootsplash
title Single-screen (kernel-2.6.6.old ALSA) -fb -splash
root (hd1,0)
kernel /kernel-2.6.6.old root=/dev/hdb3
title Gentoo (kernel-2.6.6 OSS)
root (hd1,0)
kernel /kernel-2.6.6.oss root=/dev/hdb3
title=Gentoo sources OSS=module
root (hd1,0)
kernel /kernel-2.4.25-gentoo-r3 root=/dev/hdb3
title=Gentoo (kernel-2.4.25-gentoo-r3)
root (hd1,0)
kernel /kernel-2.4.25-gentoo-r3 root=/dev/hdb3 |
problem is, kernel 4 (single-head) is the only one that has alsa working (and i have to manually reload it to get any sound), but i can't use my 2nd screen with it.
When I load a dual-head kernel, the console runs on the second screen, but xinerama wont work, and when i restart alsa, the snd_* modules dont load
What I want is to see the differences between the .config files so I can try to make 1 solid kernel[/code] _________________ Could it be? |
|