After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 152799 - gdmflexiserver always suggests Standard Server as choice
gdmflexiserver always suggests Standard Server as choice
Status: RESOLVED NOTABUG
Product: gdm
Classification: Core
Component: general
2.6.0.x
Other FreeBSD
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-16 09:53 UTC by vgrebenschikov
Modified: 2006-01-12 23:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description vgrebenschikov 2004-09-16 09:53:14 UTC
[servers]
0=Standard

Also I have found following bug (or feature):
# Definition of the standard X server.
[server-Standard]
name=Flex server
command=/usr/X11R6/bin/X -audit 0 vt12
flexible=false

# Definition of the standard X server for flex
[server-Flex] 
name=Flex server 
command=/usr/X11R6/bin/X -audit 0
flexible=true

On gdmflexiserver it suggest to choose one of X servers for flex:
Standard and Flex, looks like bug in gdmflex logic: it is not possible
to disable flexing on standard server.

gdm version: gdm2-2.6.0.4
Comment 1 Brian Cameron 2006-01-12 23:57:53 UTC
Sure, set flexible=false in the [server-Standard] section of your config file.