Re: fbset for all ttys? SOLVED

2002-06-20 Thread andrej hocevar
On Thu, Jun 20, 2002 at 11:35:13AM +0200, Karoly VEGH wrote: > #!/bin/sh > echo "" > /dev/tty2 > echo "" > /dev/tty3 > echo "" > /dev/tty4 > echo "" > /dev/tty5 > echo "" > /dev/tty6 > fbset -a 640x480-100 >

Re: fbset for all ttys?

2002-06-20 Thread andrej hocevar
On Thu, Jun 20, 2002 at 11:21:59AM +0200, Ulf Rompe wrote: > > Just an idea - can't test it at the moment. What happens if you put > something like this into your script? > > for i in 1 2 3 4 5 6; do > chvt $i > fbset -t 13334 144 24 29 3 136 6 > done Un

Re: fbset for all ttys?

2002-06-20 Thread Karoly VEGH
On Thu, 20 Jun 2002, andrej hocevar wrote: > Is there a way to make it permanent for all consoles? fbset -a create an initscript, /etc/rc2.d/S99fbset, like: #!/bin/sh echo "" > /dev/tty2 echo "" > /dev/tty3 echo "" > /dev/tty4 echo ""

Re: fbset for all ttys?

2002-06-20 Thread Colin Watson
On Thu, Jun 20, 2002 at 11:40:13AM +0200, Johann Spies wrote: > On Thu, Jun 20, 2002 at 11:21:59AM +0200, Ulf Rompe wrote: > > [EMAIL PROTECTED] (andrej hocevar) writes: > > > I thought I was clever and added an init script for setting the > > > concole with fbset.

Re: fbset for all ttys?

2002-06-20 Thread Johann Spies
On Thu, Jun 20, 2002 at 11:21:59AM +0200, Ulf Rompe wrote: > [EMAIL PROTECTED] (andrej hocevar) writes: > > > I thought I was clever and added an init script for setting the > > concole with fbset. I've figured that "fbset -t 13334 144 24 29 3 > > 136 6"

Re: fbset for all ttys?

2002-06-20 Thread Ulf Rompe
[EMAIL PROTECTED] (andrej hocevar) writes: > I thought I was clever and added an init script for setting the > concole with fbset. I've figured that "fbset -t 13334 144 24 29 3 > 136 6" yields the best results. But it affects only the first > console -- I have to run

fbset for all ttys?

2002-06-20 Thread andrej hocevar
I thought I was clever and added an init script for setting the concole with fbset. I've figured that "fbset -t 13334 144 24 29 3 136 6" yields the best results. But it affects only the first console -- I have to run the script every time I log in. Is there a way to make it pe

Re: fbset and vesa

2001-12-16 Thread dman
On Sun, Dec 16, 2001 at 10:31:53AM +0100, Eduard Bloch wrote: | #include | [EMAIL PROTECTED] wrote on Sun Dec 16, 2001 um 04:20:50AM: | > hi, | > do i need the vesa stuff to run fbset in 1024x768 mode? Trying to | > change from 640x480 on console up to 1024x768 produces the error | >

Re: fbset and vesa

2001-12-16 Thread Eduard Bloch
#include [EMAIL PROTECTED] wrote on Sun Dec 16, 2001 um 04:20:50AM: > hi, > do i need the vesa stuff to run fbset in 1024x768 mode? Trying to change from > 640x480 on console up to 1024x768 produces the error message that this mode > is not allowed. Of course. VESAFB is bad designe

fbset and vesa

2001-12-16 Thread Olifuc
hi, do i need the vesa stuff to run fbset in 1024x768 mode? Trying to change from 640x480 on console up to 1024x768 produces the error message that this mode is not allowed.

Re: fbset

2001-09-20 Thread Stephen Gran
| > | > | On Tue, Sep 18, 2001 at 05:10:55PM -0700, Vineet Kumar wrote: > | > | > | > * Steve Gran ([EMAIL PROTECTED]) [010918 16:23]: > | > | > | [...] > | > | > | > > for. However, fbset 1024x760-60 works just fine. Am i just > feeding the > | >

Re: fbset

2001-09-20 Thread dman
55PM -0700, Vineet Kumar wrote: | > | > | > * Steve Gran ([EMAIL PROTECTED]) [010918 16:23]: | > | > | [...] | > | > | > > for. However, fbset 1024x760-60 works just fine. Am i just feeding the | > | > |^^^ 1st clue! | &g

Re: fbset

2001-09-20 Thread Stephen Gran
L PROTECTED]) [010918 16:23]: > | > | [...] > | > | > > for. However, fbset 1024x760-60 works just fine. Am i just > feeding the > | > | ^^^ 1st clue! > | > | If fbset works then you must not be using the vesafb drive

Re: fbset

2001-09-20 Thread dman
] | > | > > for. However, fbset 1024x760-60 works just fine. Am i just feeding the | > |^^^ 1st clue! | > | If fbset works then you must not be using the vesafb driver, all you | > | would get is an error message with vesafb | > | >

Re: svgatextmode -> fbset: not so smooth

2001-09-20 Thread Stephen Gran
refresh rate. But the hardware can > do much better: in X I can have this resolution with 95Hz! Now it > seems I should be able to set the desired mode with fbset after > booting, just like I did with svgatextmode. > > Unfortunately, there's a catch: fbset only changes the mod

Re: fbset

2001-09-20 Thread Stephen Gran
Thus spake Danie Roux: > Now if someone can help me get more than 10 fps on a voodoo2 in Quake 3 > I'll be happy! > I had a problem getting GL and related accelerated things to work here, as well. I have a Rage 128 based card - a Pro, I think, although I'm not totally sure, as it was parted out

Re: fbset

2001-09-20 Thread Stephen Gran
Thus spake dman: > On Wed, Sep 19, 2001 at 09:03:09PM -0600, Dave Thayer wrote: > | On Tue, Sep 18, 2001 at 05:10:55PM -0700, Vineet Kumar wrote: > | > * Steve Gran ([EMAIL PROTECTED]) [010918 16:23]: > | [...] > | > > for. However, fbset 1024x760-60 works just fine

Re: fbset -- fixed!

2001-09-20 Thread Stephen Gran
Thus spake Wayne Topa: > dman([EMAIL PROTECTED]) is reported to have said: > > According to the docs, lilo can't handle hex numbers. The docs say > > you need to convert it to decimal first, then put the decimal number > > in lilo.conf. (I use grub and it handles hex numbers fine) > > Yes, I rea

Re: fbset

2001-09-20 Thread Danie Roux
On Thu, Sep 20, 2001 at 12:16:00PM -0400, dman wrote: > On Thu, Sep 20, 2001 at 03:38:21PM +0200, Danie Roux wrote: > I know. I have X4 right now and it works if I boot in "vga" mode. I > started looking at the framebuffer stuff when I tried to run quake. > (See below for more details.) Actual

svgatextmode -> fbset: not so smooth

2001-09-20 Thread Ian Zimmerman
resolution with 95Hz! Now it seems I should be able to set the desired mode with fbset after booting, just like I did with svgatextmode. Unfortunately, there's a catch: fbset only changes the mode _for the current virtual terminal_. As soon as I switch to another vt, I am back to the default

Re: fbset

2001-09-20 Thread dman
ED]) [010918 16:23]: | > | [...] | > | > > for. However, fbset 1024x760-60 works just fine. Am i just feeding the | > |^^^ 1st clue! | > | If fbset works then you must not be using the vesafb driver, all you | > | would get is an error

Re: fbset

2001-09-20 Thread Danie Roux
On Thu, Sep 20, 2001 at 09:10:55AM -0400, dman wrote: > On Wed, Sep 19, 2001 at 09:03:09PM -0600, Dave Thayer wrote: > | On Tue, Sep 18, 2001 at 05:10:55PM -0700, Vineet Kumar wrote: > | > * Steve Gran ([EMAIL PROTECTED]) [010918 16:23]: > | [...] > | > > for. However,

Re: fbset

2001-09-20 Thread dman
On Wed, Sep 19, 2001 at 09:03:09PM -0600, Dave Thayer wrote: | On Tue, Sep 18, 2001 at 05:10:55PM -0700, Vineet Kumar wrote: | > * Steve Gran ([EMAIL PROTECTED]) [010918 16:23]: | [...] | > > for. However, fbset 1024x760-60 works just fine. Am i just fe

Re: fbset

2001-09-19 Thread Dave Thayer
On Tue, Sep 18, 2001 at 05:10:55PM -0700, Vineet Kumar wrote: > * Steve Gran ([EMAIL PROTECTED]) [010918 16:23]: [...] > > for. However, fbset 1024x760-60 works just fine. Am i just feeding the ^^^ 1st clue! If fbset works then you must not be

Re: fbset

2001-09-19 Thread Wayne Topa
dman([EMAIL PROTECTED]) is reported to have said: > According to the docs, lilo can't handle hex numbers. The docs say > you need to convert it to decimal first, then put the decimal number > in lilo.conf. (I use grub and it handles hex numbers fine) Yes, I read that too. So much for the docs..

Re: fbset

2001-09-18 Thread dman
t | > time. I have tried both vga=ask and vga=0x305 in /etc/lilo.conf, and | > neither gives me what I want - ask supplies a max res of 640x480, and | > vga=0x305 gives the same, although I thought would give the res I'm looking | > for. However, fbset 1024x760-60 works ju

Re: fbset

2001-09-18 Thread dman
On Tue, Sep 18, 2001 at 06:18:39PM -0400, Steve Gran wrote: | Hello all, | Seems like a silly question, but I can't quite figure out how to do it. I | would like to have my terminals display at something like 1024x768 at boot | time. I have tried both vga=ask and vga=0x305 in /etc/lilo.conf, and

Re: fbset

2001-09-18 Thread Vineet Kumar
nf, and > neither gives me what I want - ask supplies a max res of 640x480, and > vga=0x305 gives the same, although I thought would give the res I'm looking > for. However, fbset 1024x760-60 works just fine. Am i just feeding the > wrong numbers in my vga line? Is it some stu

fbset

2001-09-18 Thread Steve Gran
0x480, and vga=0x305 gives the same, although I thought would give the res I'm looking for. However, fbset 1024x760-60 works just fine. Am i just feeding the wrong numbers in my vga line? Is it some stupid syntactic error (like I need append = first)? I could put a little script in /etc

Re: fbset [was Re: uptime]

2001-09-17 Thread dman
On Mon, Sep 17, 2001 at 01:50:30PM -0700, Vineet Kumar wrote: | * dman ([EMAIL PROTECTED]) [010916 18:21]: | > Ooh, cool. I'll have to check it out. Maybe that way I could switch | > framebuffer resolutions without rebooting :-). | | umm ... I take it you've never heard of fbse

fbset [was Re: uptime]

2001-09-17 Thread Vineet Kumar
* dman ([EMAIL PROTECTED]) [010916 18:21]: > Ooh, cool. I'll have to check it out. Maybe that way I could switch > framebuffer resolutions without rebooting :-). umm ... I take it you've never heard of fbset? -- Vineet http://www.anti-dmca.

fbset

1999-02-21 Thread Alex
Hi, I have a vodoo Banshee and I need to get fbset. Does anybody know where can I get it?. Thanks.