[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#222374: d-i melts screen on sis 630 laptop



* Thomas Winischhofer <thomas@winischhofer.net> [2003-12-29 23:16]:
> Just looked at vesafb source again - it doesn't even have a 
> module_init() function. So it DOES NOT (and CANNOT) work as a module.

It's a Debian specific change, you'll have to look at the Debian
kernel sources.

1079:tbm@deprecation: ..e/doc/kernel-source-2.4.23] zgrep -i vesa README.Debian.gz
* Modularised VESA FB.
1080:tbm@deprecation: ..src/x/kernel-source-2.4.23] tail -5
./drivers/video/vesafb.c
MODULE_LICENSE("GPL");
#ifdef MODULE
module_init(vesafb_init);
#endif
module_exit(vesafb_exit);

-- 
Martin Michlmayr
tbm@cyrius.com



Reply to: