Re: framebuffer geometry changed between kernel 4.5.0-1 and 4.5.0-2

2016-06-22 Thread Daniel A
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

Re: framebuffer geometry changed between kernel 4.5.0-1 and 4.5.0-2

2016-06-19 Thread Felix Miata
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

Re: framebuffer logo not available because of LUKS

2012-08-21 Thread J. B
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

Re: framebuffer resolution problem

2011-10-23 Thread Tom H
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

Re: framebuffer resolution problem

2011-10-23 Thread daniel jimenez
> 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

Re: framebuffer resolution problem

2011-10-22 Thread Camaleón
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 >>

Re: framebuffer resolution problem

2011-10-22 Thread daniel jimenez
> 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_

Re: framebuffer resolution problem

2011-10-22 Thread Camaleón
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

Re: framebuffer resolution problem

2011-10-21 Thread daniel jimenez
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

Re: framebuffer resolution problem

2011-10-20 Thread Max Tsepkov
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

Re: framebuffer resolution problem

2011-10-20 Thread Camaleón
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

Re: framebuffer + nvidia

2008-05-09 Thread Alex Samad
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

Re: framebuffer + nvidia

2008-05-09 Thread Chris Bannister
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

Re: framebuffer + nvidia

2008-05-08 Thread Alan Ianson
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

Re: framebuffer + nvidia

2008-05-08 Thread Olaf Leidinger
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

Re: Framebuffer console disabled in woody [SOLVED]

2004-12-11 Thread cga2001
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

Re: Framebuffer console disabled in woody [SOLVED?]

2004-12-06 Thread cga
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

Re: Framebuffer console - chrooted Debian install

2004-12-06 Thread cga
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

Re: Framebuffer console - chrooted Debian install

2004-12-06 Thread Otto Wyss
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

Re: Framebuffer console - chrooted Debian install

2004-12-06 Thread Andrea Vettorello
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-

Re: Framebuffer console - chrooted Debian install

2004-12-06 Thread cga
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

Re: Framebuffer console - chrooted Debian install

2004-12-06 Thread Andrea Vettorello
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

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-21 Thread Hugo Vanwoerkom
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

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-20 Thread Sridhar M.A.
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

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-20 Thread Hugo Vanwoerkom
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

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-20 Thread Hugo Vanwoerkom
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

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-19 Thread Wayne Topa
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

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-19 Thread H. S.
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

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-19 Thread Micha Feigin
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

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-19 Thread Wayne Topa
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.

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-19 Thread Sridhar M.A.
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

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-19 Thread H. S.
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

Re: framebuffer in 2.6.9, anybody got it working?

2004-11-19 Thread Glyn Tebbutt
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

Re: framebuffer problem in 2.6.9?

2004-11-05 Thread Thomas Stivers
-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

Re: framebuffer doesn't work ?

2004-05-17 Thread Otto Wyss
> 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

Re: framebuffer doesn't work ?

2004-05-16 Thread messmate
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

Re: framebuffer doesn't work ?

2004-05-15 Thread Otto Wyss
> 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

Re: Framebuffer help

2004-01-20 Thread Oliver Fuchs
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

Re: Framebuffer help

2004-01-20 Thread Ralph Bacolod
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

Re: Framebuffer help

2004-01-20 Thread Jan Minar
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

Re: Framebuffer problems

2003-10-27 Thread kmark
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

Re: framebuffer

2003-06-10 Thread Drew Roedersheimer
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.

Re: framebuffer

2003-06-10 Thread Marcelo Ramos
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

Re: framebuffer

2003-06-10 Thread Eric Toullec
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

Re: Framebuffer logo.

2003-02-07 Thread Jason Wojciechowski
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

Re: Framebuffer logo.

2003-02-07 Thread Johan Ehnberg
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

Re: framebuffer sizing again

2003-01-15 Thread andrej hocevar
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

Re: framebuffer support in 2.4.18 kernel sources

2002-12-25 Thread Bret Comstock Waldow
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

Re: framebuffer support in 2.4.18 kernel sources

2002-12-24 Thread Seneca
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

Re: framebuffer mode?

2002-11-17 Thread Elimar Riesebieter
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

Re: framebuffer mode?

2002-11-17 Thread Mark L. Kahnt
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

Re: framebuffer mode?

2002-11-17 Thread Rob Weir
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

Re: framebuffer mode?

2002-11-16 Thread andrej hocevar
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

Re: framebuffer mode?

2002-11-16 Thread Sandip P Deshmukh
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

Re: framebuffer mode?

2002-11-16 Thread Mark L. Kahnt
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

Re: framebuffer mode?

2002-11-16 Thread andrej hocevar
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

Re: framebuffer mode?

2002-11-16 Thread andrej hocevar
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

Re: framebuffer mode?

2002-11-15 Thread Sandip P Deshmukh
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

Re: framebuffer mode?

2002-11-15 Thread Pigeon
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

Re: framebuffer mode?

2002-11-15 Thread Eduard Bloch
#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

Re: framebuffer mode?

2002-11-15 Thread andrej hocevar
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

Re: Framebuffer in Debian

2002-05-24 Thread Oliver Fuchs
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

Re: Framebuffer in Debian

2002-05-23 Thread dman
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

Re: Framebuffer ati mach64 laptop

2002-04-05 Thread Patrick Kirk
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

Re: Framebuffer ati mach64 laptop

2002-04-04 Thread Cameron Matheson
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

Re: Framebuffer or....not to Framebuffer

2002-01-20 Thread Paul Mackinney
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

Re: Framebuffer or....not to Framebuffer

2002-01-07 Thread Brian Nelson
[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

Re: Framebuffer or....not to Framebuffer

2002-01-07 Thread Brian Nelson
[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

Re: Framebuffer or....not to Framebuffer

2002-01-07 Thread techlists
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

Re: Framebuffer or....not to Framebuffer

2002-01-07 Thread dman
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

Re: Framebuffer or....not to Framebuffer

2002-01-07 Thread Caleb Shay
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

Re: Framebuffer or....not to Framebuffer

2002-01-07 Thread David B Harris
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. -- .--=-=-=-==

Re: Framebuffer or....not to Framebuffer

2002-01-07 Thread dman
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

Re: Framebuffer or....not to Framebuffer

2002-01-07 Thread David B Harris
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

Re: Framebuffer VGA settings

2001-11-27 Thread Timo Boewing
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

Re: Framebuffer VGA settings

2001-11-27 Thread dman
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"

Re: Framebuffer VGA settings

2001-11-27 Thread Dmitriy Kropivnitskiy
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

Re: Framebuffer VGA settings

2001-11-27 Thread Jan Ulrich Hasecke
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

Re: Framebuffer VGA settings

2001-11-27 Thread Timo Boewing
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

Re: Framebuffer VGA settings

2001-11-26 Thread dman
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

Re: Framebuffer suport in 2.4.14

2001-11-25 Thread dman
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

Re: Framebuffer AVI player?

2001-11-25 Thread Oleksandr Moskalenko
* 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

Re: Framebuffer AVI player?

2001-11-25 Thread Stan Brown
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

Re: Framebuffer AVI player?

2001-11-24 Thread Jeffrey W. Baker
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

Re: Framebuffer AVI player?

2001-11-24 Thread Stan Brown
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

Re: Framebuffer AVI player?

2001-11-24 Thread Jeffrey W. Baker
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

Re: Framebuffer AVI player?

2001-11-24 Thread Stan Brown
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

Re: Framebuffer AVI player?

2001-11-24 Thread Damon Muller
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

Re: framebuffer-konsole

2001-11-01 Thread Noah Meyerhans
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

Re: framebuffer-konsole

2001-11-01 Thread BURLET Frederic
>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).

Re: framebuffer-konsole

2001-11-01 Thread Gordon Fraser
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

Re: framebuffer-konsole

2001-11-01 Thread Justin R. Miller
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

Re: framebuffer bootup question [SOLVED]

2001-10-20 Thread Viktor Rosenfeld
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

Re: framebuffer bootup question [SOLVED]

2001-10-20 Thread Stephen Gran
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

Re: framebuffer bootup question [SOLVED]

2001-10-19 Thread 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. Cheers, Viktor -- Viktor Rosenfeld WWW: http://w

Re: framebuffer bootup question

2001-10-19 Thread Viktor Rosenfeld
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

Re: framebuffer bootup question

2001-10-19 Thread Stephen Gran
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

Re: Framebuffer is cool, but can I still use NVdriver module?

2001-10-19 Thread Tim Moss
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

Re: framebuffer bootup question

2001-10-19 Thread 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 sync frequency, so according to > Document

Re: Framebuffer support in kernel

2001-08-23 Thread Hall Stevenson
* 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   2   >