Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-28 Thread Jamieson, Stephen CTR Navair, 5.4.4.4
If anyone really needs to do this, there is a patch in the gdm srpm called plymoth.patch that changes the parameters. It's located on line 225. If you change that to what you need and recompile it, it should work. Not that I recommend this... Regards, Stephen Jamieson -Original

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-25 Thread James A. Peltier
- Original Message - | In CentOS5 you were able to create a server section in | /etc/gdm/custom.conf such as | | [server-Standard] | name=Standard server | command=/usr/bin/Xorg -br -audit 4 -s 15 | chooser=false | handled=true | flexible=true | priority=0 | | After this change, Xorg

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-23 Thread Tom H
On Fri, Jul 22, 2011 at 10:14 AM, Jamieson, Stephen CTR Navair, 5.4.4.4 stephen.jamieson@navy.mil wrote: Those options are no longer supported in GDM. I think that they were removed with GDM 2.24 (at the latest, probably 2.22) and C6 is running GDM 2.30. That is unfortunate... I suppose

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-23 Thread Tom H
On Fri, Jul 22, 2011 at 2:25 PM, Lamar Owen lo...@pari.edu wrote: On Friday, July 22, 2011 02:10:22 PM Tom H wrote: You can use sudo -u gdm gconftool-2 /apps/gdm/simple-greeter/disable_user_list --set --type=boolean true because the gdm user controls the login screen but the above works too

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-22 Thread Jamieson, Stephen CTR Navair, 5.4.4.4
Those options are no longer supported in GDM. I think that they were removed with GDM 2.24 (at the latest, probably 2.22) and C6 is running GDM 2.30. That is unfortunate... I suppose I will just have to ignore this issue then. in /etc/gdm/custom.conf to override the -nolisten tcp but I have

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-22 Thread Gerhard Schneider
In later Fedora releases, GDM has become less and less functional: configurability has been removed, more so as releases occur. From my (known to be flaky) memory, that includes the ability to turn off the silly list that exposes usernames right on the login screen, the ability to assign your

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-22 Thread Lamar Owen
On Friday, July 22, 2011 12:22:31 PM Gerhard Schneider wrote: Using gdm is getting harder and harder but you can try: gconftool-2 --direct \ --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \ --type bool --set /apps/gdm/simple-greeter/disable_user_list true There are many

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-22 Thread Akemi Yagi
On Thu, Jul 21, 2011 at 2:19 PM, Tom H tomh0...@gmail.com wrote: On Thu, Jul 21, 2011 at 4:29 PM,  m.r...@5-cent.us wrote: In later Fedora releases, GDM has become less and less functional: configurability has been removed, more so as releases occur. From my (known to be flaky) memory, that

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-22 Thread Tom H
On Fri, Jul 22, 2011 at 1:11 PM, Lamar Owen lo...@pari.edu wrote: On Friday, July 22, 2011 12:22:31 PM Gerhard Schneider wrote: Using gdm is getting harder and harder but you can try: gconftool-2 --direct \   --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \   --type bool --set

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-22 Thread m . roth
Akemi Yagi wrote: On Thu, Jul 21, 2011 at 2:19 PM, Tom H tomh0...@gmail.com wrote: On Thu, Jul 21, 2011 at 4:29 PM,  m.r...@5-cent.us wrote: In later Fedora releases, GDM has become less and less functional: configurability has been removed, more so as releases occur. From my (known to be

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-22 Thread Lamar Owen
On Friday, July 22, 2011 02:10:22 PM Tom H wrote: You can use sudo -u gdm gconftool-2 /apps/gdm/simple-greeter/disable_user_list --set --type=boolean true because the gdm user controls the login screen but the above works too because it makes that setting default for all users. You can also

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-22 Thread m . roth
Tom H wrote: On Fri, Jul 22, 2011 at 1:11 PM, Lamar Owen lo...@pari.edu wrote: On Friday, July 22, 2011 12:22:31 PM Gerhard Schneider wrote: Using gdm is getting harder and harder but you can try: snip And in kde, menu-settings-system settings-advanced-login manager. I haven't logged out yet

[CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-21 Thread Jamieson, Stephen CTR Navair, 5.4.4.4
In CentOS5 you were able to create a server section in /etc/gdm/custom.conf such as [server-Standard] name=Standard server command=/usr/bin/Xorg -br -audit 4 -s 15 chooser=false handled=true flexible=true priority=0 After this change, Xorg would run with the -br -audit 4 -s 15 options.

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-21 Thread Frank Cox
On Thu, 21 Jul 2011 14:17:28 -0400 Jamieson, Stephen CTR Navair, 5.4.4.4 wrote: Is there any way to modify this? There are some gdm settings in gconf-editor (yum install gconf-editor and run it as root) but I don't know how comprehensive they are. -- MELVILLE THEATRE ~ Real D 3D Digital

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-21 Thread Dejan
On Thu, Jul 21, 2011 at 11:17, Jamieson, Stephen CTR Navair, 5.4.4.4 stephen.jamieson@navy.mil wrote: In CentOS5 you were able to create a server section in /etc/gdm/custom.conf such as [server-Standard] name=Standard server command=/usr/bin/Xorg -br -audit 4 -s 15 chooser=false

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-21 Thread fred smith
On Thu, Jul 21, 2011 at 02:17:28PM -0400, Jamieson, Stephen CTR Navair, 5.4.4.4 wrote: In CentOS5 you were able to create a server section in /etc/gdm/custom.conf such as [server-Standard] name=Standard server command=/usr/bin/Xorg -br -audit 4 -s 15 chooser=false handled=true

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-21 Thread m . roth
fred smith wrote: On Thu, Jul 21, 2011 at 02:17:28PM -0400, Jamieson, Stephen CTR Navair, 5.4.4.4 wrote: In CentOS5 you were able to create a server section in /etc/gdm/custom.conf such as snip In later Fedora releases, GDM has become less and less functional: configurability has been

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-21 Thread Tom H
On Thu, Jul 21, 2011 at 2:17 PM, Jamieson, Stephen CTR Navair, 5.4.4.4 stephen.jamieson@navy.mil wrote: In CentOS5 you were able to create a server section in /etc/gdm/custom.conf such as [server-Standard] name=Standard server command=/usr/bin/Xorg -br -audit 4 -s 15 chooser=false

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-21 Thread Tom H
On Thu, Jul 21, 2011 at 4:29 PM, m.r...@5-cent.us wrote: fred smith wrote: On Thu, Jul 21, 2011 at 02:17:28PM -0400, Jamieson, Stephen CTR Navair, 5.4.4.4 wrote: In CentOS5 you were able to create a server section in /etc/gdm/custom.conf such as In later Fedora releases, GDM has become

Re: [CentOS] centos6 not using /etc/gdm/custom.conf

2011-07-21 Thread James Szinger
On Thu, 21 Jul 2011 16:17:10 -0400 fred smith fre...@fcshome.stoneham.ma.us wrote: In later Fedora releases, GDM has become less and less functional: configurability has been removed, more so as releases occur. From my (known to be flaky) memory, that includes the ability to turn off the