Displaying 6 results from an estimated 6 matches for "mode_option".
2012 May 03
1
plash screen stop displayed when starting linux
...el 2.6.32-41).
Here is my (V4.04) syslinux.cfg:
PROMPT 0
DISPLAY splash.lpg
TIMEOUT 0
DEFAULT linux
CONSOLE 0
LABEL linux
kernel vmlinuz
append boot=balird initrd=initrd.gz
rolayer=LABEL=Cd_rom:/filesystem.squashfs ro_mpoint=/cdrom
ro_mpoint_opts=rw quiet splash nomodeset
video=uvesafb:mode_option=1280x1024-24,mtrr=3,scroll=ywrap
Every thing is ok : splash screen is displayed.
But after a few second, and before seeing plymouth screen, i've got a
grey screen with cursor on top left.
What have i to do to don't have this grey screen?
Thanks,
Daniel.
2016 Feb 19
6
Building a http query string including SMBIOS Serial Number to load a specific kernel
Hello folks,
There is a way to get the system serial number from SMBIOS and pass it
as HTTP query string to get the kernel and initrd?
Something like this:
LABEL OS Download
MENU LABEL Clonezilla
MENU INDENT 1
KERNEL http://192.168.10.10/kernel.php?type=kernel (
http://myserver/kernel.php?SN=SMBIOS_SERIAL_NUMBER&type=kernel
)&SN=SMBIOS_SERIAL_NUMBER
APPEND
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...ONFIG_FB_RADEON_I2C
@@ -753,7 +753,7 @@ static int is_powerblade(const char *model)
* Build the modedb for head 1 (head 2 will come later), check panel infos
* from either BIOS or EDID, and pick up the default mode
*/
-void __devinit radeon_check_modes(struct radeonfb_info *rinfo, const char *mode_option)
+void radeon_check_modes(struct radeonfb_info *rinfo, const char *mode_option)
{
struct fb_info * info = rinfo->info;
int has_default_mode = 0;
diff --git a/drivers/video/au1100fb.c b/drivers/video/au1100fb.c
index fe3b6ec..b4b76dc 100644
--- a/drivers/video/au1100fb.c
+++ b/drivers/video/...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...ONFIG_FB_RADEON_I2C
@@ -753,7 +753,7 @@ static int is_powerblade(const char *model)
* Build the modedb for head 1 (head 2 will come later), check panel infos
* from either BIOS or EDID, and pick up the default mode
*/
-void __devinit radeon_check_modes(struct radeonfb_info *rinfo, const char *mode_option)
+void radeon_check_modes(struct radeonfb_info *rinfo, const char *mode_option)
{
struct fb_info * info = rinfo->info;
int has_default_mode = 0;
diff --git a/drivers/video/au1100fb.c b/drivers/video/au1100fb.c
index fe3b6ec..b4b76dc 100644
--- a/drivers/video/au1100fb.c
+++ b/drivers/video/...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...ONFIG_FB_RADEON_I2C
@@ -753,7 +753,7 @@ static int is_powerblade(const char *model)
* Build the modedb for head 1 (head 2 will come later), check panel infos
* from either BIOS or EDID, and pick up the default mode
*/
-void __devinit radeon_check_modes(struct radeonfb_info *rinfo, const char *mode_option)
+void radeon_check_modes(struct radeonfb_info *rinfo, const char *mode_option)
{
struct fb_info * info = rinfo->info;
int has_default_mode = 0;
diff --git a/drivers/video/au1100fb.c b/drivers/video/au1100fb.c
index fe3b6ec..b4b76dc 100644
--- a/drivers/video/au1100fb.c
+++ b/drivers/video/...
2010 Dec 21
2
ATI DRI not seen by Wine
...27-server x86_64 Ubuntu
[ 19.122] Current Operating System: Linux leonidas 2.6.35-23-generic #41-Ubuntu SMP Wed Nov 24 11:55:36 UTC 2010 x86_64
[ 19.122] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.35-23-generic root=UUID=3c80168d-d8be-4815-ba32-ea35953133bf ro quiet splash video=nomodeset uvesafb:mode_option=1280x800-24, mtrr=3,scroll=ywrap
[ 19.122] Build Date: 16 September 2010 06:18:41PM
[ 19.122] xorg-server 2:1.9.0-0ubuntu7 (For technical support please see http://www.ubuntu.com/support)
[ 19.122] Current version of pixman: 0.18.4
[ 19.122] Before reporting problems, check http://wiki.x.org
to ma...