On 06/20/2016 04:44 AM, Daniel A wrote:
> Up until kernel 4.5.0-1 my console had the following geometry:
...
> mode "1920x1200"
> geometry 1920 1200 1920 1200 32
...
> Since kernel 4.5.0-2 it changed to this:
>
...
> mode "1024x768"
> geometry 1024 768 1920 1200 32
I also compared the Xor
Daniel A composed on 2016-06-20 04:44 (UTC+0200):
...
]$ fbset -i
mode "1920x1200"
...
Since kernel 4.5.0-2 it changed to this:
...
]$ fbset -i
mode "1024x768"
...
-Console: switching to colour frame buffer device 240x75
+Console: switching to colour frame buffer device 128x48
Is there a
Solved :-)
linux /vmlinuz-3.0.3.acer root=/dev/mapper/mygroup-root ro splash quiet
video=vesafb:mtrr:3,ywrap vga=792 resume=/dev/mapper/mygroup-swap
The [splash quiet video=vesafb:mtrr:3,ywrap vga=792] has to be added
On Wed, 22 Aug 2012 11:13:44 +0530
"J. B" wro
On Sun, Oct 23, 2011 at 4:27 AM, daniel jimenez
wrote:
>
> Thanks! It worked wonders, my ttys work at native resolution now :D
>
> My /etc/default grub has these lines now:
>
> GRUB_GFXMODE=1280x800
> GRUB_GFXPAYLOAD=keep
> GRUB_GFXPAYLOAD_LINUX=1280x800x32
"GRUB_GFXPAYLOAD" no longer exists. It
> GRUB_CMDLINE_LINUX="vga=792"
> GRUB_GFXPAYLOAD_LINUX=1280x800x32
>
> After every change remember to run "update-grub".
>
> Greetings,
>
> --
> Camaleón
Thanks! It worked wonders, my ttys work at native resolution now :D
My /etc/default grub has these lines now:
GRUB_GFXMODE=1280x800
GRUB_GFXPA
On Sat, 22 Oct 2011 12:14:00 -0700, daniel jimenez wrote:
>> Ah... you're using the nvidia closed driver.
>
> I'm sorry, forgot about the nvidia thing.
With nvidia closed driver this can be tricky because it does not use KMS.
>> > upon checking /etc/default/grub
>> >
>> > i was able to find
>>
> Ah... you're using the nvidia closed driver.
I'm sorry, forgot about the nvidia thing.
> > upon checking /etc/default/grub
> >
> > i was able to find
> > GRUB_GFXMODE=1280x800
> > GRUB_GFXPAYLOAD=keep
> >
> > thanks for the help
>
> If that did it, fine then :-)
Not really.. I found the GRUB_
On Fri, 21 Oct 2011 13:33:39 -0700, daniel jimenez wrote:
> On Thu, Oct 20, 2011 at 7:01 AM, Camaleón wrote:
>> What does "grep -i buffer /var/log/Xorg.0.log" return?
>>
>> You can try by editing "/etc/default/grub" file and search for
>> "GRUB_CMDLINE_LINUX" and/or "GRUB_GFXPAYLOAD_LINUX" param
the requested output is:
$ grep -i buffer /var/log/Xorg.0.log
[24.428] (II) Loading extension DOUBLE-BUFFER
[26.904] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[29.538] (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32
upon checking /etc/default/grub
i was able to find
GRUB_GFX
2011/10/20 daniel jimenez :
> Grub2 works with my native resolution, which is 1280x800. The rest of the
> boot sequence runs at 800x600 or so. After starting X, my desktop runs
> hardware accelerated compiz well at native resolution. When I hit
> ctrl+alt+f1/f6, the fullscreen terminal looks again
On Thu, 20 Oct 2011 03:42:59 -0700, daniel jimenez wrote:
> I've got a problem with my framebuffer (tty) resolution. Currently
> running debian testing (through linux mint debian edition).
>
> Grub2 works with my native resolution, which is 1280x800. The rest of
> the boot sequence runs at 800x60
On Fri, May 09, 2008 at 09:38:41PM +1200, Chris Bannister wrote:
> On Fri, May 09, 2008 at 08:11:40AM +1000, Alex Samad wrote:
> > Hi
> >
> > recently got a new laptop, with a nvidia gpu. I have installed the
> > nvidia driver for X. But I also like using the vt's as well.
> >
> > How do I driv
On Fri, May 09, 2008 at 08:11:40AM +1000, Alex Samad wrote:
> Hi
>
> recently got a new laptop, with a nvidia gpu. I have installed the
> nvidia driver for X. But I also like using the vt's as well.
>
> How do I drive them in a high mode the 80x40 and can I use frame buffers
> at the same time
On Thu May 8 2008 03:11:40 pm Alex Samad wrote:
> Hi
>
> recently got a new laptop, with a nvidia gpu. I have installed the
> nvidia driver for X. But I also like using the vt's as well.
>
> How do I drive them in a high mode the 80x40 and can I use frame buffers
> at the same time as using the nv
Hi!
AFAIK the nvidia fb and X driver don't work well together. You'd better
use the vesa fb driver.
Ciao,
Olaf
On Fri, 9 May 2008 08:11:40 +1000
Alex Samad <[EMAIL PROTECTED]> wrote:
> Hi
>
> recently got a new laptop, with a nvidia gpu. I have installed the
> nvidia driver for X. But I also
Works fine with custom 2.4.18 kernel with "graphical console" enabled.
Maybe Debian is correct not to include this in the stable default
kernels since the feature is experimental. otoh.. default vga modes on a
15" laptop makes working in the console almost impossible. Maybe this
feature is now matu
Tried with 2.4.18 - seems to be the most recent kernel w/ woody (?) -
same difference.. Then I took a look at the .config file in /boot and
sure enough the VESA VGA option is unchecked. So the woody kernels
apparently ship with the graphical console disabled. I googled a bit
more and found a c
Andrea Vettorello wrote:
Ah ok, so no configuration script that i'm aware of.
I mean, you can configure your boot loader (Grub or Lilo) to pass the
needed option to the kernel to enable the framebuffer with resolution,
depth, draw strategies and so on, or if 60 Hz refresh rate is enough
for you, yo
cga <[EMAIL PROTECTED]> wrote:
> >Probably you need to install at least "fbset" package.
> >
> >
> No, I was referring to a Debian config script. The switch to graphical
> console takes place very early on in the boot process and the code has
> to be a functional part of the kernel (compiled-in
On Mon, 06 Dec 2004 15:45:40 -0500, cga <[EMAIL PROTECTED]> wrote:
> Andrea Vettorello wrote:
>
>
>
> Thanks much for your reply.
>
> >In /boot you should find the config used to compile the kernel, i'm
> >not quite sure if is the same for Woody, anyway you can look in
> >/usr/share/doc/kernel-
Andrea Vettorello wrote:
Thanks much for your reply.
In /boot you should find the config used to compile the kernel, i'm
not quite sure if is the same for Woody, anyway you can look in
/usr/share/doc/kernel-image-2.4-X where you should find all the info
you need.
About the only place I didn't thin
On Sun, 05 Dec 2004 15:31:10 -0500, cga <[EMAIL PROTECTED]> wrote:
> I followed the directions in the Debian installation manual (section
> 3.7) to install woody from an existing RedHat system and everything went
> very smoothly. The only annoyance is that the graphical console was not
> enabled by
Sridhar M.A. wrote:
On Sat, Nov 20, 2004 at 09:59:48AM -0600, Hugo Vanwoerkom wrote:
> Sridhar M.A. wrote:
> >On Fri, Nov 19, 2004 at 03:55:23PM -0500, H. S. wrote:
> > > I have been trying to get frambuffer bootup work in 2.6.9 without
> > > success so far. Cannot get the logo at
On Sat, Nov 20, 2004 at 09:59:48AM -0600, Hugo Vanwoerkom wrote:
> Sridhar M.A. wrote:
> >On Fri, Nov 19, 2004 at 03:55:23PM -0500, H. S. wrote:
> > > I have been trying to get frambuffer bootup work in 2.6.9 without
> > > success so far. Cannot get the logo at all.
> >
> >I
Sridhar M.A. wrote:
On Fri, Nov 19, 2004 at 03:55:23PM -0500, H. S. wrote:
> I have been trying to get frambuffer bootup work in 2.6.9 without
> success so far. Cannot get the logo at all.
I have it on my machine with a custom logo on bootup. I thought I would
like to see something other t
H. S. wrote:
I have been trying to get frambuffer bootup work in 2.6.9 without
success so far. Cannot get the logo at all. Screen is blank till X
starts up. I have same experience on Sid machines, one uses nv driver
and the other ati.
If somebody has that high resolution screen boot up working
Wayne Topa([EMAIL PROTECTED]) is reported to have said:
> Sridhar M.A.([EMAIL PROTECTED]) is reported to have said:
> > On Fri, Nov 19, 2004 at 03:55:23PM -0500, H. S. wrote:
> >> I have been trying to get frambuffer bootup work in 2.6.9 without
> >> success so far. Cannot get the logo at
Apparently, _Sridhar M.A._, on 19/11/04 19:53,typed:
On Fri, Nov 19, 2004 at 03:55:23PM -0500, H. S. wrote:
> I have been trying to get frambuffer bootup work in 2.6.9 without
> success so far. Cannot get the logo at all.
I have it on my machine with a custom logo on bootup. I thought I wo
At Fri, 19 Nov 2004 15:55:23 -0500,
H. S. wrote:
>
> I have been trying to get frambuffer bootup work in 2.6.9 without
> success so far. Cannot get the logo at all. Screen is blank till X
> starts up. I have same experience on Sid machines, one uses nv driver
> and the other ati.
>
> If somebo
Sridhar M.A.([EMAIL PROTECTED]) is reported to have said:
> On Fri, Nov 19, 2004 at 03:55:23PM -0500, H. S. wrote:
>> I have been trying to get frambuffer bootup work in 2.6.9 without
>> success so far. Cannot get the logo at all.
>
> I have it on my machine with a custom logo on bootup.
On Fri, Nov 19, 2004 at 03:55:23PM -0500, H. S. wrote:
> I have been trying to get frambuffer bootup work in 2.6.9 without
> success so far. Cannot get the logo at all.
I have it on my machine with a custom logo on bootup. I thought I would
like to see something other than Tux on bootup sc
Glyn Tebbutt wrote:
On Fri, 2004-11-19 at 15:55 -0500, H. S. wrote:
I have been trying to get frambuffer bootup work in 2.6.9 without
success so far. Cannot get the logo at all. Screen is blank till X
starts up. I have same experience on Sid machines, one uses nv driver
and the other ati.
If so
On Fri, 2004-11-19 at 15:55 -0500, H. S. wrote:
> I have been trying to get frambuffer bootup work in 2.6.9 without
> success so far. Cannot get the logo at all. Screen is blank till X
> starts up. I have same experience on Sid machines, one uses nv driver
> and the other ati.
>
> If somebody h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thu, Nov 04, 2004 at 04:32:48 PM -0500, H. S. wrote:
> I just downloaded and compiled the kernel-source 2.6.9 of Debian after
> applying swsusp2 patches. First I tried with my current config file
> (2.6.7) but the frambuffer seemed not be working
> On Sat, 15 May 2004 21:45:40 +0200
> [EMAIL PROTECTED] (Otto Wyss) wrote:
>
> >BTW I've just written a similar test program but it's too early to make
> >it public.
> >
> >O. Wyss
> >
> >--
> >See a huge pile of work at "http://wyodesktop.sourceforge.net/";
> >
> Waww, great !
> when is it ava
On Sat, 15 May 2004 21:45:40 +0200
[EMAIL PROTECTED] (Otto Wyss) wrote:
>> i've a problem to run a framebuffer in console ( i think)
>> I've got a test prog from the web as attached.
>> This error occurs:
>> The framebuffer device was opened successfully.
>> Error reading fixed information.
>
>I'm
> i've a problem to run a framebuffer in console ( i think)
> I've got a test prog from the web as attached.
> This error occurs:
> The framebuffer device was opened successfully.
> Error reading fixed information.
I'm not sure but you either don't have the framebuffer support enabled
in the kerne
On Tue, 20 Jan 2004, Ralph Bacolod wrote:
> I use fbi.
> --- [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > On Tue, Jan 20, 2004 at 04:21:45AM -0800, Ralph Bacolod wrote:
> > > Hi! I have a knoppix hd installed on a laptop. I want to view images in
> t
> > he
> > > console. I can view images as
I use fbi.
--- [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> On Tue, Jan 20, 2004 at 04:21:45AM -0800, Ralph Bacolod wrote:
> > Hi! I have a knoppix hd installed on a laptop. I want to view images in
t
> he
> > console. I can view images as root. How can i do it as an ordinary user?
I
> > already
On Tue, Jan 20, 2004 at 04:21:45AM -0800, Ralph Bacolod wrote:
> Hi! I have a knoppix hd installed on a laptop. I want to view images in the
> console. I can view images as root. How can i do it as an ordinary user? I
> already added myself to group tty.
Which program do you use?
--
Jan Minar
On Sun, 26 Oct 2003, stan wrote:
> I'm putting an older machine back in service. I'm having a problem with the
> framebuffer. I see teh penguin on startup, so frambuffer is starting, but
> when I try to use, say fbi (and other framebuffer apps), I get:
>
> can handle only packed pixel frame buff
On Tue, 10 Jun 2003 13:00:11 +0200, LeVA wrote:
> Hi!
>
> I have installed a matrox g200 video card. I compiled the kernel with fb
> devices etc.. etc..
> With the fbset program program I can setup my resolutions, and refresh
> rates fine, but what is in the fb.modes file, is not enough for me.
El(On) 10/06/2003 (12:34:10), LeVA escribió(wrote):
[...]
> The other question is, how to set up at boot time, that _all_ of my
> consoles get the appropriate fb values. Switching to every console, and
> typing 'fbset 1024x768-75' is boring :).
I use the pm2fb framebuffer module (permedia chip
Le Mardi 10 Juin 2003 12:34, LeVA a écrit :
> Hi!
>
> I have installed a matrox g200 video card. I compiled the kernel with fb
> devices etc.. etc..
> With the fbset program program I can setup my resolutions, and refresh
> rates fine, but what is in the fb.modes file, is not enough for me. I
> wis
Johan Ehnberg ([EMAIL PROTECTED]) wrote:
> What I did (though not to get rid of the logo), was simply recompile the
> kernel and package it.
> I don't like framebuffer (slow under heavy loads, even on a new machine)
> and disabled it in my own kernel.
I think the question was not how to disable
What I did (though not to get rid of the logo), was simply recompile the
kernel and package it.
I don't like framebuffer (slow under heavy loads, even on a new machine)
and disabled it in my own kernel.
hth,
/johan
[EMAIL PROTECTED] wrote:
Is there any way to *completely disable* the logo when
On Wed, Jan 15, 2003 at 04:57:27PM -0500, R Ransbottom wrote:
> I am trying to set the console screen size to 25 x 80
> on Debian 3.0. I really don't care whether I am using
> the framebuffer device or not.
>
> I would like an easy generic solution. One that will work
> on various machines. Pre
You'd think if I was smart enough to write an email, I'd have been smart
enough to figure that one out.
I've got it now.
Thanks,
Bret
On Tue, 2002-12-24 at 20:12, Seneca wrote:
>
> On Tue, Dec 24, 2002 at 08:04:55PM -0500, Bret Comstock Waldow wrote:
> > I am trying to get my Handspring Visor
On Tue, Dec 24, 2002 at 08:04:55PM -0500, Bret Comstock Waldow wrote:
> I am trying to get my Handspring Visor to work, running into a baffling
> problem where the module loads, but the visor won't sync.
>
> I thought perhaps I had a bad module and downloaded the 2.4.18 kernel
> from the Debian ar
On Sun, 17 Nov 2002 the mental interface of
Mark L. Kahnt told:
> On Sun, 2002-11-17 at 02:26, Rob Weir wrote:
> > On Sat, Nov 16, 2002 at 05:20:05AM -0500, Mark L. Kahnt wrote:
> > > That said, unless you *really* need any of these and they are compiled
> > > in, framebuffer is a re-implementati
On Sun, 2002-11-17 at 02:26, Rob Weir wrote:
> On Sat, Nov 16, 2002 at 05:20:05AM -0500, Mark L. Kahnt wrote:
> > That said, unless you *really* need any of these and they are compiled
> > in, framebuffer is a re-implementation of text mode in the kernel with
> > slower methods and more overhead, a
On Sat, Nov 16, 2002 at 05:20:05AM -0500, Mark L. Kahnt wrote:
> That said, unless you *really* need any of these and they are compiled
> in, framebuffer is a re-implementation of text mode in the kernel with
> slower methods and more overhead, and as such isn't exactly the most
> useful. Or is thi
On Sat, Nov 16, 2002 at 04:46:28PM +0530, Sandip P Deshmukh wrote:
> now, where do i get these different fonts and wehre do i put them?
Look for them when you compile your kernel. Using menuconfig,
they're in "Console drivers" -> "Frame-buffer support" -> "Select
compiled-in fonts" -> "Sparc consol
On Sat, Nov 16, 2002 at 05:20:05AM -0500, Mark L. Kahnt wrote:
> On Fri, 2002-11-15 at 22:45, Pigeon wrote:
> > On Fri, 15 Nov 2002 17:07:06 +0530, Sandip P Deshmukh
> > <[EMAIL PROTECTED]> wrote:
> >
> Framebuffer is more significant on some non-i386 systems, where there
> isn't quite the normal
On Fri, 2002-11-15 at 22:45, Pigeon wrote:
> On Fri, 15 Nov 2002 17:07:06 +0530, Sandip P Deshmukh
> <[EMAIL PROTECTED]> wrote:
>
> >hello all!
> >
> >my console seems to be switching into framebuffer mode when i boot.
> >
> >following is the resective line from dmesg:
> >
> >Console: switching to
On Fri, Nov 15, 2002 at 05:33:47PM +0100, Eduard Bloch wrote:
> With LCDs, you can specify vga=317 with the bf2.4 kernel to get 1024x768
> resolution for the installation.
I compile my own kernels. But the problem was that it wasn't sharp.
The resolution was no problem, I've tried many different on
On Sat, Nov 16, 2002 at 11:45:04AM +0530, Sandip P Deshmukh wrote:
> could you be more specific here? which file, etc?
As I said in my previous response, you use your bootloader for that,
since it's an option for the kernel. Thus if you use lilo, stick it
to your append="" line in /etc/lilo.conf og
On Sat, Nov 16, 2002 at 03:45:37AM +, Pigeon wrote:
> On Fri, 15 Nov 2002 17:07:06 +0530, Sandip P Deshmukh
> <[EMAIL PROTECTED]> wrote:
>
> >hello all!
> >
> >my console seems to be switching into framebuffer mode when i boot.
> >how do i turn it off and on?
>
> Try vga=0 in your boot parame
On Fri, 15 Nov 2002 17:07:06 +0530, Sandip P Deshmukh
<[EMAIL PROTECTED]> wrote:
>hello all!
>
>my console seems to be switching into framebuffer mode when i boot.
>
>following is the resective line from dmesg:
>
>Console: switching to colour frame buffer device 80x30
>fb0: VGA16 VGA frame buffer
#include
* andrej hocevar [Fri, Nov 15 2002, 04:25:41PM]:
> On Fri, Nov 15, 2002 at 05:07:06PM +0530, Sandip P Deshmukh wrote:
> > Console: switching to colour frame buffer device 80x30
> > fb0: VGA16 VGA frame buffer device
> >
> > what is the advantage of this mode?
>
> By that you probably me
On Fri, Nov 15, 2002 at 05:07:06PM +0530, Sandip P Deshmukh wrote:
> Console: switching to colour frame buffer device 80x30
> fb0: VGA16 VGA frame buffer device
>
> what is the advantage of this mode?
By that you probably mean the advantage of using frame buffers in
general, right? Well, I have t
On Thu, 23 May 2002, Jeff Flowers wrote:
> Can I run a framebuffer console with 2.2r6?
Yes you can ... but you have to recompile the kernel by yourself because
the standard kernel image does not support the framebuffer
> For example, can I download or enable a kernel module for this
you do not
On Thu, May 23, 2002 at 02:54:42PM -0400, Jeff Flowers wrote:
| Can I run a framebuffer console with 2.2r6? For example, can I
| download or enable a kernel module for this or will I need a newer
| kernel then is present in 2.2r6?
Yes. Actually, I don't know if the 2.2 kernels support fb, but I
On Thu, Apr 04, 2002 at 10:29:41PM -0700, Cameron Matheson wrote:
>Hey,
>
>X apps shouldn't run any faster at all. In fact, X won't even use the
>framebuffer unless you use the framebuffer server, which is probably a
>bad idea unless you absolutely have to.
>
>Cameron Matheson >
Thanks for that
Hey,
X apps shouldn't run any faster at all. In fact, X won't even use the
framebuffer unless you use the framebuffer server, which is probably a
bad idea unless you absolutely have to.
Cameron Matheson
Patrick Kirk wrote:
Hi all,
Do X apps work faster if you enable the framebuffer in t
dman declaimed:
> On Mon, Jan 07, 2002 at 09:26:21AM -0600, [EMAIL PROTECTED] wrote:
> | I have an nVidia GeForce 2 MX 400. I have compiled the nVidia
> | drivers and it works fine. When I had originally compiled the
> | 2.4.17 kernel, I had enabled the nVidia framebuffer in it. So,
> | should I
[EMAIL PROTECTED] writes:
> OK, I think people are missing what I'm asking. I'm using the nvidia
> driver in XFree86. But, I have been doing vga=791 in lilo. So, what
> I was wondering...Does it hurt my setup, or is there an advantage to
> it?
I take that back. Your fux0red quoting threw me o
[EMAIL PROTECTED] writes:
> OK, I think people are missing what I'm asking. I'm using the nvidia
> driver in XFree86. But, I have been doing vga=791 in lilo. So, what I
> was wondering...Does it hurt my setup, or is there an advantage to it?
No harm to your setup, with the advantage of seeing
OK, I think people are missing what I'm asking. I'm using the nvidia driver in
XFree86. But, I have been doing vga=791 in lilo. So, what I was
wondering...Does it hurt my setup, or is there an advantage to it?
Wayne
Caleb Shay <[EMAIL PROTECTED]> wrote ..
> On Mon, 2002-01-07 at 07:26, [EMA
On Mon, Jan 07, 2002 at 12:21:03PM -0500, David B Harris wrote:
| On Mon, 7 Jan 2002 11:19:39 -0500
| David B Harris <[EMAIL PROTECTED]> wrote:
| > You don't want to tell XFree to do that, though, trust me. But there
|
| Bah, just to clear something up; I mean you don't want XFree to eschew
| its
On Mon, 2002-01-07 at 07:26, [EMAIL PROTECTED] wrote:
> I have an nVidia GeForce 2 MX 400. I have compiled the nVidia drivers and it
> works fine. When I had originally compiled the 2.4.17 kernel, I had enabled
> the nVidia framebuffer in it. So, should I use it? Is their a performance
> inc
On Mon, 7 Jan 2002 11:19:39 -0500
David B Harris <[EMAIL PROTECTED]> wrote:
> You don't want to tell XFree to do that, though, trust me. But there
Bah, just to clear something up; I mean you don't want XFree to eschew
its own drivers and use the kernel framebuffer instead.
--
.--=-=-=-==
On Mon, Jan 07, 2002 at 09:26:21AM -0600, [EMAIL PROTECTED] wrote:
| I have an nVidia GeForce 2 MX 400. I have compiled the nVidia
| drivers and it works fine. When I had originally compiled the
| 2.4.17 kernel, I had enabled the nVidia framebuffer in it. So,
| should I use it? Is their a perfo
On Mon, 7 Jan 2002 09:26:21 -0600
[EMAIL PROTECTED] wrote:
> I have an nVidia GeForce 2 MX 400. I have compiled the nVidia drivers
> and it works fine. When I had originally compiled the 2.4.17 kernel,
> I had enabled the nVidia framebuffer in it. So, should I use it? Is
> their a performance i
Hi Jan,
Jan Ulrich Hasecke wrote:
[...]
I never found settings to alter the refresh rate. Isn't it possible
with vesafb?
[...]
Mh, goog question, i never thought 'bout that. Cos using a laptop, i
do not have to care about this...
I forgot to wrote that i have forgotten the source where i fo
On Tue, Nov 27, 2001 at 02:54:51PM -0500, Dmitriy Kropivnitskiy wrote:
| On Monday 26 November 2001 06:34 pm, [EMAIL PROTECTED] wrote:
| > Hi, does anyone know what settings I should put into lilo.conf to set up
| > 800x600 framebuffer support on the console?
|
| Generic way is to append "vga=ask"
Generic way is to append "vga=ask" to your kernel params and type "scan" when
it asks you for the screen mode. Then you just pick the one you like :)
On Monday 26 November 2001 06:34 pm, [EMAIL PROTECTED] wrote:
> Hi, does anyone know what settings I should put into lilo.conf to set up
> 800x600
Sorry for intruding this thread:
"Timo Boewing" <[EMAIL PROTECTED]> writes:
> Recently found a table telling all those numbers. Well, with
> a custom kernel having vesafb enabled and using a Geforce2Go,
> i am using a simple
>
> vga=791
>
> This opens my console to 1024x768 pixels and works ve
Hello,
Recently found a table telling all those numbers. Well, with
a custom kernel having vesafb enabled and using a Geforce2Go,
i am using a simple
vga=791
This opens my console to 1024x768 pixels and works very well.
Maybe this helps a little bit,
Timo
On Mon, Nov 26, 2001 at 06:34:39PM -0500, [EMAIL PROTECTED] wrote:
| Hi, does anyone know what settings I should put into lilo.conf to set up
| 800x600 framebuffer support on the console?
What color depth? See
/usr/share/doc/kernel-doc-/Documentatin/fb/vesafb.txt.gz for
a table of the modes.
If
On Sun, Nov 25, 2001 at 08:42:17PM +0100, techlists wrote:
| I'm trying to compile the 2.4.14 kernel to go on my laptop, but I
| can't seem to find where to enable vesa framebuffering or any kind
| of framebuffering. Where is it under make menuconfig?
I'm checking with 2.4.10 since that's the sou
* Jeffrey W. Baker ([EMAIL PROTECTED]) wrote:
> On Sat, 2001-11-24 at 16:44, Stan Brown wrote:
> > On Sat Nov 24 18:45:28 2001 Jeffrey W. Baker wrote...
> > >
> > >
> > >
> > >You are trying to play 24-bit video on an 8-bit display. Nearly nothing
> > >works with 8-bit color because such displays
Thanks for the hepl.
Sorry to repost this, but i never saw my reply show up in the lists.
On Sat Nov 24 20:01:38 2001 Jeffrey W. Baker wrote...
>
>
>> >
>> K, that got me closer. I woulnd up using:
>>=20
>> mplayer -vo fbdev -fbmode tv -vm [file_to_play]
>>=20
>> Anid it displayed, centered on th
On Sat, 2001-11-24 at 16:44, Stan Brown wrote:
> On Sat Nov 24 18:45:28 2001 Jeffrey W. Baker wrote...
> >
> >
> >
> >You are trying to play 24-bit video on an 8-bit display. Nearly nothing
> >works with 8-bit color because such displays are usually palettes,
> >whereas 16- and 24-bit are continuo
On Sat Nov 24 18:45:28 2001 Jeffrey W. Baker wrote...
>
>
>
>You are trying to play 24-bit video on an 8-bit display. Nearly nothing
>works with 8-bit color because such displays are usually palettes,
>whereas 16- and 24-bit are continuous color spectra.
>
>Change your frame buffer device to 16- o
On Sat, 2001-11-24 at 06:37, Stan Brown wrote:
...
> VIDEO: [DIV3] 384x288 24bpp 29.97 fps 405.0 kbps (49.4 kbyte/s)
...
> fbdev: 8 bpp output is not supported.
> Sorry, selected video_out device is incompatible with this codec.
...
> I'm afraid, that i don't understand all this stuff ye
On Sat Nov 24 01:31:30 2001 Damon Muller wrote...
>
>Quoth Stan Brown,
>> So, I now have vcr working and capturing files, which I can play back with
>> aviplay. However, I really like watching tv in frame buffer mode, so here's
>> the question, Is there a AVI player that can display to the framebu
Quoth Stan Brown,
> So, I now have vcr working and capturing files, which I can play back with
> aviplay. However, I really like watching tv in frame buffer mode, so here's
> the question, Is there a AVI player that can display to the framebuffer?
Mplayer (http://www.mplayerhq.hu/homepage/) will
On Thu, Nov 01, 2001 at 02:03:37PM -0500, Justin R. Miller wrote:
> > You have also to configure Lilo by initialising the 'vga' variable.
>
> I believe that I'm correct in stating that 'vga' corresponds to various
> text modes, and 'video' corresponds to framebuffer modes.
Not necessarily, as w
>framebuffer on konsole any howto.
It exists a FrameBuffer-HOWTO ( in the /usr/doc/HOWTO/en-txt/ in
the Debian GNU/Linux system)
To use framebuffer on console, you have to recompile your kernel with
experimental stuffs (activate-> Code maturity level options -> Prompt
for experimental stuffs).
Patrick Schnorbus ([EMAIL PROTECTED]) wrote:
>
> i'd like to use framebuffer on konsole, but i don't know what i have to do.
> i've searched in the www but i cannot find any howto.
>
> can anybody of you give me an instruction or a link?
http://www.linuxdoc.org/HOWTO/Framebuffer-HOWTO.html
Ht
Thus spake BURLET Frederic ([EMAIL PROTECTED]):
> To use framebuffer on console, you have to recompile your kernel with
> experimental stuffs (activate-> Code maturity level options -> Prompt
> for experimental stuffs). Then in the Console Driver section you have
> to activate some options (expla
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
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
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
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
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
On Thu, 18 Oct 2001 23:39:46 -0500
"Lance Simmons" <[EMAIL PROTECTED]> wrote:
> Does anyone have the framebuffer working in the console, while using
> the
> NVdriver modules for X? Is there some trick I should know? The
> framebuffer howto doesn't seem to address nvidia cards.
>
> Or is there ju
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
* Ben Collins ([EMAIL PROTECTED]) [010823 17:50]:
> > video=matrox:vesa:443
>
> I think you need to add:
>
> append="video=matrox:vesa:443"
Okay, that worked just fine. Well, the fonts ended up a little smaller
than I wanted, but I figured out a value that I liked.
Now though, I'd like to know
1 - 100 of 142 matches
Mail list logo