]> git.pld-linux.org Git - packages/gdm2.20.git/commitdiff
- added standard server, so after reconfiguration it will work
authoralchemyx <alchemyx@pld-linux.org>
Sun, 14 Apr 2002 14:49:06 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdm.conf -> 1.3

gdm.conf

index e0a2c18a5031027f3e038b30f9bcbd8d3748860d..542c34c8e9e4dc909e72b8c413a106db15fef9b3 100644 (file)
--- a/gdm.conf
+++ b/gdm.conf
@@ -97,9 +97,10 @@ ScanTime=3
 Enable=false
 
 [servers]
-0=/usr/bin/X11/X -nolisten tcp
-#1=/usr/bin/X11/X
-#Note: If you want to make sure X runs on a specific virtual console on linux,
-#      you can use the following (for console 7):
-#0=/usr/bin/X11/X vt7
+0=Standard
+
+[server-Standard]
+name=Standard server
+command=/usr/bin/X11/X -nolisten tcp
+flexible=true
 
This page took 0.420544 seconds and 4 git commands to generate.