search for: enable_fbdev

Displaying 8 results from an estimated 8 matches for "enable_fbdev".

2017 Dec 19
3
no display what can I try.
...n nomodeset nodmraid noeject locales=en_US.UTF-8 keyboard-layouts=NONE ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no vga=788 toram=filesystem.squashfs ip=dhcp net.ifnames=0 splash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1 ocs_prerun="dhclient && mount -t nfs loki:/ifs/it/sysadmin/clonezilla /home/partimag" fetch=tftp://10.0.100.78/cz170220.x64/live/filesystem.squashfs
2018 Sep 07
0
[PATCH] bochs: convert to drm_fb_helper_fbdev_setup/teardown
...8 16 module_param_named(modeset, bochs_modeset, int, 0444); 1acf5661 Max Staudt 2017-01-18 17 MODULE_PARM_DESC(modeset, "enable/disable kernel modesetting"); 1acf5661 Max Staudt 2017-01-18 18 0a6659bd Gerd Hoffmann 2013-12-17 19 static bool enable_fbdev = true; 0a6659bd Gerd Hoffmann 2013-12-17 20 module_param_named(fbdev, enable_fbdev, bool, 0444); 0a6659bd Gerd Hoffmann 2013-12-17 21 MODULE_PARM_DESC(fbdev, "register fbdev device"); 0a6659bd Gerd Hoffmann 2013-12-17 22 0a6659bd Gerd Hoffmann...
2017 Dec 21
2
no display what can I try.
...F-8 >> keyboard-layouts=NONE ocs_live_run="ocs-live-general" >> ocs_live_extra_param="" ocs_live_batch=no vga=788 >> toram=filesystem.squashfs ip=dhcp net.ifnames=0 splash >> i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes >> vmwgfx.enable_fbdev=1 ocs_prerun="dhclient && mount -t nfs >> loki:/ifs/it/sysadmin/clonezilla /home/partimag" >> fetch=tftp://10.0.100.78/cz170220.x64/live/filesystem.squashfs > > For starters, the keyword "quiet" silences all messages from Syslinux > and the Linux ker...
2018 Dec 19
0
[PATCH 12/14] drm/bochs: switch to generic drm fbdev emulation
...static void bochs_unload(struct drm_device *dev) { struct bochs_device *bochs = dev->dev_private; - bochs_fbdev_fini(bochs); bochs_kms_fini(bochs); bochs_mm_fini(bochs); bochs_hw_fini(dev); @@ -58,9 +57,6 @@ static int bochs_load(struct drm_device *dev) if (ret) goto err; - if (enable_fbdev) - bochs_fbdev_init(bochs); - return 0; err: @@ -178,6 +174,7 @@ static int bochs_pci_probe(struct pci_dev *pdev, if (ret) goto err_unload; + drm_fbdev_generic_setup(dev, 32); return ret; err_unload: -- 2.9.3
2017 Dec 21
1
no display what can I try.
...cs_live_run="ocs-live-general" >> >> ocs_live_extra_param="" ocs_live_batch=no vga=788 >> >> toram=filesystem.squashfs ip=dhcp net.ifnames=0 splash >> >> i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes >> >> vmwgfx.enable_fbdev=1 ocs_prerun="dhclient && mount -t nfs >> >> loki:/ifs/it/sysadmin/clonezilla /home/partimag" >> >> fetch=tftp://10.0.100.78/cz170220.x64/live/filesystem.squashfs >> > >> > For starters, the keyword "quiet" silences all messages...
2017 Dec 20
0
no display what can I try.
...ect locales=en_US.UTF-8 > keyboard-layouts=NONE ocs_live_run="ocs-live-general" > ocs_live_extra_param="" ocs_live_batch=no vga=788 > toram=filesystem.squashfs ip=dhcp net.ifnames=0 splash > i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes > vmwgfx.enable_fbdev=1 ocs_prerun="dhclient && mount -t nfs > loki:/ifs/it/sysadmin/clonezilla /home/partimag" > fetch=tftp://10.0.100.78/cz170220.x64/live/filesystem.squashfs For starters, the keyword "quiet" silences all messages from Syslinux and the Linux kernel. Most initrds als...
2017 Dec 21
0
no display what can I try.
...d-layouts=NONE ocs_live_run="ocs-live-general" > >> ocs_live_extra_param="" ocs_live_batch=no vga=788 > >> toram=filesystem.squashfs ip=dhcp net.ifnames=0 splash > >> i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes > >> vmwgfx.enable_fbdev=1 ocs_prerun="dhclient && mount -t nfs > >> loki:/ifs/it/sysadmin/clonezilla /home/partimag" > >> fetch=tftp://10.0.100.78/cz170220.x64/live/filesystem.squashfs > > > > For starters, the keyword "quiet" silences all messages from Syslinux &g...
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