[PATCH] fbdev: make the best-fit section of fb_find_mode return the closest matching mode

2008-02-10 Thread Michal Januszewski
From: Michal Januszewski <[EMAIL PROTECTED]> Currently, if a perfect match in terms of resolution is not found, fb_find_mode() only looks for a best-fit mode among modes with a higher resolution than the one requested. Thus, if the user requests a resolution higher than the largest support

[PATCH] uvesafb: don't treat valid modes returned by fb_find_mode() as errors

2008-01-27 Thread Michal Januszewski
From: Michal Januszewski <[EMAIL PROTECTED]> Don't treat valid modes returned by fb_find_mode() (best-fit modes, default modes or the first valid mode) as errors. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/uvesafb.c b/drivers/vide

[PATCH] fbdev: make the best-fit section of fb_find_mode return the closest matching mode

2008-01-27 Thread Michal Januszewski
From: Michal Januszewski <[EMAIL PROTECTED]> Currently, if a perfect match in terms of resolution is not found, fb_find_mode() only looks for a best-fit mode among modes with a higher resolution than the one requested. Thus, if the user requests a resolution higher than the largest support

[PATCH] Fix a spurious kfree_skb() call

2007-10-30 Thread Michal Januszewski
Remove a spurious call to kfree_skb() in the connector rx_skb handler. This fixes a regression introduced by the '[NET]: make netlink user -> kernel interface synchronious' patch (cd40b7d3983c708aabe3d3008ec64ffce56d33b0) Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]&g

[PATCH -mm] uvesafb: Don't access VGA registers directly when running on non-x86

2007-09-12 Thread Michal Januszewski
instead of it on non-x86. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index 853323e..b983d26 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c @@ -19,8 +19,10 @@ #include #include #include -#in

[PATCH -mm] uvesafb: Don't access VGA registers directly when running on non-x86

2007-09-11 Thread Michal Januszewski
tead of it on non-x86. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index 853323e..74fa7c7 100644 --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c @@ -935,6 +935,7 @@ static int uvesafb_setpalette(struct u

Re: [PATCH -mm] video: uvesafb: Add X86 dependency.

2007-09-11 Thread Michal Januszewski
tly uses VGA IO ports on non-x86, which is a bug and for which a patch will follow) and support or lack thereof for a specific arch should be dependent on v86d only. That being said, I think that having a kernel dependency tracking the development status of userspace code is generally a bad idea.

[PATCH] fbdev: find mode with the highest/safest refresh rate in fb_find_mode()

2007-08-29 Thread Michal Januszewski
database and the monitor limits, and a mode with the safe 60 Hz refresh rate otherwise. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c index 3741ad7..9598c46 100644 --- a/drivers/video/modedb.c +++ b/drivers/video/mo

Re: [Linux-fbdev-devel] [PATCH] fbdev: find mode with highest refresh rate in fb_find_mode()

2007-08-26 Thread Michal Januszewski
resh rate closest to 60 Hz otherwise? I'm sorry for the delayed reply. Best regards. -- Michal Januszewski JID: [EMAIL PROTECTED] Gentoo Linux Developerhttp://people.gentoo.org/spock - To unsubscribe from this list: send the line "unsub

Re: [Linux-fbdev-devel] [PATCH] uvesafb: select connector in Kconfig

2007-08-26 Thread Michal Januszewski
On Sat, Aug 25, 2007 at 08:23:41AM -0700, Randy Dunlap wrote: > There are 2 problems with this. > > a. CONNECTOR depends on NET, but select won't enable NET, so if > NET is not enabled otherwise, CONNECTOR still won't build. > This is a longstanding select/kconfig issue. > > b. CONNECTOR depen

[PATCH] uvesafb: select connector in Kconfig

2007-08-25 Thread Michal Januszewski
Make uvesafb select connector instead of depending on it being already selected. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index f1cc899..e152eed 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@

[PATCH 6/7] uvesafb: use the default refresh rate if the monitor limits are not set

2007-08-11 Thread Michal Januszewski
Use the default refresh rate if the monitor limits aren't set (either using data from the EDID block, or explicitly by the user). Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index 2f1e5af..2e5f1b5 100644 --

[PATCH 7/7] uvesafb: try to set mode with default timings if setting it with our own timings failed

2007-08-11 Thread Michal Januszewski
Sometimes the BIOS might not perform the mode switch correctly because of the timings that we requested. In case this happens, try to set the video mode with the default timings instead. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/uvesafb.c b/d

[PATCH 5/7] uvesafb: use VISUAL_TRUECOLOR as the default visual

2007-08-11 Thread Michal Januszewski
Set uvesafb's default visual to truecolor. This prevents fbcon from being detected as 'mono' when using uvesafb. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index e480670..2f1e5af 100644 --- a/dr

[PATCH 3/7] uvesafb: fix a typo in a warning

2007-08-11 Thread Michal Januszewski
Replace "vesafb" with "uvesafb" in a kernel warning message. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c --- a/drivers/video/uvesafb.c +++ b/drivers/video/uvesafb.c @@ -4

[PATCH 4/7] uvesafb: add info about pmipal, yrap and ypan being available only on x86

2007-08-11 Thread Michal Januszewski
Features that use the Protected Mode Interface are available on x86 only. Document this in the uvesafb description. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/Documentation/fb/uvesafb.txt b/Documentation/fb/uvesafb.txt index cfc4e55..1a3b65b 100644 --- a/Documen

[PATCH 2/7] uvesafb: always use mutexes when accessing uvfb_tasks

2007-08-11 Thread Michal Januszewski
Accesses to the uvfb_tasks array should be always be protected by a mutex to avoid race conditions. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index aa5a9c3..e480670 100644 --- a/drivers/video/uvesafb.c +++ b/d

[PATCH 1/7] uvesafb: set the refresh rate to 60Hz if nocrtc is used

2007-08-11 Thread Michal Januszewski
If the nocrtc flag is set, make sure the timings in fb_var are set to 60Hz and thus reflect the default BIOS refresh rate that is being used. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff --git a/drivers/video/uvesafb.c b/drivers/video/uvesafb.c index 9c21791..aa5a9c3

[PATCH 0/7] uvesafb: miscellaneous fixes and updates

2007-08-11 Thread Michal Januszewski
This set of patches fixes several minor issues with uvesafb. It requires all previous uvesafb patches (currently in -mm). -- Michal Januszewski JID: [EMAIL PROTECTED] Gentoo Linux Developerhttp://people.gentoo.org/spock - To unsubscribe from

[PATCH] fbdev: find mode with highest refresh rate in fb_find_mode()

2007-07-18 Thread Michal Januszewski
Currently if the refresh rate is not specified fb_find_mode() returns the first known video mode with the requested resoluion, which provides no guarantees wrt the refresh rate. Change this so that the mode with the highest refresh rate is returned instead. Signed-off-by: Michal Januszewski

[PATCH v2 3/5] uvesafb: change connector's max message size

2007-07-06 Thread Michal Januszewski
Change the maximum message size to 16k to allow transfers of VBE data blocks from userspace. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- This patch increases the limit to 16k since the previous value (4k) proved to be insufficient for the hardware state buffer on some video

Re: [PATCH v2 0/5] uvesafb: a general description

2007-07-06 Thread Michal Januszewski
On Thu, Jul 05, 2007 at 01:38:46PM -0400, Ryan Hope wrote: > I applied > > http://dev.gentoo.org/~spock/projects/uvesafb/archive/uvesafb-0.1-rc2-2.6.22-rc6.patchto > 2.6.22-rc6-mm1... everything seems to be working properly. However, in dmesg > I did notice the following message: > > uvesafb

Re: [PATCH 0/4] fbdev: uvesafb

2007-06-30 Thread Michal Januszewski
On Tue, Jun 26, 2007 at 11:42:41AM +0100, Jonathan McDowell wrote: > Have you considered using libx86[1] in v86d? It looks very similar to > what you have at present and there are plans to extend it to non > x86(_64) archs. It looks like an interesting solution and it is indeed similar to what I'

[PATCH v2 5/5] uvesafb: documentation

2007-06-30 Thread Michal Januszewski
Documentation for the uvesafb driver. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- Documentation/fb/uvesafb.txt | 187 ++ 1 files changed, 187 insertions(+), 0 deletions(-) diff --git a/Documentation/fb/uvesafb.txt b/Documentat

[PATCH v2 3/5] uvesafb: change connector's max message size

2007-06-30 Thread Michal Januszewski
Change the maximum message size to 4k to allow transfers of VBE data blocks from userspace. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- include/linux/connector.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/connector.h b/include

[PATCH v2 2/5] uvesafb: add connector entries

2007-06-30 Thread Michal Januszewski
Add connector idx and val constants for v86d and uvesafb. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- include/linux/connector.h |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/linux/connector.h b/include/linux/connector.h index 10eb56b..1

[PATCH v2 1/5] uvesafb: export fb_destroy_modelist

2007-06-30 Thread Michal Januszewski
Make fb_destroy_modelist an exported symbol for use in the uvesafb driver. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- drivers/video/modedb.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c index 3

[PATCH v2 0/5] uvesafb: a general description

2007-06-30 Thread Michal Januszewski
ones used in [1]. The current implementation of v86d can use either LRMI or x86emu to run the BIOS code and supports both x86 and x86_64. [1] http://dev.gentoo.org/~spock/projects/vesafb-tng/ [2] http://dev.gentoo.org/~spock/projects/uvesafb/ Best regards. -- Michal Januszewski

Re: [PATCH 3/4] fbdev: uvesafb driver

2007-06-24 Thread Michal Januszewski
On Sat, Jun 23, 2007 at 04:36:39PM -0700, Andrew Morton wrote: > On Sun, 24 Jun 2007 01:20:33 +0200 Michal Januszewski <[EMAIL PROTECTED]> > wrote: > > > > > +config FB_UVESA > > > > + tristate "Userspace VESA VGA graphics support

Re: [PATCH 3/4] fbdev: uvesafb driver

2007-06-23 Thread Michal Januszewski
On Sat, Jun 23, 2007 at 11:35:57AM -0700, Andrew Morton wrote: > On Sat, 23 Jun 2007 12:52:43 +0200 Michal Januszewski <[EMAIL PROTECTED]> > wrote: > > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig > > index 403dac7..5cc03f9 100644 > > --- a/drivers/v

Re: [PATCH 1/4] fbdev: make fb_find_mode look for a mode with the highest refresh rate

2007-06-23 Thread Michal Januszewski
On Sat, Jun 23, 2007 at 11:04:24AM -0700, Andrew Morton wrote: > On Sat, 23 Jun 2007 12:50:46 +0200 Michal Januszewski <[EMAIL PROTECTED]> > wrote: > > > + if (!refresh_specified) > > + refresh = 200; > > diff = refresh; > > best

Re: [PATCH 0/4] fbdev: uvesafb

2007-06-23 Thread Michal Januszewski
On Sat, Jun 23, 2007 at 02:04:09PM +0200, Arnd Bergmann wrote: > On Saturday 23 June 2007, Michal Januszewski wrote: > >  The current implementation of v86d can use either LRMI or > > x86emu to run the BIOS code and supports both x86 and x86_64. > > Is there a fundamental

[PATCH 3/4] fbdev: uvesafb driver

2007-06-23 Thread Michal Januszewski
Add the uvesafb driver, an enhanced version of vesafb that makes use of a userspace helper to run x86 Video BIOS code. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- drivers/video/Kconfig | 18 + drivers/video/Makefile |1 + drivers/video/uvesafb.c

[PATCH 1/4] fbdev: make fb_find_mode look for a mode with the highest refresh rate

2007-06-23 Thread Michal Januszewski
d-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- drivers/video/modedb.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c index 3741ad7..98ee77b 100644 --- a/drivers/video/modedb.c +++ b/drivers/video/modedb.c

[PATCH 4/4] fbdev: uvesafb documentation

2007-06-23 Thread Michal Januszewski
Add the documentation for the uvesafb driver. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- Documentation/fb/uvesafb.txt | 181 ++ 1 files changed, 181 insertions(+), 0 deletions(-) diff --git a/Documentation/fb/uvesafb.txt b/Documentat

[PATCH 0/4] fbdev: uvesafb

2007-06-23 Thread Michal Januszewski
/vesafb-tng/ [2] http://dev.gentoo.org/~spock/projects/uvesafb/ Best regards. -- Michal Januszewski JID: [EMAIL PROTECTED] Gentoo Linux Developerhttp://people.gentoo.org/spock - To unsubscribe from this list: send the line "unsubscribe linux-k

[PATCH 2/4] fbdev: add connector entries for uvesafb

2007-06-23 Thread Michal Januszewski
Add connector's idx and val constants for v86d and uvesafb. Also change the maximum message size to 4k to allow transfers of VBE data blocks from userspace. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- include/linux/connector.h |7 --- 1 files changed, 4 inser

[PATCH] fbcon: don't draw cursor when it's disabled

2007-04-01 Thread Michal Januszewski
From: Michal Januszewski <[EMAIL PROTECTED]> When the cursor and echo are disabled on the current console, pressing a key will cause a black rectangle to be painted in the cursor's position. Fix this by not touching the framebuffer in fbcon_cursor() when the cursor is off. Signed-off

[PATCH resend] vt: fix potential race in VT_WAITACTIVE handler

2007-04-01 Thread Michal Januszewski
From: Michal Januszewski <[EMAIL PROTECTED]> On a multiprocessor machine the VT_WAITACTIVE ioctl call may return 0 if fg_console has already been updated in redraw_screen() but the console switch itself hasn't been completed. Fix this by checking fg_console in vt_waitactive() with the

[PATCH] vt: fix a potential race in the VT_WAITACTIVE handler

2007-03-15 Thread Michal Januszewski
On a multiprocessor machine the VT_WAITACTIVE ioctl call may return 0 if fg_console has already been updated in redraw_screen(), but the console switch itself hasn't been completed. Fix this by checking fg_console in vt_waitactive() with the console sem held. Signed-off-by: Michal Janusz

[PATCH] fbdev: Update info->cmap when setting cmap from user-/kernelspace.

2005-07-17 Thread Michal Januszewski
e code that is responsible for setting the cmap to fb_set_cmap() and out of fb_set_user_cmap() to avoid code-duplication. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff -Nupr linux-2.6.12-orig/drivers/video/fbcmap.c linux-2.6.12/drivers/video/fbcmap.c --- linux-2.6.12-orig/d

[PATCH][fbcon] Don't repaint the cursor when it is disabled.

2005-07-17 Thread Michal Januszewski
this behaviour by avoiding painting anything when the cursor is disabled. Signed-off-by: Michal Januszewski <[EMAIL PROTECTED]> --- diff -Nupr linux-2.6.12-orig/drivers/video/console/fbcon.c linux-2.6.12/drivers/video/console/fbcon.c --- linux-2.6.12-orig/drivers/video/console/fbcon.c 2005-0

Re: [announce 7/7] fbsplash - documentation

2005-03-09 Thread Michal Januszewski
On Wed, Mar 09, 2005 at 04:40:09PM +0100, Arnd Bergmann wrote: > Ok, I now saw that you call call_usermodehelper with wait==1. Why is that > necessary? If you don't wait there, you don't need any hacks around the > console semaphore, because the helper will simply wait for change_console > to fini

Re: [announce 7/7] fbsplash - documentation

2005-03-08 Thread Michal Januszewski
On Wed, Mar 09, 2005 at 01:17:11AM +0100, Arnd Bergmann wrote: > You also shouldn't create a class device every time you want to call > kobject_hotplug. Note that every character device already has a class > device associated with it, so you might be able to just use that to > call kobject_hotplug

Re: [announce 7/7] fbsplash - documentation

2005-03-08 Thread Michal Januszewski
On Tue, Mar 08, 2005 at 04:18:07AM +0100, Arnd Bergmann wrote: > It should probably just use its own hotplug agent instead of calling > the helper directly. I've just had a look at it, and it seems possible. From what I have seen in the firmware_class.c code, it would require: - registering a cl

Re: Bootsplash for 2.6.11-rc4

2005-03-07 Thread Michal Januszewski
On Sun, Feb 27, 2005 at 01:03:33PM -0800, Greg KH wrote: > Care to create a patch for the silent mode now? That should be simple > enough to get into the kernel, and will be a good place to build off of > for the rest of the things people want (verbose mode, etc.) I've just sent the whole thing

[announce 4/7] fbsplash - fbcon updates

2005-03-07 Thread Michal Januszewski
Updates to fbcon.c. Kept as non-intrusive as possible. Signed-off-by: Michael Januszewski <[EMAIL PROTECTED]> --- diff -Nru a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c --- a/drivers/video/console/fbcon.c 2005-03-07 16:50:34 +01:00 +++ b/drivers/video/console/fbcon.c 20

[announce 7/7] fbsplash - documentation

2005-03-07 Thread Michal Januszewski
Signed-off-by: Michael Januszewski <[EMAIL PROTECTED]> --- diff -Nru a/Documentation/fb/00-INDEX b/Documentation/fb/00-INDEX --- a/Documentation/fb/00-INDEX 2005-03-07 16:50:34 +01:00 +++ b/Documentation/fb/00-INDEX 2005-03-07 16:50:34 +01:00 @@ -19,6 +19,8 @@ - info on the Matrox frame bu

[announce 6/7] fbsplash - kconfig and makefiles

2005-03-07 Thread Michal Januszewski
Signed-off-by: Michael Januszewski <[EMAIL PROTECTED]> --- diff -Nru a/drivers/video/Kconfig b/drivers/video/Kconfig --- a/drivers/video/Kconfig 2005-03-07 16:50:34 +01:00 +++ b/drivers/video/Kconfig 2005-03-07 16:50:34 +01:00 @@ -1140,5 +1140,15 @@ source "drivers/video/backlight/

[announce 5/7] fbsplash - fbdev updates

2005-03-07 Thread Michal Januszewski
Fbcmap.c updates. Signed-off-by: Michael Januszewski <[EMAIL PROTECTED]> --- diff -Nru a/drivers/video/fbcmap.c b/drivers/video/fbcmap.c --- a/drivers/video/fbcmap.c2005-03-07 16:50:34 +01:00 +++ b/drivers/video/fbcmap.c2005-03-07 16:50:34 +01:00 @@ -16,6 +16,7 @@ #include #include #

[announce 2/7] fbsplash - rendering routines

2005-03-07 Thread Michal Januszewski
Fbsplash has its own set of rendering functions. These are unaccelerated but they should work with different framebuffer drivers. All rendering routines are completely separate from fbcon. Signed-off-by: Michael Januszewski <[EMAIL PROTECTED]> --- diff -Nru a/drivers/video/cfbsplash.c b/drivers/v

[announce 3/7] fbsplash - data structures

2005-03-07 Thread Michal Januszewski
Fbsplash uses a special iowrapper struct for communication with userspace. That struct, along with some useful #define's is exported to userspace programs in include/linux/fb.h. Signed-off-by: Michael Januszewski <[EMAIL PROTECTED]> --- diff -Nru a/drivers/video/fbsplash.h b/drivers/video/fbspla

[announce 1/7] fbsplash - the core interface

2005-03-07 Thread Michal Januszewski
The core splash interface handles interaction with the userspace helper. All communication is done via ioctls on the fbsplash device, which is a misc character device. Signed-off-by: Michael Januszewski <[EMAIL PROTECTED]> --- diff -Nru a/drivers/video/fbsplash.c b/drivers/video/fbsplash.c --- /

[announce 0/7] fbsplash - The Framebuffer Splash

2005-03-07 Thread Michal Januszewski
Fbsplash - The Framebuffer Splash - is a feature that allows displaying images in the background of consoles that use fbcon. The project is partially descended from bootsplash. Unlike bootsplash, fbsplash has no in-kernel image decoder. Picture decompression is handled by a userspace helper whic

Re: Bootsplash for 2.6.11-rc4

2005-03-01 Thread Michal Januszewski
On Sun, Feb 27, 2005 at 08:41:23PM +0100, Pavel Machek wrote: Hi, > [aj added to the list]. > > Andreas, who is the person to talk about this? I like redhat's > solution the best. Pass "quiet", perhaps replace penguin with some big > picture including penguin and chameleon or something, and do t

Re: Bootsplash for 2.6.11-rc4

2005-03-01 Thread Michal Januszewski
On Mon, Feb 28, 2005 at 06:40:15PM +0100, Pavel Machek wrote: Hi, > > It doesn't really need vesafb for anything. Back in the days of 2.6.7 > > I used to release a version of bootsplash that had the dep. on vesafb > > removed. It worked fine with at least some other fb drivers. > > > > You mi

Re: Bootsplash for 2.6.11-rc4

2005-03-01 Thread Michal Januszewski
On Sun, Feb 27, 2005 at 01:03:33PM -0800, Greg KH wrote: > Care to create a patch for the silent mode now? That should be simple > enough to get into the kernel, and will be a good place to build off of > for the rest of the things people want (verbose mode, etc.) Sure, I'll post a patch as soon

Re: Bootsplash for 2.6.11-rc4

2005-02-27 Thread Michal Januszewski
On Sun, Feb 27, 2005 at 08:31:39PM +0100, Arjan van de Ven wrote: > well.. how much does it really need in kernel space? I mean, with all > drivers as modules, and the "quiet" option, initramfs runs *really* > fast. And that can just bang a bitmap to the framebuffer as first > thing... (rhgb does

Re: Bootsplash for 2.6.11-rc4

2005-02-20 Thread Michal Januszewski
On Sun, Feb 20, 2005 at 12:25:19AM +0100, Pavel Machek wrote: Hi, > Yes, I agree, almost anything is more sane than code I posted :-(. My > only requirement is that it works with radeonfb and similar low-level > drivers (so that I can get suspend-to-ram to work) and that it gets > past our brand

Re: Bootsplash for 2.6.11-rc4

2005-02-20 Thread Michal Januszewski
On Sat, Feb 19, 2005 at 03:03:26PM -0800, Greg KH wrote: > Pavel, I agree with Michal, take a look at this version of the code > instead of the version that you posted. It's a _whole_ lot more sane, > and possibly even mergable. > > Michal, any thoughts on submitting it for inclusion? It seems

Re: Bootsplash for 2.6.11-rc4

2005-02-18 Thread Michal Januszewski
On Fri, Feb 18, 2005 at 05:52:54PM +0100, Pavel Machek wrote: Hi, > Just in case someone is interested, this is bootsplash for 2.6.11-rc4, > taken from suse kernel. I'll probably try to modify it to work with > radeonfb. > > Any ideas why bootsplash needs to hack into vesafb? It only uses > vesa