search for: ywrap

Displaying 20 results from an estimated 24 matches for "ywrap".

Did you mean: wrap
2017 Dec 10
3
Can USBstikA boot USBstkB ?!
...d02799a ro single where AFAIK "ro single" gives me recovery-mode and ROOT permission; where the single VT-mode allows me to set some env. & call `startx`. I must have root-permission, since this Deb7 crap doesn't know 'sudo'. The final goal will be using "video=vesa:ywrap,mtrr vga=788" in isolinux; since these parameters are the only known way to get the important app to use proper <font sizes>. When the good fonts show [only acheivable by booting DVD-rescue] `cat /proc/cmdline` shows:--- 'video=vesa:ywrap,mtrr vga=788 initrd=/install.386/gtk/ini...
2017 Dec 10
0
Can USBstikA boot USBstkB ?!
...where AFAIK "ro single" gives me recovery-mode and ROOT permission; > where the single VT-mode allows me to set some env. & call `startx`. > I must have root-permission, since this Deb7 crap doesn't know 'sudo'. > > The final goal will be using "video=vesa:ywrap,mtrr vga=788" > in isolinux; since these parameters are the only known way to get > the important app to use proper <font sizes>. > > When the good fonts show [only acheivable by booting DVD-rescue] > `cat /proc/cmdline` shows:--- > 'video=vesa:ywrap,mtrr vga=78...
2017 Dec 02
2
Can USBstikA boot USBstkB ?!
...CIAL/SUBTLE REQUIREMENTS: An important app on USBstikB:Partn3 only renders correct FontSize, when booted from deb7DVD:GraphicalRescueMode; and via the ash shell: mount <USBstik:Partn3> ; cd <dir> ; ./<Launch App> shows the good FontSize and cat /proc/cmdline: shows video=vesa:ywrap,mtrr vga=788 initrd=/install.386/gtk/initrd.gz rescue/enable=true -- quiet BOOT_IMAGE=/install.386/vmlinuz where: the <kernel> & initrd are confirmed to be on the DVD and IMPORTANTLY "video=vesa:ywrap,mtrr vga=788" is the secret to setting the fontSize; which I can't s...
2024 Sep 26
1
[PATCH v5 79/80] drm/omapdrm: Remove struct drm_fb_helper from struct omap_fbdev.
...nen at ideasonboard.com> > Acked-by: Javier Martinez Canillas <javierm at redhat.com> > --- > drivers/gpu/drm/omapdrm/omap_drv.h | 3 ++ > drivers/gpu/drm/omapdrm/omap_fbdev.c | 42 +++++++++++++++------------- > 2 files changed, 26 insertions(+), 19 deletions(-) The ywrap seems to be broken, but it's broken without this series too. With some quick hacks I managed to get the omapdrm's panning function called, and it works the same way with or without this series. Tested on DRA76 EVM. Reviewed-by: Tomi Valkeinen <tomi.valkeinen at ideasonboard.com>...
2013 Jun 30
1
Editing the boot prompt
....gz rescue/enable=true vga=normal quiet label auto menu label Text Auto kernel /install/vmlinuz append initrd=/install/initrd.gz auto=true priority=critical vga=normal quiet label installgui menu label GUI Install kernel /install/gtk/vmlinuz append initrd=/install/gtk/initrd.gz video=vesa:ywrap,mtrr vga=788 quiet label expertgui menu label GUI Expert kernel /install/gtk/vmlinuz append initrd=/install/gtk/initrd.gz priority=low video=vesa:ywrap,mtrr vga=788 label rescuegui menu label GUI Rescue kernel /install/gtk/vmlinuz append initrd=/install/gtk/initrd.gz rescue/enable=true...
2013 Jun 30
4
Editing the boot prompt
Hi there!! I has been modified the syslinux.cfg file according to the rules to add some boot parameters but since this modification, every time I that I highlight the modified entry in the boot menu and hit the TAB button on my keyboard, the entry's boot parameters is displayed twice and when I try to "backspace" them out, the line again get displayed twice and so on. So my
2002 Oct 03
2
maximum number of characters in APPEND
...bel. I am using the following options: append initrd=initrd.gz load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=10000 rw root=/dev/ram0 video=matrox:off video=aty128fb:off video=atyfb:off video=radeon:off video=rivafb:off video=sisfb:off video=hgafb:off video=tridentfb:off video=vesa:on video=vesa:ywrap,mtrr vga=0x312 LABEL=MoviX and the system does not know the variable LABEL after the boot. I tried to put the option "LABEL=MoviX" closer to "append" and that way it works, so something strage is happening... Thanks, Roberto De Leo _________________________________________...
2020 Oct 29
4
[PATCH 1/3] fbcon: Disable accelerated scrolling
...-1961,45 +1963,15 @@ static void updatescrollmode(struct fbcon_display *p, { struct fbcon_ops *ops = info->fbcon_par; int fh = vc->vc_font.height; - int cap = info->flags; - u16 t = 0; - int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep, - info->fix.xpanstep); - int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); int yres = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, info->var.xres_virtual); - int good_pan = (cap & FBINFO_HWACCEL_YPAN) &&...
2020 Oct 28
0
[PATCH] fbcon: Disable accelerated scrolling
...gt; int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, > info->var.xres_virtual); > - int good_pan = (cap & FBINFO_HWACCEL_YPAN) && > - divides(ypan, vc->vc_font.height) && vyres > yres; > - int good_wrap = (cap & FBINFO_HWACCEL_YWRAP) && > - divides(ywrap, vc->vc_font.height) && > - divides(vc->vc_font.height, vyres) && > - divides(vc->vc_font.height, yres); > - int reading_fast = cap & FBINFO_READS_FAST; > - int fast_copyarea = (cap & FBINFO_HWACCEL_COPYAREA) &&amp...
2017 Nov 14
1
Booting USBdeviceB [as root} from USBdeviceA:booter ?
...stolen. Neither gnome nor Xcfe allow changing the 13786x786 resolution, altho' M$ 8.1 does, so it's not a hardware limiation. >From eg. /mnt/sr0/isolinux/rqgtk.cfg == label rescuegui menu label Graphical rescue mode kernel /install.386/vmlinuz append video=vesa:ywrap,mtrr vga=788 initrd=/install.386/gtk/ initrd.gz rescue/enable=true -- quiet it seems that the vital parameters which give the good <font size> are: "video=vesa:ywrap,mtrr vga=788" On the DVD, /mnt/sr0/install.386 looks like:- |-- gtk | |-- initrd.gz | |-- install.bat...
2020 Oct 28
8
[PATCH] fbcon: Disable accelerated scrolling
...es, info->var.xres); int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, info->var.xres_virtual); - int good_pan = (cap & FBINFO_HWACCEL_YPAN) && - divides(ypan, vc->vc_font.height) && vyres > yres; - int good_wrap = (cap & FBINFO_HWACCEL_YWRAP) && - divides(ywrap, vc->vc_font.height) && - divides(vc->vc_font.height, vyres) && - divides(vc->vc_font.height, yres); - int reading_fast = cap & FBINFO_READS_FAST; - int fast_copyarea = (cap & FBINFO_HWACCEL_COPYAREA) && - !(cap & FBINFO_H...
2005 Nov 04
3
pxelinux menu questions
Hello all, I have a few questions about the menuing system that I haven't been able to find in the archives (it would be nice if they were available in a searchable form other than having to click on a month-by month basis and read through them - if they are searchable I would love to find a way to do this but it hasn't jumped out at me). My first question is : What is menu.c32? I
2020 Oct 29
0
[PATCH] fbcon: Disable accelerated scrolling
...-1961,45 +1962,15 @@ static void updatescrollmode(struct fbcon_display *p, { struct fbcon_ops *ops = info->fbcon_par; int fh = vc->vc_font.height; - int cap = info->flags; - u16 t = 0; - int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep, - info->fix.xpanstep); - int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); int yres = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, info->var.xres_virtual); - int good_pan = (cap & FBINFO_HWACCEL_YPAN) &&...
2020 Oct 31
2
[PATCH] fbcon: Disable accelerated scrolling
...atescrollmode(struct fbcon_display *p, > { > struct fbcon_ops *ops = info->fbcon_par; > int fh = vc->vc_font.height; > - int cap = info->flags; > - u16 t = 0; > - int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep, > - info->fix.xpanstep); > - int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); > int yres = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); > int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, > info->var.xres_virtual); > - int good_pan = (cap & FBINFO_HWACCEL...
2020 Oct 31
0
[PATCH] fbcon: Disable accelerated scrolling
...info->fbcon_par; > > int fh = vc->vc_font.height; > > - int cap = info->flags; > > - u16 t = 0; > > - int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep, > > - info->fix.xpanstep); > > - int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t); > > int yres = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres); > > int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, > > info->var.xres_virtua...
2020 Oct 28
1
[PATCH] fbcon: Disable accelerated scrolling
...irtual, > > info->var.xres_virtual); > > - int good_pan = (cap & FBINFO_HWACCEL_YPAN) && > > - divides(ypan, vc->vc_font.height) && vyres > yres; > > - int good_wrap = (cap & FBINFO_HWACCEL_YWRAP) && > > - divides(ywrap, vc->vc_font.height) && > > - divides(vc->vc_font.height, vyres) && > > - divides(vc->vc_font.height, yres); > > - int reading_fast = cap & FBINFO_READS_FAST; > > -...
2012 May 03
1
plash screen stop displayed when starting linux
...inux.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.
2012 Apr 07
3
xenstored cannot start
...el can boot without any problem in native mode. But when boot in Xen mode, I cannot start the xenstored service. This is my grub config file: title Gentoo x64 kernel-3.2.11-gentoo root (hd0,2) kernel /boot/kernel-3.2.11-gentoo root=UUID=38213e99-588e-4a7d-a215-8835f7afb1c4\ video=vesafb:mtrr:3,ywrap vga=0x317 initrd /boot/initramfs.gz title Gentoo x64 kernel-3.2.11-gentoo-xen root (hd0,2) kernel /boot/xen.gz module /boot/kernel-3.2.11-gentoo softlevel=xen root=UUID=38213e99-588e-4a7d-a215-8835f7afb1c4 vga=0x317 module /boot/initramfs.gz And I post my kernel config (only xen related) file at...
2020 Oct 28
0
[PATCH] fbcon: Disable accelerated scrolling
...gt; int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual, > info->var.xres_virtual); > - int good_pan = (cap & FBINFO_HWACCEL_YPAN) && > - divides(ypan, vc->vc_font.height) && vyres > yres; > - int good_wrap = (cap & FBINFO_HWACCEL_YWRAP) && > - divides(ywrap, vc->vc_font.height) && > - divides(vc->vc_font.height, vyres) && > - divides(vc->vc_font.height, yres); > - int reading_fast = cap & FBINFO_READS_FAST; > - int fast_copyarea = (cap & FBINFO_HWACCEL_COPYAREA) &&amp...
2005 Nov 03
2
simple menu limitations
I am using the following simple menu and have noticed that items at the bottom are dropping off. I seem to be limited to 12 items. Is there a limit to how many items can be on the simple menu? default pxelinux.cfg/menu.c32 prompt 0 MENU TITLE UWSP PXE Boot Menu # TIMEOUT 200 LABEL bartpe MENU LABEL Build 12 KERNEL /STARTROM.0 APPEND keeppxe LABEL 11dnet MENU LABEL Build 11DNET beta