Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
differences in .confg files
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
BennyP
Guru
Guru


Joined: 09 May 2003
Posts: 503
Location: Jerusalem, Israel

PostPosted: Tue Jun 29, 2004 7:13 pm    Post subject: differences in .confg files Reply with quote

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?
Back to top
View user's profile Send private message
genstef
Retired Dev
Retired Dev


Joined: 13 Jun 2004
Posts: 668
Location: M/Bay/Germany

PostPosted: Tue Jun 29, 2004 7:28 pm    Post subject: Reply with quote

Then just create a diff this way

Code:
diff -Naur /usr/src/linux/.config /usr/src/linux-dualhead/.config > dual-singlehead.diff
less dual-singlehead.diff

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum