Results 1 to 2 of 2
1. I just read the "framebuffer howto" from this forum and got it working. Because I'm using an nVidia card, I am told that I can use the rivafb instead ...
- 05-18-2004 #1Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Framebuffer with nVidia
1. I just read the "framebuffer howto" from this forum and got it working. Because I'm using an nVidia card, I am told that I can use the rivafb instead of the vesa to do this as well. If this is true, would changing to rivafb improve anything?
2. On the following code, I have a question regarding the last line
The kernel option for the video is something that is new to me. Can someone explain to me what it is and where I can find the right documentation to do the reading?[/code]Code:default 0 timeout 7 splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo GNU/Linux 1.4 with framebuffer root=(hd0,0) kernel=(hd0,0)/boot/bzImage root=/dev/hda3 video=vesa:ywrap,mtrr vga=0x31A
The best things in life are free.
- 05-22-2004 #2Linux Newbie
- Join Date
- Feb 2004
- Location
- India
- Posts
- 132
Hmm, I was fiddling around with fb as well.
You can get something in the kernel source code docs.
i.e.
/usr/src/linux-2.4/Documentation
Something like that
You are the one Linux!


Reply With Quote