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
>
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
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 ""
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.
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"
[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
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
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
| >
#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
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.
| > | > | 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
> | >
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
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
]
| > | > > 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
| >
| >
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
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
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
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
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
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
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
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,
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
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
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..
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
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
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
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
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
* 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.
Hi,
I have a vodoo Banshee and I need to get fbset. Does
anybody know where can I get it?.
Thanks.
32 matches
Mail list logo