Re: [gentoo-user] refresh rate in the console

2003-06-24 Thread Corey Melanson
On June 23, 2003 09:35 am, Jesper Blauendahl wrote:
> I've just emerge'ed the bootsplash ebuild and every seems to work after
> I compiled the kernel and did the nessesary configuration.
>
> The refresh rate is only 60Hz though and I would like to increase it to
> 85Hz if it's possible.
>
> I've used the example from the /usr/share/bootsplash/grub.conf to
> configure grub:
>
> # title=Gentoo Linux (1280x1024)
> # root (hd0,4)
> # kernel /boot/bzImage.001 root=/dev/hda7 video=mtrr,vesa:1280x1024
> vga=0x31a splash=silent
> # initrd=/initrd-1280x1024
>
> I run X in [EMAIL PROTECTED] without any problems,  and I would like that
> in the consoles as well.
>
> Jesper
>
>
> --
> [EMAIL PROTECTED] mailing list

Hi,
I've got an ATI Radeon 8500 and was able to get my console running at 
1280x1024 at 85Hz with the following:

title=Gentoo Linux
root (hd0,4)
kernel (hd0,4)/boot/bzImage.2.5.72 root=/dev/hda6 video=radeonfb:[EMAIL PROTECTED]

I'm using 2.5.72 so the framebuffer device is 'radeonfb' but in a 2.4 series 
you might try just 'radeon' instead of 'radeonfb' since it got renamed in 
2.5. Don't know about an nvidia card, similar syntax might work, you never 
know.

Corey Melanson


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Open ports question

2003-03-14 Thread Corey Melanson
I'm also have sympatico and run a mail server. What they have done as far as I 
know is blocked all outgoing smtp unless it's going through their servers. 
What you can do to cope with this is to set your mail server to relay through 
the smtp server they assigned you, smtp1.sympatico.ca for me. 
In qmail you just add the smtp1.sympatico.ca to the 
/var/qmail/control/smtproutes file and it'll work like it should. Me and my 
friends do this and it works fine. Hope this helps.

Corey

On March 13, 2003 09:23 pm, Norberto BENSA wrote:
> On Thursday 13 March 2003 10:53 pm, leeweiqi wrote:
> > So, does that mean that the port is not open by me but rather it's my isp
> > who opened the port? Would this be a security breach on my machine?
> > Thanks for everyone's help man.
>
> No security risk, but you can't run your own stmp server either, which IMHO
> just plain sucks (www.fibertel.com.ar does that here in Argentina... I told
> them to cancel my account almost a year ago.)
>
> Regards,
> Norberto


--
[EMAIL PROTECTED] mailing list