Well, I have had to tweak this it a little, bit it finally worked fine. Initlally, the arial.ttf could not be found, so that I had to force the use of courier regular I'm using the standard default Treeflower theme. The following does toe job:
cd /usr/share/gdm/themes/TreeFlower/background.png \ /usr/share/gdm/themes/TreeFlower/background-original.png
gedit /etc/gdm/Init/Default
Insert the following lines cd /usr/share/gdm/themes/TreeFlower convert -pointsize 40 -font Courier-Regular -draw \ "fill yellow text 1500,200 " \ `ifconfig eth0 | awk '/inet addr/{print $2 }'`"" \ background-original.png background.png
between sysmodmap=/etc/X11/Xmodmap
and XMODMAP=`gdmwhich xmodmap`
Thanks for the help !!
2010/4/21 Mogens Kjaer mk@crc.dk
On 04/20/2010 07:49 PM, Patrick Derwael wrote:
Ideally, it should be displayed on the GUI, like the date/time and
hostname
http://elder-geek.blogspot.com/2009/09/ip-address-on-gdm-login-page.html
Mogens
Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Mobile: +45 22 12 53 25 Email: mk@crc.dk Homepage: http://www.crc.dk _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, Apr 21, 2010 at 2:08 AM, Patrick DERWAEL patrick@derwael.be wrote:
Well, I have had to tweak this it a little, bit it finally worked fine. Initlally, the arial.ttf could not be found, so that I had to force the use of courier regular I'm using the standard default Treeflower theme.
I'm late to this discussion, but I went to the ElderGeek page and tried to use the command there to display the theme and got this:
[mhr@mhrichter ~]$ cat /etc/gdm/gdm.conf | grep GraphicalTheme= cat: /etc/gdm/gdm.conf: No such file or directory [mhr@mhrichter ~]$ locate gdm.conf
<nothing there>
So, how does this work under CentOS?
Thanks.
mhr
On 21 April 2010 17:53, MHR mhullrich@gmail.com wrote:
[mhr@mhrichter ~]$ cat /etc/gdm/gdm.conf | grep GraphicalTheme= cat: /etc/gdm/gdm.conf: No such file or directory [mhr@mhrichter ~]$ locate gdm.conf
<nothing there>
So, how does this work under CentOS?
look for kdm.conf or xdm.conf...
On Wed, Apr 21, 2010 at 9:57 AM, Alvin Chang alvin.chang@gmail.com wrote:
look for kdm.conf or xdm.conf...
Hmm - am running GNOME, but:
[mhr@mhrichter ~]$ locate xdm.conf [mhr@mhrichter ~]$ locate kdm.conf [mhr@mhrichter ~]$
???
mhr
updatedb?
On 21 April 2010 18:00, MHR mhullrich@gmail.com wrote:
On Wed, Apr 21, 2010 at 9:57 AM, Alvin Chang alvin.chang@gmail.com wrote:
look for kdm.conf or xdm.conf...
Hmm - am running GNOME, but:
[mhr@mhrichter ~]$ locate xdm.conf [mhr@mhrichter ~]$ locate kdm.conf [mhr@mhrichter ~]$
???
mhr _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wed, Apr 21, 2010 at 10:03 AM, Alvin Chang alvin.chang@gmail.com wrote:
updatedb?
Doubted it, but:
[mhr@mhrichter ~]$ sudo updatedb Password:
[mhr@mhrichter ~]$ locate gdm.conf [mhr@mhrichter ~]$ locate kdm.conf [mhr@mhrichter ~]$ locate xdm.conf [mhr@mhrichter ~]$
Seems more than a little strange...
[mhr@mhrichter ~]$ locate gdm | grep conf /etc/gdm/custom.conf /etc/gdm/securitytokens.conf /usr/share/doc/gdm-2.16.0/configuration.xhtml /usr/share/doc/gdm-2.16.0/exampleconf.xhtml /usr/share/gdm/defaults.conf /usr/share/gdm/factory-defaults.conf [mhr@mhrichter ~]$ cat /etc/gdm/custom.conf | grep GraphicalTheme= [mhr@mhrichter ~]$ cat /usr/share/gdm/defaults.conf | grep GraphicalTheme= GraphicalTheme=TreeFlower [mhr@mhrichter ~]$
Ah!
mhr
The directory indicated on ElderGeek is wrong, check this:
cat /usr/share/gdm/defaults.conf | grep GraphicalTheme= Cheers
2010/4/21 MHR mhullrich@gmail.com
On Wed, Apr 21, 2010 at 2:08 AM, Patrick DERWAEL patrick@derwael.be wrote:
Well, I have had to tweak this it a little, bit it finally worked fine. Initlally, the arial.ttf could not be found, so that I had to force the
use
of courier regular I'm using the standard default Treeflower theme.
I'm late to this discussion, but I went to the ElderGeek page and tried to use the command there to display the theme and got this:
[mhr@mhrichter ~]$ cat /etc/gdm/gdm.conf | grep GraphicalTheme= cat: /etc/gdm/gdm.conf: No such file or directory [mhr@mhrichter ~]$ locate gdm.conf
<nothing there>
So, how does this work under CentOS?
Thanks.
mhr _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos