Magellan Linux

Diff of /trunk/magellan-initscripts/etc/X11/startxdm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 112 by niro, Fri Dec 31 18:46:13 2004 UTC revision 113 by niro, Sat Jul 2 17:08:33 2005 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/X11/startxdm,v 1.4 2005-07-02 17:08:33 niro Exp $
3    
4  source /etc/profile  source /etc/profile
5  source /etc/rc.config  source /etc/rc.config
6    
7    # enable antialias by default for gnome
8    export GDK_USE_XFT=1
9    
10  get_login() {  get_login() {
11   case "${GLOGIN}" in   case "${GLOGIN}" in
12   kdm|KDM)   kdm|KDM)

Legend:
Removed from v.112  
changed lines
  Added in v.113