!!###################################################################### !! !! Xresources !! !! Common Desktop Environment !! !! Configuration file for the Login Manager !! !! (c) Copyright 1993, 1994 Hewlett-Packard Company !! (c) Copyright 1993, 1994 International Business Machines Corp. !! (c) Copyright 1993, 1994 Sun Microsystems, Inc. !! (c) Copyright 1993, 1994 Novell, Inc. !! !! ************** DO NOT EDIT THIS FILE ************** !! !! /usr/dt/config/Xresources is a factory-default file and will !! be unconditionally overwritten upon subsequent installation. !! Before making changes to the file, copy it to the configuration !! directory, /etc/dt/config. You must also update the resources !! resource in /etc/dt/config/Xconfig. !! !! $Revision: 1.21 $ !! !!###################################################################### !! !! !! This file contains appearance and behaviour resources for the Dtlogin !! login screen. These are designed to be read into the root window !! property via the 'xrdb' program. Dtlogin will do this automatically !! after the server is reset and will remove them before the session !! starts. !! !! Dtlogin contains internal default values for all resources. To !! override a default value, uncomment the appropriate line below and !! supply the desired value. !! !! Customization hints are included at the end of this file. !! !! !!###################################################################### !! !! Motif visuals !! *XmCascadeButton*shadowThickness: 1 *XmDrawnButton*shadowThickness: 1 *XmPushButton*shadowThickness: 1 *XmPushButtonGadget*shadowThickness: 1 *XmText*shadowThickness: 1 *XmTextField*shadowThickness: 1 *enableButtonTab: True *enableDefaultButton: True *enableEtchedInMenu: True *enableMenuInCascade: True *enableMultiKeyBindings: True *enableToggleColor: True *enableToggleVisual: True *highlightThickness: 1 !!###################################################################### !! !! COLORS !! !!#a8a8a8 = lightgray !!#7e7e7e = gray (darker shade) !!#ef506f = burgundy !! !! Dtlogin*foreground: black #ifdef COLOR !! Dtlogin*background:#a8a8a8 !! Dtlogin*highlightColor:#ef506f !! Dtlogin*logo*Background:#ef506f #else !! Dtlogin*background: white #endif !!###################################################################### !! !! FONTS !! !! labelFont button and label text !! textFont help and error dialog text !! #if WIDTH < 1024 Dtlogin*labelFont: -dt-interface system-medium-r-normal-s*-*-*-*-*-*-*-*-*: Dtlogin*textFont: -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*: Dtlogin*greeting.fontList: -dt-interface system-medium-r-normal-xl*-*-*-*-*-*-*-*-*: #else Dtlogin*labelFont: -dt-interface system-medium-r-normal-l*-*-*-*-*-*-*-*-*: Dtlogin*textFont: -dt-interface user-medium-r-normal-l*-*-*-*-*-*-*-*-*: Dtlogin*greeting.fontList: -dt-interface system-medium-r-normal-xxl*-*-*-*-*-*-*-*-*: #endif !!###################################################################### !! !! CURSOR !! !! False = The MIT "X" cursor (default) !! True = The left pointer cursor Dtlogin*workspaceCursor: True !!###################################################################### !! !! GREETING !! !! Dtlogin*greeting.foreground: black !! Dtlogin*greeting.background:#a8a8a8 !! Dtlogin*greeting.labelString: Welcome to %LocalHost% !! Dtlogin*greeting.persLabelString: Welcome %s !! Dtlogin*greeting.alignment: ALIGNMENT_CENTER !!###################################################################### !! !! Size of Text Input Area !! Dtlogin*login_text.columns: 20 Dtlogin*passwd_text.columns: 20 !!###################################################################### !! !! MISC !! !! Dtlogin*logo*bitmapFile: < bitmap or pixmap file > Dtlogin*preeditType: !!###################################################################### !! !! LANGUAGE LIST COMMAND !! !! The Dtlogin*languageListCmd is used to generate the list of !! languages available on the login screen. The Dtlogin*languageList !! resource takes precidence over this resource. !! Dtlogin*languageListCmd: /usr/dt/bin/dtlslocale #undef C !!###################################################################### !! !! LANGUAGE MENU NAME MAPPINGS !! !! Dtlogin*Fr_FR.languageName: French !! Dtlogin*pt_PT.languageName: Portuguese - ISO8859-1 !! !!###################################################################### !! !! DESKTOP SESSIONS !! !! name = The name of the desktop to be displayed !! key = keyword for saving the last desktop choosen !! run = program to run to activate desktop !! note: If the program to run does not exist then that desktop option !! will not be displayed. Only 5 alternate desktops are supported. Dtlogin*altDt0_name: Gnome Dtlogin*altDt0_key: gnome Dtlogin*altDt0_run: /usr/bin/gnome-session Dtlogin*altDt1_name: KDE Dtlogin*altDt1_key: kde Dtlogin*altDt1_run: /usr/bin/startkde !!###################################################################### !! !! CHOOSER !! dtchooser*chlistFont: -dt-interface user-medium-r-normal-s*-*-*-*-*-*-*-*-*: dtchooser*visibleItemCount: 10 !!**************************************************************************** !! !! CUSTOMIZATION HINTS !! !! !! The login screen was designed to be easy to customize for a variety of !! attributes. These include... !! !! 1. custom logo bitmap !! 2. custom greeting message !! 3. colors !! 4. fonts !! !! Users may replace the default logo with a custom one of their choice. !! !! Colors and fonts can be changed using the standard Motif resources for !! the appropriate widget and/or class.