Xserver configuration under Solaris

来源:互联网 发布:vs 知乎 编辑:程序博客网 时间:2024/06/06 20:33
1. Use kdmconfig command to select the Xserver. Two XServers are used in the current Open Solaris:
   
    Xorg server
       It is the default X server on Open Solaris. More info can be gotten from www.X.org
    Xsun server
        Xsun is the Solaris display server for Version 11 of the X window system on Solaris hardware. It is normally started by dtlogin, but may also be started via xinit(1) or xdm(1). (Xsun man page)

2. Follow the followings to configure Xorg
 (1) Create an xorg.conf file with one of these commands:
      /usr/X11/bin/Xorg -configure, or
      /usr/X11/bin/xorgconfig, or
      /usr/X11/bin/xorgcfg

  (2) Edit the resultant xorg.conf file with any changes needed

  (3) Move the xorg.conf file to /etc/X11/xorg.conf

  For more details about Xorg configuration, refer to the Xorg man pages in /usr/X11/man.  This directory is not in the default man page path, so to view these pages, use one of these options:

  (1) Add this directory to the MANPATH environment variable setting.

  (2) Use the "-M /usr/X11/man" option of the man command.

  Note, Xorg command line options may override xorg.conf settings.

3. The kdmconfig has a set by set instructions for set up the Xsun server.