Displaying 20 results from an estimated 52 matches for "unsel".
Did you mean:
unset
2015 Dec 09
2
syslinux 6.03 bug related to rev shadow and scroll bar with vshift
I thought I've found three bugs on syslinux 6.03:
(1) With sample config file as is, i.e. leaving commented MENU VSHIFT
and MENU COLOR UNSEL but uncommented MENU COLOR SEL:
A black "border" is displayed below the selected line and on its right edge.
(2) Uncommenting MENU COLOR UNSEL:
This effect appears also on separators and on right edge on every
unselected lines.
(3) Uncommenting MENU VSHIFT line, unrelated to previous...
2015 Dec 10
0
syslinux 6.03 bug related to rev shadow and scroll bar with vshift
...c 9, 2015 at 1:07 PM, Emilio Lazo Zaia via Syslinux
<syslinux at zytor.com> wrote:
> I thought I've found three bugs on syslinux 6.03:
Just to be clear, is this only affecting vesamenu.c32?
> (1) With sample config file as is, i.e. leaving commented MENU VSHIFT and
> MENU COLOR UNSEL but uncommented MENU COLOR SEL:
>
> A black "border" is displayed below the selected line and on its right edge.
I'm not sure this is a bug but an intended effect since you're not
touching the shadowing. Try none.
> (2) Uncommenting MENU COLOR UNSEL:
>
> This eff...
2006 Sep 15
1
SYSLINUX 3.30 pre 8
Hi all
i have problems with MENU COLOR....
Default file :
#DEFAULT vesamenu.c32
DEFAULT menu.c32
# OPTIONS
ALLOWOPTIONS 0
PROMPT 0
# COLORS
MENU COLOR SCREEN 36;42 #80ffffff #00000000
MENU COLOR BORDER 30;41
MENU COLOR TITLE 1;35;41
MENU COLOR UNSEL 7;32;41
MENU COLOR HOTKEY 1;33;41
MENU COLOR sel 7;37;40
MENU COLOR Hotsel 7;37;40
MENU COLOR SCROLLBAR 32;41
MENU COLOR tabmsg 31;40
MENU COLOR cmdmark 1;36;40
MENU COLOR cmdline 37;40
MENU COLOR pwdborder 30;47
MENU COLOR pwdheader 31;47
MENU COLOR pwdentry 30;47
MENU COLOR timeout_msg 37;40
MENU...
2006 Sep 01
2
SYSLINUX 3.30-pre1 released
...:
menu color sel 0;7;37;40 #cf101010 #20ff8000
The current color names and defaults are currently as follows (from the
source code):
/*
* The color/attribute indexes (\1#XX) are as follows
*
* 00 - screen Rest of the screen
* 01 - border Border area
* 02 - title Title bar
* 03 - unsel Unselected menu item
* 04 - hotkey Unselected hotkey
* 05 - sel Selection bar
* 06 - hotsel Selected hotkey
* 07 - scrollbar Scroll bar
* 08 - tabmsg Press [Tab] message
* 09 - cmdmark Command line marker
* 10 - cmdline Command line
* 11 - pwdborder Password box border
* 12...
2012 Dec 06
4
problems with isolinux over serial console
...r of the labels are duplicated, and the
margin is pushed off towards the right:
http://dl.dropbox.com/u/59666947/isolinux.jpg
my config is:
--- cut ---
1. serial 0 115200
2. console 0
3.
4. menu color screen 0;0
5. menu color border 0;0
6. menu color title 0;0
7. menu color unsel 0;0
8. menu color hotkey 0;0
9. menu color sel 37;40
10. menu color disabled 0;0
11. menu color scrollbar 0;0
12. menu color tabmsg 0;0
13. menu color cmdmark 0;0
14. menu color cmdline 0;0
15. menu color pwdborder 0;0
16. menu color pwdheader 0;0
17. menu color pwdent...
2010 May 04
6
How to set a portrait mode screen using i915 driver?
I am trying to setup a portrait mode screen. I can see that in 3.85,
there is an enhancement which allows arbitrary resolutions
(http://git.kernel.org/?p=boot/syslinux/syslinux.git;a=commitdiff;h=5d4ade0221c2387345d0a82422866bb8b937cb09).
Can I use this new feature to achieve setting the portrait mode. What
is the syntax in the config file to set it? Also, is there any other
vesa driver
2013 Jun 26
2
Syslinux 6.00 released
...linux.org/wiki/index.php/Comboot/menu.c32
# menu color title 1;36;44 #00000000 #00000000 none
# unsichtbar
menu color border 0 #ffffffff #00000000
menu color sel 7 #ff000000 #ffffCA31
# schwarz auf braun
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
# menu color unsel 0 #ffffffff #00000000
menu color unsel 37;44 #ff60CA00 #00000000
# gr?n
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
# MENU COLOR HELP 7;32;41 #c0ff0000 #00000000 all
MENU COLOR HELP 7;32;41 #c0ff0000 #0000ff00 all
#
menu color timeout_msg 7;32;41 #f...
2011 Nov 19
2
extlinux from syslinux 4.04 failed hard after choosing bzImage.
...n
artefacts.
How I installed extlinux:
mkdir /boot/extlinux
extlinux --install /boot/extlinux
cp /usr/share/syslinux/menu.c32 /boot/extlinux/
and the config file /boot/extlinux/extlinux.conf:
TIMEOUT 30
UI menu.c32
MENU TITLE Boot Menu
MENU COLOR title 1;37;40
MENU COLOR border 30;40
MENU COLOR unsel 37;40
#title Gentoo bzImage-3.1.0
#kernel /bzImage-3.1.0 quiet rootfstype=ext4 luks enc_root=/dev/sda2 lvm
root=/dev/mapper/vg-rootfs
#initrd /initramfs.cpio.gz
LABEL Gentoo bzImage-3.1.0
KERNEL /bzImage-3.1.0
INITRD /initramfs.cpio.gz
APPEND quiet rootfstype=ext4 luks enc_root=/dev/sda2 lvm
ro...
2010 Aug 26
1
[Bug]: Extlinux needs 1 minute before boot menu is shown
...11
MENU HELPMSGROW 16
MENU HELPMSGENDROW 29
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31...
2013 Sep 06
1
5.10 regression (from 5.01) MENU INCLUDE broken.
...Regards,
> Ady.
OTOH, you could just change your initial INCLUDE, and use instead
CONFIG (only in the initial main cfg), leaving the rest as it was.
***
UI vesamenu.c32
MENU TITLE Multiboot USB
MENU BACKGROUND #00000000
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
LABEL -
MENU LABEL System Rescue CD 2.4.1
CONFIG sysrcd-2.4.1.conf
LABEL -
MENU LABEL System Rescue CD 3.7.1
CONFIG sysrcd-3.7.1.conf
LABEL -
MENU LABEL BackBox Linux 2.05 32bit
CONFIG backbox-2.05-32b...
2013 Jan 04
2
Syslinux 5.00 - Doesn't boot my system / Not passing the kernel options to the kernel?
...ux.c32", which was created by extlinux
--install...)
4) My /boot/syslinux/extlinux.conf looks like
# This configuration file was generated automatically by gen-extlinuxconf.
TIMEOUT 60
UI menu.c32
MENU TITLE Boot Menu
MENU COLOR title 1;37;40
MENU COLOR border 30;40
MENU COLOR unsel 37;40
LABEL kernel1_bzImage-latest
MENU LABEL Gentoo Linux Latest
LINUX /kernel-genkernel-x86_64-3.7.1
INITRD /initramfs-genkernel-x86_64-3.7.1
APPEND domdadm dolvm video=1024x768
crypt_root=UUID=6edcbea7-bb2c-4e22-9839-9f682f6fd51f
real_root=UUID=06e2ba17-c8...
2020 Apr 07
1
ISOLINUX stuck at boot menu. How do I debug ?
...8
#menu hidden
menu helpmsgrow 15
menu tabmsgrow 13
# Border Area
menu color border * #00000000 #00000000 none
# Selected item
menu color sel 0 #ffffffff #00000000 none
# Title bar
menu color title 0 #ff7ba3d0 #00000000 none
# Press [Tab] message
menu color tabmsg 0 #ff3a6496 #00000000 none
# Unselected menu item
menu color unsel 0 #84b8ffff #00000000 none
# Selected hotkey
menu color hotsel 0 #84b8ffff #00000000 none
# Unselected hotkey
menu color hotkey 0 #ffffffff #00000000 none
# Help text
menu color help 0 #ffffffff #00000000 none
# A scrollbar of some type? Not sure.
menu color scro...
2011 Jan 04
1
isolinux, extlinux and accented characters
Hello,
First of all, thanks very much for this piece of software, it's working
like a charm.
I'm using it to boot a Linux distro I'm working on.
What I want to deal with is the display of accented characters in ISOLINUX.
First, I set EXTLINUX up to boot an ext2-formatted USB stick. No problem
so far.
I wrote a config file ordering to load a font (lat-9w) to display french
2013 Jun 25
8
Syslinux 6.00 released
On Tue, 25 Jun, at 01:09:47PM, H. Peter Anvin wrote:
> Not really... let's just document "make bios".
There's preliminary documentation in doc/building.txt.
--
Matt Fleming, Intel Open Source Technology Center
2016 Jun 15
2
PXELINUX 6.03 / vesamenu.c32 hang
...0 none
MENU COLOR PWDENTRY 37;41 #ffffffff #ff7f0000 none
MENU COLOR TITLE 37;44 #ffffffff #ff00007f
MENU COLOR TIMEOUT 37;44 #ffffffff #ff00007f none
MENU COLOR TIMEOUT_MSG 37;44 #ffffffff #ff00007f none
MENU COLOR UNSEL 37;44 #ffffffff #ff00007f none
MENU COLOR SCROLLBAR 37;44 #ffffffff #ff00007f
MENU TITLE PXE Boot Menu
#---
LABEL wds
MENU LABEL Windows Deployment Services
MENU PASSWD [redacted]
KERNEL pxeboot.0
#---
LABEL memtest
MENU LABEL memtest86+ v4.20
KERNEL memtest...
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
...eground background shadow
# #AARRGGBB #AARRGGBB none, std, all,
or rev
menu color screen 37;40 #ffffffff #00000000 none
menu color border 30;40 #00000000 #00000000 none
menu color title 1;36;40 #c00090f0 #00000000 none
menu color unsel 37;40 #90ffffff #00000000 none
menu color hotkey 1;37;40 #ffffffff #00000000 none
menu color sel 30;47 #ff00ff00 #00000000 none
menu color hotsel 1;7;30;47 #ffffffff #20ff8000 none
menu color scrollbar 30;40 #40000000 #00000000 none
menu...
2016 Jul 07
3
no boot, no message
...ROWS 5
MENU VSHIFT 10
MENU TIMEOUTROW 13
MENU TABMSGROW 11
MENU CMDLINEROW 11
MENU HELPMSGROW 16
MENU HELPMSGENDROW 29
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU COLOR title 1;36;44 #9033ccff #a0000000 std
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30f...
2009 Apr 04
1
Locally attached disk is seen, 40 gig PATA in USB enclosure is not.
...linux/general.msg
F4 /boot/extlinux/param.msg
F5 /boot/extlinux/rescue.msg
menu title Kit
menu background /boot/extlinux/splash.jpg
menu color border 0 #ffffffff #00000000
menu color sel 7 #ffffffff #ff000000
menu color title 0 #ffffffff #00000000
menu color tabmsg 0 #ffffffff #00000000
menu color unsel 0 #ffffffff #00000000
menu color hotsel 0 #ff000000 #ffffffff
menu color hotkey 7 #ffffffff #ff000000
menu color scrollbar 0 #ffffffff #00000000
LABEL ins-F10
MENU LABEL ^Install Fedora-10 or Upgrade an existing system
SAY Booting the installation DVD for Fedora Ten
KERNEL /boot/Fedora...
2013 Mar 05
0
pxelinux.0 doesn't provide downloading progress from images
...MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben:
#MENU AUTOBOOT Auswahl startet in # Sekunden
menu color border 0 #ffffffff #ee000000 std
menu color title 0 #ffffffff #ee000000 std
menu color sel 0 #ffffffff #00dddddd std
menu color unsel 0 #ffffffff #ee000000 std
menu color pwdheader 0 #ff000000 #99ffffff rev
menu color pwdborder 0 #ff000000 #99ffffff rev
menu color pwdentry 0 #ff000000 #99ffffff rev
menu color hotkey 0 #ff00ff00 #ee000000 std
menu color hotsel 0 #ffffffff #85000000 std...
2014 Dec 03
0
vesamenu back to text before booting
On Dec 3, 2014 3:54 AM, "Thorsten Glaser" <t.glaser at tarent.de> wrote:
>
> On Tue, 2 Dec 2014, H. Peter Anvin wrote:
>
> > This is the default unless the "quiet" option is set.
>
> Hmm.
> It does not switch back to text mode when chaining to
> https://www.mirbsd.org/MirOS/current/i386/boot renamed
> to "pxebsd.0" (used to be