Displaying 20 results from an estimated 37 matches for "hotsel".
Did you mean:
hotel
2006 Sep 01
2
SYSLINUX 3.30-pre1 released
...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 - pwdheader Password box header
* 13 - pwdentry Password box contents
* 14 - timeout_msg Timeout...
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
2020 Apr 07
1
ISOLINUX stuck at boot menu. How do I debug ?
...00 #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 scrollbar 0 #ffffffff #ff355594 none
# Timeout msg
menu color timeout 0 #ffffffff #00000000 none
me...
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
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
...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 color tabmsg 31;40 #90ffff00 #00000000 none
menu color cmdmark 1;36;40 #c000ffff #00000000 none
menu color cmdline 37;40 #c0ffffff #00000000 none
menu col...
2009 Apr 04
1
Locally attached disk is seen, 40 gig PATA in USB enclosure is not.
...am.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-10/isolinux/vmlinuz
APPEND initrd=/...
2009 Apr 24
1
MENU not having to press <ENTER> key?
...0 #00000000 none
menu color sel 7;37 #ff0000ff #00000000 none
menu color border 30;44 #00000000 #00000000 none
menu color pwdheader 31;47 #ff0000ff #ffffffff none
menu color hotkey 35;40 #bb9999aa #00000000 none
menu color hotsel 35;40 #bb9999aa #00000000 none
menu color timeout_msg 35;40 #ff0000ff #ffffffff none
menu color timeout 31;47 #ff0000ff #ffffffff none
DEFAULT 0
prompt 1
noescape 1
allowoptions 0
timeout 300
default com32/vesamenu.c32
LABEL 0
menu label ^0 Bo...
2006 Sep 15
1
SYSLINUX 3.30 pre 8
...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 COLOR timeout 37;40
MENU TITLE Boot menu with pxelinux
#MENU BACKGROUND...
2013 Mar 05
0
pxelinux.0 doesn't provide downloading progress from images
...ddd 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
LABEL ghostgethap1
MENU LABEL Ghost HA-Pool 1
kernel http://***.***.***.187/memdisk
initrd
http://***.***.***.187/GHOST/Hagen/Windows/7pe_ghost.iso
APPEND iso
GHOST_OPTIONS='-clone,MODE=restore...
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
2012 Apr 05
1
PXE Menu Not Working
...timeout 600
display boot.msg
menu title Welcome to the incNETWORKS RHEL5/6 PXEBOOT Server!
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 -
menu label 32-Bit Installs:
menu disable
label rhel5host32
menu label RHEL 5.8 Host Install
menu indent 3
kernel /var/lib/tftpboot/bootImages/vm...
2009 Mar 19
0
Full config file with Timeout issue
...reen 37;40 #80ffffff #00000000
menu color border 30;44 #40000000 #00000000
menu color title 1;33;44 #c0fdd017 #00000000
menu color unsel 37;44 #90ffffff #00000000
menu color hotkey 1;37;44 #ffffffff #00000000
menu color sel 7;37;40 #e0000000 #20ff8000
menu color hotsel 1;7;37;40 #e0400000 #20ff8000
menu color scrollbar 30;44 #40000000 #00000000
menu color tabmsg 31;40 #90ffff00 #00000000
menu color cmdmark 1;36;40 #c000ffff #00000000
menu color cmdline 37;40 #c0ffffff #00000000
menu color pwdborder 30;47 #80ffffff #20ffffff
menu color pwdh...
2013 Jun 26
2
Syslinux 6.00 released
...000 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 #ffffffff #ffffCA31
menu color timeout 7;32;41 #ffffffff #ffffCA31
# brauner Hintergrund
men...
2020 Oct 16
2
Customized theme for Syslinux.cfg
...300
ui vesamenu.c32
menu color screen 0 #ff808080 #ff000000 none
menu color border 0 #ff000000 #ff000000 none
menu color title 0 #ff808080 #ff000000 none
menu color unsel 0 #ff808080 #ff000000 none
menu color hotkey 0 #ff808080 #ff000000 none
menu color sel 0 #ffffffff #ff000000 none
menu color hotsel 0 #ff808080 #ff000000 none
menu color disabled 0 #ff808080 #ff000000 none
menu color scrollbar 0 #ff808080 #ff000000 none
menu color tabmsg 0 #ff808080 #ff000000 none
menu color cmdmark 0 #ff808080 #ff000000 none
menu color cmdline 0 #ff808080 #ff000000 none
menu color pwdborder 0 #ff808080 #ff0000...
2006 Sep 23
5
SYSLINUX 3.31-pre4 is release candidate
I have decided to promote SYSLINUX 3.31-pre4 to release candidate
status. If it tests out OK, it will become 3.31 some time next week,
probably.
-hpa
2017 Aug 15
2
Dualhead issue
Hi,
my primary monitor is a LCD HDMI2 and the secondary monitor is a CRT
VGA1. The CRT monitor is only turned on on demand, but always connected
by VGA.
The BIOS is shown on both monitors, but the syslinux menu only on the
CRT, as long as the CRT is connected by VGA. Even if it's turned off,
the syslinux menu isn't shown on the LCD connected by HDMI.
[root at archlinux ~]# pacman -Q
2008 Feb 13
1
menu.c32 empty label?
The attached config works, but gives 2 error messages that get covered
up by the GUI screen so fast I cannot read them. I think they are
probably about having 'LABEL' with nothing after it. I was trying to
follow the example in menu.doc but somehow I'm doing it wrong. Please
consider helping me figure out how to get the same resulting GUI menu
without any error messages.
I am using
2006 Sep 26
1
SYSLINUX 3.31 released
I have just released SYSLINUX 3.31. It is functionally identical to
SYSLINUX 3.31-pre4.
Changes in 3.31:
* The simple menu system (menu.c32 and vesamenu.c32) now
support loading more than one configuration file at a time,
using MENU INCLUDE or by specifying multiple filenames.
* The MENU COLOR statement can now control the shadowing mode.
Changes in
2013 Jun 30
1
Editing the boot prompt
...is my whole Syslinux.cfg file:
default /syslinux/vesamenu.c32
prompt 0
timeout 00
menu hshift 15
menu width 49
menu title Boot menu
menu background /syslinux/splash.png
menu color title * #FFFFFFFF *
menu color border * #00000000 #00000000 none
menu color sel * #ffffffff #76a1d0ff *
menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
menu color tabmsg * #ffffffff #00000000 *
menu color help 37;40 #ffdddd00 #00000000 none
menu vshift 17
menu rows 10
menu helpmsgrow 15
# The command line must be at least one line from the bottom.
menu cmdlinerow 16
menu timeoutrow 16
menu tabmsgrow 18
menu tabmsg...
2020 Oct 16
0
Customized theme for Syslinux.cfg
...300
ui vesamenu.c32
menu color screen 0 #ff808080 #ff000000 none
menu color border 0 #ff000000 #ff000000 none
menu color title 0 #ff808080 #ff000000 none
menu color unsel 0 #ff808080 #ff000000 none
menu color hotkey 0 #ff808080 #ff000000 none
menu color sel 0 #ffffffff #ff000000 none
menu color hotsel 0 #ff808080 #ff000000 none
menu color disabled 0 #ff808080 #ff000000 none
menu color scrollbar 0 #ff808080 #ff000000 none
menu color tabmsg 0 #ff808080 #ff000000 none
menu color cmdmark 0 #ff808080 #ff000000 none
menu color cmdline 0 #ff808080 #ff000000 none
menu color pwdborder 0 #ff808080 #ff0000...