# /etc/wdm.conf # configuration file for ConfigureWDM # display background image SHOW_BACKGROUND=1 # '1' display the BACKGROUND_IMAGE specified below # '0' display no background BACKGROUND_IMAGE="Earth.jpg" # display logo image SHOW_LOGO=1 # '1' displays the LOGO_IMAGE specified below # '0' display no LOGO_IMAGE LOGO_IMAGE="Tux-Mex.jpg" # Directory of background and logo images GFX_DIR="/usr/share/wdm/pixmaps" # '1' displays the xconsole during login SHOW_XCONSOLE=0 # Shutdown and Reboot commands SHUTDOWN_COMMAND=/sbin/poweroff REBOOT_COMMAND=/sbin/reboot # Use quotes if there are spaces in the command line. # "/sbin/shutdown -t3 -h now" # Security Access SECURITY_LEVEL=3 # Controls access to shutdown, reboot or ExitLogin # '1' allows any user to do so with no password # '2' requires normal users to give a password # '3' allows acces only to the root user, with password # Menu Display SHOW_USER_XINITRC=1 # Setting this creates a menu entry which runs the # users $HOME/.xinitrc, if found at runtime. SHOW_GLOBAL_XINITRC=1 # Setting this creates a menu entry which runs the # system default /etc/X11/xinit/xinitrc, but only if # the file is present when ConfigureWDM is run. PREFER_WM_XINITRC=1 # Setting this to '1' makes WDM use the standard xinitrc file # for each window manager in /etc/X11/xinit, if available. # Otherwise, wdm runs the window manager directly. # If you make changes to the global *.xinitrc files and want # them to apply, use '1' here