|
|
发表于 2006-3-27 18:54:58
|
显示全部楼层
[daemon]
[security]
[xdmcp]
[gui]
[greeter]
[chooser]
[debug]
# Definition of the standard X server.
[server-Standard]
name=Standard server
command=/usr/X11R6/bin/X -audit 0 -dpi 96
flexible=true
[server-Xgl]
name=Xgl-Server
command=/usr/bin/Xgl :0 -ac -accel glx:pbuffer -accel xv
flexible=true
# Indicates that the X server should be started at a different process
# priority. Values can be any integer value accepted by the setpriority C
# library function (normally between -20 and 20) with 0 being the default. For
# highly interactive applications, -5 yields good responsiveness. The default
# value is 0 and the setpriority function is not called if the value is 0.
#priority=0
[servers]
#0=Standard
0=Xgl |
|