Re: framebuffer bootup question [SOLVED]

2001-10-20 Thread Viktor Rosenfeld
Stephen Gran wrote: > Thus spake Viktor Rosenfeld: > > Should have digged further! > > > > In linux/drivers/video/modedb.c there is an array of struct fb_videomode > > which lists the video modes that are supported by tdfx through modedb. > > > > Luckily [EMAIL PROTECTED] is compiled right in an

Re: framebuffer bootup question [SOLVED]

2001-10-20 Thread Stephen Gran
Thus spake Viktor Rosenfeld: > Should have digged further! > > In linux/drivers/video/modedb.c there is an array of struct fb_videomode > which lists the video modes that are supported by tdfx through modedb. > > Luckily [EMAIL PROTECTED] is compiled right in and works beautifully, too. > > Chee

Re: framebuffer bootup question [SOLVED]

2001-10-19 Thread Viktor Rosenfeld
Should have digged further! In linux/drivers/video/modedb.c there is an array of struct fb_videomode which lists the video modes that are supported by tdfx through modedb. Luckily [EMAIL PROTECTED] is compiled right in and works beautifully, too. Cheers, Viktor -- Viktor Rosenfeld WWW: http://w

Re: framebuffer bootup question

2001-10-19 Thread Viktor Rosenfeld
Stephen Gran wrote: > > vga=0x317 or vga=0x318 This doesn't work, the kernel will select a 80x30 console. > Or append="video=aty128fb:[EMAIL PROTECTED]" - adjust for your values, but > this works well for me. The form is > video=:[EMAIL PROTECTED] The problem is, that even with [EMAIL PROTECTE

Re: framebuffer bootup question

2001-10-19 Thread Stephen Gran
Thus spake Michael C. Alonzo: > On Fri, Oct 19, 2001 at 06:45:19PM +0200, Viktor Rosenfeld wrote: > > Hello, > > > > I recently got a 3dfx Voodoo3 card and thus enabled framebuffer support > > in the kernel. I would like to have my Debian system come up in > > 1024x764 mode with maximum vertical

Re: framebuffer bootup question

2001-10-19 Thread Michael C. Alonzo
On Fri, Oct 19, 2001 at 06:45:19PM +0200, Viktor Rosenfeld wrote: > Hello, > > I recently got a 3dfx Voodoo3 card and thus enabled framebuffer support > in the kernel. I would like to have my Debian system come up in > 1024x764 mode with maximum vertical sync frequency, so according to > Document

framebuffer bootup question

2001-10-19 Thread Viktor Rosenfeld
Hello, I recently got a 3dfx Voodoo3 card and thus enabled framebuffer support in the kernel. I would like to have my Debian system come up in 1024x764 mode with maximum vertical sync frequency, so according to Documentation/fb/modedb.txt in the Linux source I appended the following to my kernel