Thomas Cameron | 1 Sep 2006 04:24

Just checking...

The list has been quiet for a couple of days, just wanted to make sure 
it was still up.

TC
_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg

Jim Westbrook | 1 Sep 2006 05:16
Picon

Re: Just checking...

Both the general discussion and tech lists seem to be working, but I 
guess everyone is busy preparing for the start of college football 
season and/or Labor Day.

JimW

Thomas Cameron wrote:

> The list has been quiet for a couple of days, just wanted to make sure 
> it was still up.
>
> TC
> _______________________________________________
> ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg
>
_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg

Cliff Cyphers | 1 Sep 2006 05:28

Re: Just checking...

Join the ruby-talk group.  You'll have more than enough reading material :)

Jim Westbrook wrote:
> Both the general discussion and tech lists seem to be working, but I 
> guess everyone is busy preparing for the start of college football 
> season and/or Labor Day.
> 
> JimW
> 
> Thomas Cameron wrote:
> 
>> The list has been quiet for a couple of days, just wanted to make sure 
>> it was still up.
>>
>> TC
>> _______________________________________________
>> ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg
>>
> _______________________________________________
> ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg
> 
_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg

Matt Lawrence | 1 Sep 2006 05:48

Re: Just checking...

On Thu, 31 Aug 2006, Cliff Cyphers wrote:

> Join the ruby-talk group.  You'll have more than enough reading material :)

Don't I know it!  The Rails list is even worse, I had to drop off of it.

In any case, Ruby rocks!

-- Matt
It's not what I know that counts. 
It's what I can remember in time to use.

_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg

Cliff Cyphers | 1 Sep 2006 05:51

Re: Just checking...


Matt Lawrence wrote:
> Don't I know it!  The Rails list is even worse, I had to drop off of it.
> 
> In any case, Ruby rocks!

Second that!  I haven't turned back to sh or perl since.  What a great 
community it is.
_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg

Cliff Cyphers | 1 Sep 2006 05:55

Re: Just checking...

Cliff Cyphers wrote:
> 
> 
> Matt Lawrence wrote:
>> Don't I know it!  The Rails list is even worse, I had to drop off of it.
>>
>> In any case, Ruby rocks!
> 
> Second that!  I haven't turned back to sh or perl since.  What a great 
> community it is.

Oops.  Forgot the obligatory:
Long live Matz keep rolling out all the awesome ideas in your head.
_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg

Jeffrey Gipson | 1 Sep 2006 16:54

text MODE in centos

Remember the DOS MODE command?  I have a centos server which I have
upgraded by setting the default runlevel to 3 (it runs faster now) and I
was wondering how to get the textmode to be greater than 80x25.  I did a
little ferreting around and read about the 'fbset' utility.  It looks
awfully complicated, to the point that i'm not even sure that it's the
right command to use.  Am I barking up the wrong tree?

--Jeff
Attachment (jagipson.vcf): text/x-vcard, 309 bytes
_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg
george pee | 1 Sep 2006 17:07
Picon

Re: text MODE in centos

Have you looked at the "vga" kernel boot time parameter? 

I think you can play around with trying different options if you add "vga=ask" to the kernel line of your grub.conf.  (centos uses grub, right?)
You can generally get text  modes and vesa modes, but it does require rebooting :|


On 9/1/06, Jeffrey Gipson < jagipson-LZtF+Fxgw3fQT0dZR+AlfA@public.gmane.org> wrote:
Remember the DOS MODE command?  I have a centos server which I have
upgraded by setting the default runlevel to 3 (it runs faster now) and I
was wondering how to get the textmode to be greater than 80x25.  I did a
little ferreting around and read about the 'fbset' utility.  It looks
awfully complicated, to the point that i'm not even sure that it's the
right command to use.  Am I barking up the wrong tree?

--Jeff


_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg



_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg
Thomas Cameron | 1 Sep 2006 17:11
Picon
Favicon

Re: text MODE in centos

george pee wrote:
On 9/1/06, *Jeffrey Gipson* < jagipson@...
> <mailto:jagipson@...>> wrote:
> 
>     Remember the DOS MODE command?  I have a centos server which I have
>     upgraded by setting the default runlevel to 3 (it runs faster now) and I
>     was wondering how to get the textmode to be greater than 80x25.  I did a
>     little ferreting around and read about the 'fbset' utility.  It looks
>     awfully complicated, to the point that i'm not even sure that it's the
>     right command to use.  Am I barking up the wrong tree?
 >
 > Have you looked at the "vga" kernel boot time parameter?
 >
 > I think you can play around with trying different options if you add
 > "vga=ask" to the kernel line of your grub.conf.  (centos uses grub, 
right?)
 > You can generally get text  modes and vesa modes, but it does require
 > rebooting :|

Have a look at http://www.camerontech.com/framebuffer.html for the 
modes.  I use vga=791 on the kernel line of grub.conf for my production 
machines.
--

-- 
Thomas Cameron, RHCE, CNE, MCSE, MCT
Enterprise Solutions Architect
Red Hat
512.241.0774 office 512.585.5631 cell 512.857.1345 fax
_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg

Willie McKemie | 1 Sep 2006 20:39
Favicon

Re: text MODE in centos

On Fri, Sep 01, 2006 at 09:54:20AM -0500, Jeffrey Gipson wrote:
> Remember the DOS MODE command?  I have a centos server which I have
> upgraded by setting the default runlevel to 3 (it runs faster now) and I
> was wondering how to get the textmode to be greater than 80x25.  I did a
> little ferreting around and read about the 'fbset' utility.  It looks
> awfully complicated, to the point that i'm not even sure that it's the
> right command to use.  Am I barking up the wrong tree?

Have you looked at svgatextmode?  I haven't been able to get it to work 
right in recent Debian distributions, but it used to work great.  Back 
in the Potato era.  It might still work in Red Hat type distributions.

--

-- 
Willie, ONWARD!  Through the fog!
http://counter.li.org Linux registered user #228836 since 1995
Debian3.1/GNU/Linux system uptime  166 days 20 hours 32 minutes
_______________________________________________
ALG Mailing List http://austinlug.org/cgi-bin/mailman/listinfo/alg


Gmane