** le kernel 5.8 est dispo **

Ce message n’était pas conforme aux règles d’utilisation du nouveau forum :

:smiley:

lithium> et où est parti le struct device *dev ?

je ne le voit pas dans le patch, alors je me suis dit qu’il etait a virer ?

non, il faut le garder. En tout cas, je l’ai gardé et mon bootsplash fonctionne.

Donc, ca donne ca ?
[fixed]#define FBINFO_FLAG_MODULE 1 /* Low-level driver is a module /
struct fb_var_screeninfo var; /
Current var /
struct fb_fix_screeninfo fix; /
Current fix /
struct fb_monspecs monspecs; /
Current Monitor specs /
struct fb_cursor cursor; /
Current cursor /
struct work_struct queue; /
Framebuffer event queue /
struct fb_pixmap pixmap; /
Current pixmap /
struct fb_cmap cmap; /
Current cmap */
struct fb_ops *fbops;
char screen_base; / Virtual address */
struct vc_data display_fg; / Console visible on this display /
int currcon; /
Current VC. */
void pseudo_palette; / Fake palette of 16 colors */
struct device dev; / pointer to the device for this fb */
#ifdef CONFIG_BOOTSPLASH
struct splash_data *splash_data;
unsigned char *splash_pic;
int splash_pic_size;
int splash_bytes;
char silent_screen_base; / real screen base /
char fb_cursordata[64];
#endif /
From here on everything is device dependent */
void *par;
};[/fixed]

oui.

Merci :slight_smile:

Probleme avec boostplash :frowning:
[fixed]Badness in vc_resize at drivers/char/vt.c:748
Call Trace:
[] vc_resize+0x4bf/0x4d0
[] splash_prepare+0x3a/0x350
[] update_attr+0xc9/0xe0
[] splash_status+0xa4/0x170
[] splash_write_proc+0x171/0x450
[] proc_file_write+0x0/0x50
[] proc_file_write+0x37/0x50
[] vfs_write+0xb8/0x130
[] filp_close+0x59/0x90
[] sys_write+0x42/0x70
[] syscall_call+0x7/0xb[/fixed]
Ce message defile plusieurs fois au boot, et il est impossible de repasser en mode verbeux sur les autres terminaux que le 1 :frowning:

En fait, j’ai mis le “struct device *dev” APRES le #ifdef CONFIG_BOOTSPLASH et non avant comme tu l’avais proposé…

ah…

je pensais que ta notation revenait au même, mais peut-être pas…

vais te dire ca dans 1/2 heure

meme erreure
tant pis, je verrais ca plus tard. :frowning:

t1 j’ai essayé de patcher mon 2.6.1-mm2 et pareil le include/linux/fb.h ne veut pas se patcher

2.6.1-mm3

http://marc.theaimsgroup.com/?l=linux-kernel&m=107407422610767&w=2

"An I/O scheduler tuning patch. This is the 114th patch against the anticipatory scheduler and we’re nearly finished, honest. "

lithium@Sapphire:~$ uname -a
Linux Sapphire 2.6.1-mm3 #1 SMP Wed Jan 14 16:05:17 CET 2004 i686 GNU/Linux

Il a l’air de se tenir un peu mieu que le mm2 :slight_smile:

C’est à dire?

il digere mieu la montée en charge

Il est plus sage … :stuck_out_tongue:

[fixed]The latest -mm patch to the stable Linux kernels is: 2.6.1-mm4 2004-01-16 06:37 UTC V Changelog[/fixed]