x.rst
changeset 1637 b3452a2960b1
parent 1542 2d119c9c2692
child 1638 93bdc6f8177e
equal deleted inserted replaced
1636:973818686e07 1637:b3452a2960b1
   412 
   412 
   413   https://wiki.debian.org/Mesa
   413   https://wiki.debian.org/Mesa
   414                 Mesa is an open source 3D computer graphics library that
   414                 Mesa is an open source 3D computer graphics library that
   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 
       
   418 Running a secondary X server.
       
   419 =============================
       
   420 ::
       
   421 
       
   422   $ startx xterm -- :1 -depth 16
       
   423 
       
   424 In order to fix::
       
   425 
       
   426   X: user not authorized to run the X server
       
   427 
       
   428 run::
       
   429 
       
   430   $ sudo dpkg-reconfigure x11-common
       
   431