x.rst
changeset 1638 93bdc6f8177e
parent 1637 b3452a2960b1
child 1706 387028a4bc33
equal deleted inserted replaced
1637:b3452a2960b1 1638:93bdc6f8177e
   415                 provides a generic OpenGL implementation for rendering
   415                 provides a generic OpenGL implementation for rendering
   416                 three-dimensional graphics on multiple platforms.
   416                 three-dimensional graphics on multiple platforms.
   417 
   417 
   418 Running a secondary X server.
   418 Running a secondary X server.
   419 =============================
   419 =============================
   420 ::
   420 
   421 
   421 ::
   422   $ startx xterm -- :1 -depth 16
   422 
       
   423   $ startx xterm -- :$N -depth 16
       
   424 
       
   425 New server will be accessible at ``Alt+Ctrl+F$((N+6))``::
       
   426 
       
   427   :0  Alt+Ctrl+F7
       
   428   :1  Alt+Ctrl+F8
       
   429   ...
       
   430   :5  Alt+Ctrl+F12
   423 
   431 
   424 In order to fix::
   432 In order to fix::
   425 
   433 
   426   X: user not authorized to run the X server
   434   X: user not authorized to run the X server
   427 
   435