* Re: [Linux-fbdev-devel] Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 0:19 ` Linus Torvalds
@ 2001-12-31 1:54 ` James Simmons
2001-12-31 8:03 ` gmack
` (4 subsequent siblings)
5 siblings, 0 replies; 36+ messages in thread
From: James Simmons @ 2001-12-31 1:54 UTC (permalink / raw)
To: Linus Torvalds
Cc: Timothy Covell, Andrew Morton, linux-kernel,
Linux Frame Buffer Device Development, Marcelo Tosatti
> > Granted, frame buffers have usage in embedded systems, but do they
> > really have to be so deeply integrated??
>
> They aren't.
>
> No sane person should use frame buffers if they have the choice.
>
> Like your mama told you: "Just say no". Use text-mode and X11, and be
> happy.
>
> Some people don't have the choice, of course.
Some. Try pretty much every platform except ix86. Plus now that M$ doesn't
support DOS you are starting to see graphics card manufactures dropping
VGA support. Even BIOS setup interfaces use the VESA graphics interface
these days. So VGA text days are numbered. I agree the framebuffer/console
layer really needs to reworked to do the right things. I plan to do that
for 2.5.X.
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 0:19 ` Linus Torvalds
2001-12-31 1:54 ` [Linux-fbdev-devel] " James Simmons
@ 2001-12-31 8:03 ` gmack
2001-12-31 9:05 ` Benjamin Herrenschmidt
` (3 subsequent siblings)
5 siblings, 0 replies; 36+ messages in thread
From: gmack @ 2001-12-31 8:03 UTC (permalink / raw)
To: Linus Torvalds
Cc: Timothy Covell, Andrew Morton, linux-kernel,
Linux Frame Buffer Device Development, Marcelo Tosatti
On Sun, 30 Dec 2001, Linus Torvalds wrote:
> Date: Sun, 30 Dec 2001 16:19:15 -0800 (PST)
> From: Linus Torvalds <torvalds@transmeta.com>
> To: Timothy Covell <timothy.covell@ashavan.org>
> Cc: Andrew Morton <akpm@zip.com.au>, linux-kernel@vger.kernel.org,
> Linux Frame Buffer Device Development
> <linux-fbdev-devel@lists.sourceforge.net>,
> Marcelo Tosatti <marcelo@conectiva.com.br>
> Subject: Re: [patch] Re: Framebuffer...Why oh Why???
>
>
> On Sun, 30 Dec 2001, Timothy Covell wrote:
> >
> > When X11 locks up, I can still kill it and my box lives. When
> > framebuffers crash, their is no recovery save rebooting. Back in 1995
> > I thought that linux VTs and X11 implemenation blew Solaris out of the
> > water, and now we want throw away our progress? I'm still astounded
> > by the whole "oooh I can see a penquin while I boot-up" thing?
> > Granted, frame buffers have usage in embedded systems, but do they
> > really have to be so deeply integrated??
>
> They aren't.
>
> No sane person should use frame buffers if they have the choice.
>
> Like your mama told you: "Just say no". Use text-mode and X11, and be
> happy.
>
> Some people don't have the choice, of course.
>
> Linus
Like the no choice if having one's 11 year old syster try to use the
thing?
Text-mode and X11 seem to work fine if you walk on egg shells but just try
switching from console to text mode and back again several
times. Eventually it _will_ crash. Or worse yet mix svgalib and X11.
My brother and sister both used to crash my system at least 3 times a week
before framebuffer + fbdev came into play.
Gerhard
--
Gerhard Mack
gmack@innerfire.net
<>< As a computer I find your faith in technology amusing.
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 0:19 ` Linus Torvalds
2001-12-31 1:54 ` [Linux-fbdev-devel] " James Simmons
2001-12-31 8:03 ` gmack
@ 2001-12-31 9:05 ` Benjamin Herrenschmidt
2001-12-31 21:41 ` Rob Landley
` (2 subsequent siblings)
5 siblings, 0 replies; 36+ messages in thread
From: Benjamin Herrenschmidt @ 2001-12-31 9:05 UTC (permalink / raw)
To: Timothy Covell
Cc: linux-kernel-owner, Andrew Morton, linux-kernel,
Linux Frame Buffer Device Development, Marcelo Tosatti
>
>On Sun, 30 Dec 2001, Timothy Covell wrote:
>>
>> When X11 locks up, I can still kill it and my box lives. When
>> framebuffers crash, their is no recovery save rebooting. Back in 1995
>> I thought that linux VTs and X11 implemenation blew Solaris out of the
>> water, and now we want throw away our progress? I'm still astounded
>> by the whole "oooh I can see a penquin while I boot-up" thing?
>> Granted, frame buffers have usage in embedded systems, but do they
>> really have to be so deeply integrated??
>
>They aren't.
>
>No sane person should use frame buffers if they have the choice.
>
>Like your mama told you: "Just say no". Use text-mode and X11, and be
>happy.
>
>Some people don't have the choice, of course.
Heh... well, text mode isn't that nice regarding the need for having
the "ISA memory" window available on the bus, and in general, those legacy
ISA memory and IO space needed by VGA text mode are rather a painful pile of
hack to carry on on non-x86 platforms ;)
And just my 2 cents: X11 is perfectly able to lock up the box solid. It
has root access to /dev/mem, it has direct access to video card registers,
that is enough to lockup the bus in quite a number of cases (shame on
nasty hardware). Add to that DRI with it's kernel module and bus mastering
hardware, and you obtain something with has as much chances as fbdev to
kill your box once it starts behaving erratically.
Ben.
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 0:19 ` Linus Torvalds
` (2 preceding siblings ...)
2001-12-31 9:05 ` Benjamin Herrenschmidt
@ 2001-12-31 21:41 ` Rob Landley
2002-01-01 7:00 ` Werner Puschitz
` (2 more replies)
2001-12-31 21:42 ` Scott McDermott
2002-01-01 0:23 ` Ken Moffat
5 siblings, 3 replies; 36+ messages in thread
From: Rob Landley @ 2001-12-31 21:41 UTC (permalink / raw)
To: Linus Torvalds, Timothy Covell
Cc: Andrew Morton, linux-kernel,
Linux Frame Buffer Device Development, Marcelo Tosatti
On Sunday 30 December 2001 07:19 pm, Linus Torvalds wrote:
> On Sun, 30 Dec 2001, Timothy Covell wrote:
> > When X11 locks up, I can still kill it and my box lives. When
> > framebuffers crash, their is no recovery save rebooting. Back in 1995
> > I thought that linux VTs and X11 implemenation blew Solaris out of the
> > water, and now we want throw away our progress? I'm still astounded
> > by the whole "oooh I can see a penquin while I boot-up" thing?
> > Granted, frame buffers have usage in embedded systems, but do they
> > really have to be so deeply integrated??
>
> They aren't.
>
> No sane person should use frame buffers if they have the choice.
>
> Like your mama told you: "Just say no". Use text-mode and X11, and be
> happy.
>
> Some people don't have the choice, of course.
>
> Linus
X11 isn't always an improvement. I've got an X hang on my laptop (about once
a week) that freezes the keyboard and ignores mouse clicks. Numlock doesn't
change the keyboard LEDs, CTRL-ALT-BACKSPACE won't do a thing, and although I
can ssh in and run top (and see the CPU-eating loop), kill won't take X down
and kill-9 leaves the video display up so the console that thinks it's in
text mode, but isn't, is still useless. (And that's assuming I'm plugged
into the network and have another box around to ssh in from...)
Compiling a debug version of X to run under gdb via ssh is on my to-do list...
A userspace program that takes over your main I/O devices modally and keeps
them if it hangs isn't THAT much better than having the kernel ignore you
directly...
Rob
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 21:41 ` Rob Landley
@ 2002-01-01 7:00 ` Werner Puschitz
2002-01-03 22:26 ` Marco Ermini
2002-01-01 7:00 ` Timothy Covell
2002-01-01 14:31 ` Marius Gedminas
2 siblings, 1 reply; 36+ messages in thread
From: Werner Puschitz @ 2002-01-01 7:00 UTC (permalink / raw)
To: Rob Landley; +Cc: linux-kernel
On Mon, 31 Dec 2001, Rob Landley wrote:
> On Sunday 30 December 2001 07:19 pm, Linus Torvalds wrote:
> > On Sun, 30 Dec 2001, Timothy Covell wrote:
> > > When X11 locks up, I can still kill it and my box lives. When
> > > framebuffers crash, their is no recovery save rebooting. Back in 1995
> > > I thought that linux VTs and X11 implemenation blew Solaris out of the
> > > water, and now we want throw away our progress? I'm still astounded
> > > by the whole "oooh I can see a penquin while I boot-up" thing?
> > > Granted, frame buffers have usage in embedded systems, but do they
> > > really have to be so deeply integrated??
> >
> > They aren't.
> >
> > No sane person should use frame buffers if they have the choice.
> >
> > Like your mama told you: "Just say no". Use text-mode and X11, and be
> > happy.
> >
> > Some people don't have the choice, of course.
> >
> > Linus
>
> X11 isn't always an improvement. I've got an X hang on my laptop (about once
> a week) that freezes the keyboard and ignores mouse clicks. Numlock doesn't
> change the keyboard LEDs, CTRL-ALT-BACKSPACE won't do a thing, and although I
> can ssh in and run top (and see the CPU-eating loop), kill won't take X down
> and kill-9 leaves the video display up so the console that thinks it's in
> text mode, but isn't, is still useless. (And that's assuming I'm plugged
> into the network and have another box around to ssh in from...)
>
> Compiling a debug version of X to run under gdb via ssh is on my to-do list...
>
> A userspace program that takes over your main I/O devices modally and keeps
> them if it hangs isn't THAT much better than having the kernel ignore you
> directly...
I'm having the exact same problems on my ThinkPad 390X. Sometimes it
freezes several times a day with the exact same symptoms. RedHat 6.2
worked fine on this laptop. The problems started with 7.1 which uses
XFree86 4.0, and it didn't get better with 7.2 (XFree86 4.1).
What makes it even worse is that after a warm reboot, the screen and
keyboard locks up again as soon as gdm gets started (Numlock doesn't work
etc.). So I always have to turn off the power to get the laptop working
again.
Werner
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2002-01-01 7:00 ` Werner Puschitz
@ 2002-01-03 22:26 ` Marco Ermini
2002-01-04 13:27 ` [OT] " Tommi Kyntola
0 siblings, 1 reply; 36+ messages in thread
From: Marco Ermini @ 2002-01-03 22:26 UTC (permalink / raw)
To: linux-kernel
On Tue, 1 Jan 2002 02:00:01 -0500 (EST), Werner Puschitz
<werner.lx@verizon.net> wrote:
[...]
> I'm having the exact same problems on my ThinkPad 390X. Sometimes it
> freezes several times a day with the exact same symptoms. RedHat 6.2
> worked fine on this laptop. The problems started with 7.1 which uses
> XFree86 4.0, and it didn't get better with 7.2 (XFree86 4.1).
> What makes it even worse is that after a warm reboot, the screen and
> keyboard locks up again as soon as gdm gets started (Numlock doesn't work
> etc.). So I always have to turn off the power to get the laptop working
> again.
A similar things happened to me. I have a Toshiba Satellite 4080 XCDT, and
switching from XFree to console and back to XFree becomed impossibile with the
upgrade to Redhat 7.x and XFree 4. The problem is that the apm script use to
switch to console mode when I suspend (es. closing the laptop) and when it
resumes it tries to switch to XFree again, but this messes the screen. I am
still able to come back to console and killall X, but of course I'll lose my
current not saved works under X.
Under XFree 3 I could switch from X to console and back without problems -
anyway, after a couple of switches my laptop used to hang. I think X writes to
the uncorrect memory regions causing my laptop to hang.
ciao
--
Marco Ermini
http://www.markoer.org
Perche' perdere tempo ad imparare quando l'ignoranza e' istantanea? (Hobbes)
^ permalink raw reply [flat|nested] 36+ messages in thread
* [OT] Re: [patch] Re: Framebuffer...Why oh Why???
2002-01-03 22:26 ` Marco Ermini
@ 2002-01-04 13:27 ` Tommi Kyntola
2002-01-04 14:04 ` Marco Ermini
0 siblings, 1 reply; 36+ messages in thread
From: Tommi Kyntola @ 2002-01-04 13:27 UTC (permalink / raw)
To: Marco Ermini; +Cc: linux-kernel
> [...]
> > I'm having the exact same problems on my ThinkPad 390X. Sometimes it
> > freezes several times a day with the exact same symptoms. RedHat 6.2
> > worked fine on this laptop. The problems started with 7.1 which uses
> > XFree86 4.0, and it didn't get better with 7.2 (XFree86 4.1).
> > What makes it even worse is that after a warm reboot, the screen and
> > keyboard locks up again as soon as gdm gets started (Numlock doesn't work
> > etc.). So I always have to turn off the power to get the laptop working
> > again.
>
> A similar things happened to me. I have a Toshiba Satellite 4080 XCDT, and
> switching from XFree to console and back to XFree becomed impossibile with the
> upgrade to Redhat 7.x and XFree 4. The problem is that the apm script use to
> switch to console mode when I suspend (es. closing the laptop) and when it
> resumes it tries to switch to XFree again, but this messes the screen. I am
> still able to come back to console and killall X, but of course I'll lose my
> current not saved works under X.
>
> Under XFree 3 I could switch from X to console and back without problems -
> anyway, after a couple of switches my laptop used to hang. I think X writes to
> the uncorrect memory regions causing my laptop to hang.
This really is offtopic, because the above symptoms are caused solely by
XFree 4.1. The was discussion about this in XFree mailing lists.
A quick fix is to get a newer RedHat Rawhide XFree86 rpm (atleast
4.1.0-8 and later have that bug fixed) or better yet get a newer
tarball of X from xfree86.org
yers,
another member of "Linux on a Toshiba Satellite 4080xcdt (TM)" :)
--
Tommi "Kynde" Kyntola
/* A man alone in the forest talking to himself and
no women around to hear him. Is he still wrong? */
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [OT] Re: [patch] Re: Framebuffer...Why oh Why???
2002-01-04 13:27 ` [OT] " Tommi Kyntola
@ 2002-01-04 14:04 ` Marco Ermini
0 siblings, 0 replies; 36+ messages in thread
From: Marco Ermini @ 2002-01-04 14:04 UTC (permalink / raw)
To: Tommi Kyntola; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1520 bytes --]
On Fri, 4 Jan 2002 15:27:03 +0200 (EET), Tommi Kyntola <kynde@ts.ray.fi>
wrote:
[...]
> > A similar things happened to me. I have a Toshiba Satellite 4080 XCDT, and
> > switching from XFree to console and back to XFree becomed impossibile with
> > the upgrade to Redhat 7.x and XFree 4. The problem is that the apm script
> > use to switch to console mode when I suspend (es. closing the laptop) and
> > when it resumes it tries to switch to XFree again, but this messes the
> > screen. I am still able to come back to console and killall X, but of
> > course I'll lose my current not saved works under X.
> >
> > Under XFree 3 I could switch from X to console and back without problems -
> > anyway, after a couple of switches my laptop used to hang. I think X
> > writes to the uncorrect memory regions causing my laptop to hang.
>
> This really is offtopic, because the above symptoms are caused solely by
> XFree 4.1. The was discussion about this in XFree mailing lists.
>
> A quick fix is to get a newer RedHat Rawhide XFree86 rpm (atleast
> 4.1.0-8 and later have that bug fixed) or better yet get a newer
> tarball of X from xfree86.org
Anyway, thanks. I'll try it when I'll have a fast connection next week (it's
more than 18 MB download).
> yers,
> another member of "Linux on a Toshiba Satellite 4080xcdt (TM)" :)
You are missing "proud" ;-)
thanks
--
Marco Ermini
http://www.markoer.org
Never attribute to malice that which is adequately explained
by stupidity. (a sig from Slashdot postings)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 21:41 ` Rob Landley
2002-01-01 7:00 ` Werner Puschitz
@ 2002-01-01 7:00 ` Timothy Covell
2002-01-01 10:42 ` Alan Cox
2002-01-01 14:31 ` Marius Gedminas
2 siblings, 1 reply; 36+ messages in thread
From: Timothy Covell @ 2002-01-01 7:00 UTC (permalink / raw)
To: Rob Landley, Linus Torvalds, Timothy Covell
Cc: Andrew Morton, linux-kernel,
Linux Frame Buffer Device Development, Marcelo Tosatti
On Monday 31 December 2001 15:41, Rob Landley wrote:
> On Sunday 30 December 2001 07:19 pm, Linus Torvalds wrote:
> > On Sun, 30 Dec 2001, Timothy Covell wrote:
> > > When X11 locks up, I can still kill it and my box lives. When
> > > framebuffers crash, their is no recovery save rebooting. Back in 1995
> > > I thought that linux VTs and X11 implemenation blew Solaris out of the
> > > water, and now we want throw away our progress? I'm still astounded
> > > by the whole "oooh I can see a penquin while I boot-up" thing?
> > > Granted, frame buffers have usage in embedded systems, but do they
> > > really have to be so deeply integrated??
> >
> > They aren't.
> >
> > No sane person should use frame buffers if they have the choice.
> >
> > Like your mama told you: "Just say no". Use text-mode and X11, and be
> > happy.
> >
> > Some people don't have the choice, of course.
> >
> > Linus
>
> X11 isn't always an improvement. I've got an X hang on my laptop (about
> once a week) that freezes the keyboard and ignores mouse clicks. Numlock
> doesn't change the keyboard LEDs, CTRL-ALT-BACKSPACE won't do a thing, and
> although I can ssh in and run top (and see the CPU-eating loop), kill won't
> take X down and kill-9 leaves the video display up so the console that
> thinks it's in text mode, but isn't, is still useless. (And that's
> assuming I'm plugged into the network and have another box around to ssh in
> from...)
>
> Compiling a debug version of X to run under gdb via ssh is on my to-do
> list...
>
> A userspace program that takes over your main I/O devices modally and keeps
> them if it hangs isn't THAT much better than having the kernel ignore you
> directly...
>
> Rob
Well laptops traditionally are made with some rather funky stuff. And laptops
are made to be shutdown and restarted often, so I'd just make sure that I ran
ReiserFS and/or ext3 on it and be happy when it works at all.
--
timothy.covell@ashavan.org.
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2002-01-01 7:00 ` Timothy Covell
@ 2002-01-01 10:42 ` Alan Cox
2002-01-01 20:36 ` Rob Landley
2002-01-02 11:36 ` Daniel Phillips
0 siblings, 2 replies; 36+ messages in thread
From: Alan Cox @ 2002-01-01 10:42 UTC (permalink / raw)
To: timothy.covell
Cc: Rob Landley, Linus Torvalds, Andrew Morton, linux-kernel,
Linux Frame Buffer Device Development, Marcelo Tosatti
> > X11 isn't always an improvement. I've got an X hang on my laptop (about
> > once a week) that freezes the keyboard and ignores mouse clicks. Numlock
> > doesn't change the keyboard LEDs, CTRL-ALT-BACKSPACE won't do a thing, and
> > although I can ssh in and run top (and see the CPU-eating loop), kill won't
> > take X down and kill-9 leaves the video display up so the console that
> > thinks it's in text mode, but isn't, is still useless. (And that's
> > assuming I'm plugged into the network and have another box around to ssh in
> > from...)
Neomagic Magicgraph 128XD ? If so check man neomagic first 8)
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2002-01-01 10:42 ` Alan Cox
@ 2002-01-01 20:36 ` Rob Landley
2002-01-02 11:36 ` Daniel Phillips
1 sibling, 0 replies; 36+ messages in thread
From: Rob Landley @ 2002-01-01 20:36 UTC (permalink / raw)
To: Alan Cox; +Cc: linux-kernel, Linux Frame Buffer Device Development
On Tuesday 01 January 2002 05:42 am, Alan Cox wrote:
> > > X11 isn't always an improvement. I've got an X hang on my laptop
> > > (about once a week) that freezes the keyboard and ignores mouse clicks.
> > > Numlock doesn't change the keyboard LEDs, CTRL-ALT-BACKSPACE won't do
> > > a thing, and although I can ssh in and run top (and see the CPU-eating
> > > loop), kill won't take X down and kill-9 leaves the video display up so
> > > the console that thinks it's in text mode, but isn't, is still useless.
> > > (And that's assuming I'm plugged into the network and have another box
> > > around to ssh in from...)
>
> Neomagic Magicgraph 128XD ? If so check man neomagic first 8)
Neomagic 256AV. I'll feed it the two disables the man page recommends and
see if that makes the problem go away. (I can trigger it almost at will by
playing around with kmail with the threaded view of 2500+ linux-kernel
messages and paging up and down really fast. Or by switching the display
when )
Kmail seems to be the only thing that actually triggers it. I can't think of
a lockup where kmail wasn't involved, but killing kmail (or the whole of kde)
won't unfreeze the display and keyboard once it's borked, and when I ssh in
and run top it's X that's got the cpu pegged at 99%, not any of the kde
toys...
Rob
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2002-01-01 10:42 ` Alan Cox
2002-01-01 20:36 ` Rob Landley
@ 2002-01-02 11:36 ` Daniel Phillips
1 sibling, 0 replies; 36+ messages in thread
From: Daniel Phillips @ 2002-01-02 11:36 UTC (permalink / raw)
To: Alan Cox, timothy.covell
Cc: Rob Landley, Linus Torvalds, Andrew Morton, linux-kernel,
Linux Frame Buffer Device Development, Marcelo Tosatti
On January 1, 2002 11:42 am, Alan Cox wrote:
> > > X11 isn't always an improvement. I've got an X hang on my laptop (about
> > > once a week) that freezes the keyboard and ignores mouse clicks. Numlock
> > > doesn't change the keyboard LEDs, CTRL-ALT-BACKSPACE won't do a thing, and
> > > although I can ssh in and run top (and see the CPU-eating loop), kill won't
> > > take X down and kill-9 leaves the video display up so the console that
> > > thinks it's in text mode, but isn't, is still useless. (And that's
> > > assuming I'm plugged into the network and have another box around to ssh in
> > > from...)
>
> Neomagic Magicgraph 128XD ? If so check man neomagic first 8)
Right, and check out the neomagic@XFree86.Org mailing list archives.
I feel your pain ;)
--
Daniel
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 21:41 ` Rob Landley
2002-01-01 7:00 ` Werner Puschitz
2002-01-01 7:00 ` Timothy Covell
@ 2002-01-01 14:31 ` Marius Gedminas
2 siblings, 0 replies; 36+ messages in thread
From: Marius Gedminas @ 2002-01-01 14:31 UTC (permalink / raw)
To: linux-kernel, Linux Frame Buffer Device Development
On Mon, Dec 31, 2001 at 04:41:19PM -0500, Rob Landley wrote:
> X11 isn't always an improvement. I've got an X hang on my laptop (about once
> a week) that freezes the keyboard and ignores mouse clicks. Numlock doesn't
> change the keyboard LEDs, CTRL-ALT-BACKSPACE won't do a thing, and although I
> can ssh in and run top (and see the CPU-eating loop), kill won't take X down
> and kill-9 leaves the video display up so the console that thinks it's in
> text mode, but isn't, is still useless. (And that's assuming I'm plugged
> into the network and have another box around to ssh in from...)
I sometimes get a similar problem on my desktop when switching between
text and X11 virtual consoles. Keyboard + mouse die (PS/2 counter
becomes stuck according to /proc/interrupts). ssh followed by chvt
helps.
Marius Gedminas
--
Of course I use Microsoft. Setting up a stable unix network is no challenge ;p
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 0:19 ` Linus Torvalds
` (3 preceding siblings ...)
2001-12-31 21:41 ` Rob Landley
@ 2001-12-31 21:42 ` Scott McDermott
2001-12-31 21:56 ` Arnaldo Carvalho de Melo
2002-01-01 0:23 ` Ken Moffat
5 siblings, 1 reply; 36+ messages in thread
From: Scott McDermott @ 2001-12-31 21:42 UTC (permalink / raw)
To: linux-kernel
Linus Torvalds on Sun 30/12 16:19 -0800:
> No sane person should use frame buffers if they have the choice.
Text mode is slow and has poor resolution, yes even svga text mode stuff
is way slower than accelerated fbconsole for me, I don't like having to
wait for the screen to update when I page a file and go to the next
page.
And why require me to load X just to have a usuable system? Yes I think
when I have to switch consoles so a program doing a lot of screen output
doesn't block endlessly on my slow textmode display is unusable.
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 21:42 ` Scott McDermott
@ 2001-12-31 21:56 ` Arnaldo Carvalho de Melo
2001-12-31 22:26 ` James Simmons
0 siblings, 1 reply; 36+ messages in thread
From: Arnaldo Carvalho de Melo @ 2001-12-31 21:56 UTC (permalink / raw)
To: Scott McDermott, linux-kernel
Em Mon, Dec 31, 2001 at 04:42:58PM -0500, Scott McDermott escreveu:
> Linus Torvalds on Sun 30/12 16:19 -0800:
> > No sane person should use frame buffers if they have the choice.
>
> Text mode is slow and has poor resolution, yes even svga text mode stuff
> is way slower than accelerated fbconsole for me, I don't like having to
> wait for the screen to update when I page a file and go to the next
> page.
ouch, this hasn't been the case for me for ages, maybe I should try this
accelerated fbconsole thing again...
> And why require me to load X just to have a usuable system? Yes I think
yes, why? Use lynx + zgv(in the rare cases where it is needed to see
images) ;)
> when I have to switch consoles so a program doing a lot of screen output
> doesn't block endlessly on my slow textmode display is unusable.
Thats what I feel when I use fbconsoles, and not the good old 80x25 text
mode console.
- Arnaldo
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 21:56 ` Arnaldo Carvalho de Melo
@ 2001-12-31 22:26 ` James Simmons
2001-12-31 22:31 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 36+ messages in thread
From: James Simmons @ 2001-12-31 22:26 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo; +Cc: Scott McDermott, linux-kernel
> > Text mode is slow and has poor resolution, yes even svga text mode stuff
> > is way slower than accelerated fbconsole for me, I don't like having to
> > wait for the screen to update when I page a file and go to the next
> > page.
>
> ouch, this hasn't been the case for me for ages, maybe I should try this
> accelerated fbconsole thing again...
Which framebuffer driver? Soem are good and some suck. Vesafb is really
bad. It far better to use a native card dr4iver if it is avaliable.
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 22:26 ` James Simmons
@ 2001-12-31 22:31 ` Arnaldo Carvalho de Melo
2002-01-01 2:43 ` Bill Nottingham
2002-01-01 10:21 ` Alan Cox
0 siblings, 2 replies; 36+ messages in thread
From: Arnaldo Carvalho de Melo @ 2001-12-31 22:31 UTC (permalink / raw)
To: James Simmons; +Cc: Scott McDermott, linux-kernel
Em Mon, Dec 31, 2001 at 02:26:04PM -0800, James Simmons escreveu:
>
> > > Text mode is slow and has poor resolution, yes even svga text mode stuff
> > > is way slower than accelerated fbconsole for me, I don't like having to
> > > wait for the screen to update when I page a file and go to the next
> > > page.
> >
> > ouch, this hasn't been the case for me for ages, maybe I should try this
> > accelerated fbconsole thing again...
>
> Which framebuffer driver? Soem are good and some suck. Vesafb is really
> bad. It far better to use a native card dr4iver if it is avaliable.
My card is a Neomagic, so I use vesafb...
Please let me know if somebody has specs for:
00:08.0 VGA compatible controller: Neomagic Corporation NM2160 [MagicGraph
128XD] (rev 01)
If they're enough to write a fb driver for this card... Well, I can try and
write a driver. 8)
Humm, there are XFree86 drivers (that sucks lately, but I'm lazy so maybe
its my fault)...
- Arnaldo
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 22:31 ` Arnaldo Carvalho de Melo
@ 2002-01-01 2:43 ` Bill Nottingham
2002-01-01 6:15 ` Arnaldo Carvalho de Melo
2002-01-01 18:42 ` Joachim Steiger
2002-01-01 10:21 ` Alan Cox
1 sibling, 2 replies; 36+ messages in thread
From: Bill Nottingham @ 2002-01-01 2:43 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo, James Simmons, Scott McDermott,
linux-kernel
Arnaldo Carvalho de Melo (acme@conectiva.com.br) said:
> My card is a Neomagic, so I use vesafb...
>
> Please let me know if somebody has specs for:
>
> 00:08.0 VGA compatible controller: Neomagic Corporation NM2160 [MagicGraph
> 128XD] (rev 01)
Someone wrote a neomagic framebuffer driver at some point; ISTR
the patch showing up on linux-kernel. Mind you, I don't know that
it was accelerated at all...
Bill
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2002-01-01 2:43 ` Bill Nottingham
@ 2002-01-01 6:15 ` Arnaldo Carvalho de Melo
2002-01-01 18:42 ` Joachim Steiger
1 sibling, 0 replies; 36+ messages in thread
From: Arnaldo Carvalho de Melo @ 2002-01-01 6:15 UTC (permalink / raw)
To: Bill Nottingham; +Cc: James Simmons, linux-kernel
Em Mon, Dec 31, 2001 at 09:43:22PM -0500, Bill Nottingham escreveu:
> Arnaldo Carvalho de Melo (acme@conectiva.com.br) said:
> > My card is a Neomagic, so I use vesafb...
> >
> > Please let me know if somebody has specs for:
> >
> > 00:08.0 VGA compatible controller: Neomagic Corporation NM2160 [MagicGraph
> > 128XD] (rev 01)
>
> Someone wrote a neomagic framebuffer driver at some point; ISTR
> the patch showing up on linux-kernel. Mind you, I don't know that
> it was accelerated at all...
Indeed, I've found it at
http://www.uwsg.iu.edu/hypermail/linux/kernel/0104.0/0658.html
and it seems to be accelerated, will test tomorrow and post the results.
Should be interesting to use konqueror/qt on a framebuffer console...
- Arnaldo
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2002-01-01 2:43 ` Bill Nottingham
2002-01-01 6:15 ` Arnaldo Carvalho de Melo
@ 2002-01-01 18:42 ` Joachim Steiger
1 sibling, 0 replies; 36+ messages in thread
From: Joachim Steiger @ 2002-01-01 18:42 UTC (permalink / raw)
To: Bill Nottingham
Cc: Arnaldo Carvalho de Melo, James Simmons, Scott McDermott,
linux-kernel
i didn't wrote it, i can only give you a hint where to find it
so you can try it
http://directfb.org/cgi-bin/cvsweb.cgi/~checkout~/
DirectFB/patches/neofb-0.3-linux-2.4.17.patch.bz2
it applys fine an i have i patched it in out own working tree
as far as i know it is tested on acer, sony vaio and some thinkpad
and works great.
since 0.3 move and clear is implemented by using the acclerator on nm2200
and above so you really gain speed when scrolling though your consoles
there is also some patch for aty128fb i use some time now without any
problems... anyway... now my ati works, before it doesnt.
have fun testing, and yes... a textconsole at native resolution is that
what i need to work with an lc-monitor.... 1600x1024 looks great booting
at native resolution:
Console: switching to colour frame buffer device 200x64
On Mon, 31 Dec 2001, Bill Nottingham wrote:
> Arnaldo Carvalho de Melo (acme@conectiva.com.br) said:
> > My card is a Neomagic, so I use vesafb...
> >
> > Please let me know if somebody has specs for:
> >
> > 00:08.0 VGA compatible controller: Neomagic Corporation NM2160 [MagicGraph
> > 128XD] (rev 01)
>
> Someone wrote a neomagic framebuffer driver at some point; ISTR
> the patch showing up on linux-kernel. Mind you, I don't know that
> it was accelerated at all...
>
> Bill
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 22:31 ` Arnaldo Carvalho de Melo
2002-01-01 2:43 ` Bill Nottingham
@ 2002-01-01 10:21 ` Alan Cox
1 sibling, 0 replies; 36+ messages in thread
From: Alan Cox @ 2002-01-01 10:21 UTC (permalink / raw)
To: Arnaldo Carvalho de Melo; +Cc: James Simmons, Scott McDermott, linux-kernel
> Humm, there are XFree86 drivers (that sucks lately, but I'm lazy so maybe
> its my fault)...
XFree is pretty much the only documentation I've seen for the neotragic
chipsets, although there are some interesting errata only mention in
man neomagic
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [patch] Re: Framebuffer...Why oh Why???
2001-12-31 0:19 ` Linus Torvalds
` (4 preceding siblings ...)
2001-12-31 21:42 ` Scott McDermott
@ 2002-01-01 0:23 ` Ken Moffat
2002-01-01 7:03 ` Timothy Covell
5 siblings, 1 reply; 36+ messages in thread
From: Ken Moffat @ 2002-01-01 0:23 UTC (permalink / raw)
To: lkml
On Sun, 30 Dec 2001, Linus Torvalds wrote:
> No sane person should use frame buffers if they have the choice.
>
> Like your mama told you: "Just say no". Use text-mode and X11, and be
> happy.
>
But how else can I get a legible 128x48 console on a 1024x768 display
? 8-)
Ken
--
The crypt() function is unimplemented due to excessive paranoia.
2.4.17-preempt 12:20am up 2:08, 1 user, load average: 0.00, 0.00, 0.00
^ permalink raw reply [flat|nested] 36+ messages in thread* Re: [patch] Re: Framebuffer...Why oh Why???
2002-01-01 0:23 ` Ken Moffat
@ 2002-01-01 7:03 ` Timothy Covell
0 siblings, 0 replies; 36+ messages in thread
From: Timothy Covell @ 2002-01-01 7:03 UTC (permalink / raw)
To: Ken Moffat, lkml
On Monday 31 December 2001 18:23, Ken Moffat wrote:
> On Sun, 30 Dec 2001, Linus Torvalds wrote:
> > No sane person should use frame buffers if they have the choice.
> >
> > Like your mama told you: "Just say no". Use text-mode and X11, and be
> > happy.
>
> But how else can I get a legible 128x48 console on a 1024x768 display
> ? 8-)
>
> Ken
Those 132 char wide displays are great when I connect to the Vax that
I keep in the basement. Oh wait, I haven't used a Vax in three years.
I sure do miss executive mode, that made feel a big and useless fat
cat. ;-)
--
timothy.covell@ashavan.org.
^ permalink raw reply [flat|nested] 36+ messages in thread