Since Fedora 10 the old gdmsetup tool is deprecated, it is possible to change GDM behavior only through its XML schemas config file.
Just edit (being root or by sudo):
/etc/gdm/gdm.schemas
Search for:
<key>daemon/AutomaticLoginEnable</key>
<signature>b</signature>
<default>true</default> <=== settare a true
</schema><schema>
<key>daemon/AutomaticLogin</key>
<signature>s</signature>
<default>NomeUtente</default> <=== qui mettere il nome utente
</schema><schema>
<key>daemon/TimedLoginEnable</key>
<signature>b</signature>
<default>true</default> <=== settare a true
</schema><schema>
<key>daemon/TimedLogin</key>
<signature>s</signature>
<default>NomeUtente</default> <=== qui mettere il nome utente
</schema><schema>
<key>daemon/TimedLoginDelay</key>
<signature>i</signature>
<default>10</default> <=== Attesa in secondi
</schema>
reboot your fedora and enjoy it!
BTW: Reboot is not mandatory, It is enough to restart X, for exaple switching from runlevel 5 to 3 and back to 5 with
init RunlevelNumber

Ciao, sai anche per caso come cambiare il tema?
e dove si va a configurarlo?
ciao!
purtroppo allo stato attuale puoi cambiare lo sfondo (esattamente come cambi lo sfondo del desktop solo che devi spuntare la casella sotto), ma non il tema generale…