summaryrefslogtreecommitdiffstats
path: root/theming/openslx/displaymanager
Commit message (Collapse)AuthorAgeFilesLines
* typo :(Michael Janczyk2007-09-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 1337++ commit ;) The new Design rev:1337 was optimized so that that the themes have even more in common. Here an example file for PXE: DEFAULT vesamenu.c32 MENU BACKGROUND openslx.png PROMPT 0 NOESCAPE 1 TIMEOUT 600 TOTALTIMEOUT 3000 MENU WIDTH 78 MENU MARGIN 9 MENU PASSWORDMARGIN 9 MENU ROWS 12 MENU TABMSGROW 18 MENU CMDLINEROW 18 MENU ENDROW -1 MENU PASSWORDROW 18 MENU TIMEOUTROW 18 MENU HELPMSGROW 18 MENU HELPMSGENDROW -1 MENU HSHIFT 0 MENU VSHIFT 5 menu color screen 37;40 #80ffffff #00000000 std menu color border 37;40 #40000000 #ff8093a1 std menu color title 1;37;40 #ffff8b00 #ff8093a1 std menu color unsel 37;40 #fff0f0f0 #ff8093a1 std menu color hotkey 1;37;40 #ffff8b00 #ff8093a1 std menu color sel 7;37;40 #ff1c2a33 #667799bb all menu color hotsel 1;7;37;40 #ffff8b00 #667799bb all menu color scrollbar 37;40 #40000000 #ee000000 std menu color tabmsg 37;40 #ffff8b00 #ff8093a1 std menu color cmdmark 1;37;40 #ffff8b00 #ff8093a1 std menu color cmdline 37;40 #fff0f0f0 #ff8093a1 std menu color pwdborder 37;40 #40000000 #ff8093a1 std menu color pwdheader 37;40 #ffff8b00 #ff8093a1 std menu color pwdentry 37;40 #ffff8b00 #ff8093a1 std menu color timeout_msg 37;40 #ff1c2a33 #00000000 none menu color timeout 1;37;40 #ffff8b00 #00000000 std menu color help 37;40 #ff1c2a33 #00000000 none menu color msg07 37;40 #90ffffff #00000000 std MENU MASTER PASSWD secret MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben: MENU AUTOBOOT Auswahl startet in # Sekunden MENU TITLE OpenSLX - Hauptmenue ##### LABEL Bitte waehlen Sie ueber die Pfeiltasten aus: KERNEL vesamenu.c32 APPEND pxelinux.cfg/default LABEL ________________________________________________________ KERNEL vesamenu.c32 APPEND pxelinux.cfg/default ##### #LABEL default # Starte Namen Reihe 27 # MENU LABEL ^Computer ausschalten # MENU DEFAULT # KERNEL 132.230.4.1::/atxoff.com # ##### LABEL KERNEL 132.230.4.1::/vesamenu.c32 APPEND 132.230.4.1::/pxelinux.cfg/default ##### LABEL openslx-suse-10.2-main:nfs MENU DEFAULT MENU LABEL ^SUSE-10.2-main nfs KERNEL suse-10.2-main/vmlinuz-2.6.18.8-0.5-default APPEND initrd=suse-10.2-main/initramfs-1 vga=791 debug=0 IPAPPEND 1 LABEL openslx-suse-10.2-main:sqfs-nbd MENU LABEL SUSE-10.2-main sqfs-^nbd TEXT HELP # Bereich: Reihe 10 - 69 Hier kann ein Hilfeintrag stehen welcher z.B. die Besonder- heit einer Umgebung beschreibt. Es sind mehrere Zeilen moeglich (6). Bitte Bereich Reihe 10 - 69 verwenden. Zeilen: 5 Zeilenende> 6 ENDTEXT KERNEL suse-10.2-main/vmlinuz-2.6.18.8-0.5-default APPEND initrd=suse-10.2-main/initramfs-2 vga=791 debug=0 IPAPPEND 1 ##### LABEL ________________________________________________________ KERNEL vesamenu.c32 APPEND pxelinux.cfg/default LABEL Weiterfuehrende Menues: LABEL KERNEL vesamenu.c32 APPEND pxelinux.cfg/default ##### LABEL hauptmenuu MENU LABEL SLX ^Hauptmenue KERNEL vesamenu.c32 APPEND pxelinux.cfg/someotherconf ##### LABEL ________________________________________________________ KERNEL vesamenu.c32 APPEND pxelinux.cfg/default ##### LABEL hilfe MENU LABEL Hilfe : ^H + Enter | Auswahl ueber Pfeiltasten + Enter KERNEL vesamenu.c32 APPEND pxe/pxelinux.cfg/default git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1338 95ad53e4-c205-0410-b2fa-d234c58c8868
* minor theme modificationsMichael Janczyk2007-09-116-8/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1337 95ad53e4-c205-0410-b2fa-d234c58c8868
* removed old theming, added new. the old one isn't usable anymore. in the new ↵Michael Janczyk2007-09-101-0/+0
| | | | | | only the dirs are cleaned up. first commit. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1334 95ad53e4-c205-0410-b2fa-d234c58c8868
* Design example for KDM/GDM, only tested for SUSE10.2 KDM. Desingn stolen ↵Michael Janczyk2007-09-0415-0/+202
| | | | | | | | | | | | | | | | | | | from kdelook.org 'daemonic-smegma_1.0' theme. Images, background and one logo changed. A few modifications in the config file (color and geometry). To test, copy somewhere into (e.g) initrd-stuff/usr/share/themes/kdm/ and recreate initrd. Boot in debug=3 then: --- cp -a /usr/share/themes/kdm/* /mnt/var/lib/openslx/themes/displaymanager --- alter the kdmrc: --- vi /mnt/etc/opt/kde3/share/config/kdm/kdmrc --- change UseTheme=false to 'true'. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1333 95ad53e4-c205-0410-b2fa-d234c58c8868
* Moved older (opendiskless) themes design to new folder (opendl) ...Dirk von Suchodoletz2007-02-278-282/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@731 95ad53e4-c205-0410-b2fa-d234c58c8868
* runvmware xdialog write to stdout. kdmrc template established +Michael Janczyk2006-12-121-5/+0Star
| | | | | | | | adaptations for new kdmrc template. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@531 95ad53e4-c205-0410-b2fa-d234c58c8868
* Just to ensure integrity (old boot.local via dhcp-variable will beMichael Janczyk2006-11-071-1/+1
| | | | | | | | deprecated soon) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@503 95ad53e4-c205-0410-b2fa-d234c58c8868
* Updated scripts for new path scheme (''opt'' prefix, seeDirk von Suchodoletz2006-09-188-0/+287
BootRootVerzeichnisse too), renamed a subdirectory in theming for convenience ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@379 95ad53e4-c205-0410-b2fa-d234c58c8868