URI: 
       tXorg.wiki - wiki - knowledgebase of randomness
  HTML git clone git://parazyd.org/wiki.git
   DIR Log
   DIR Files
   DIR Refs
       ---
       tXorg.wiki (174B)
       ---
            1 = Xorg Knowledgebase =
            2 
            3 == X without root ==
            4         {{{shell
            5         chown -v :input /usr/bin/Xorg
            6         chmod -v g+s /usr/bin/Xorg
            7         usermod -a -G video user
            8         startx -- vt1 -nolisten tcp
            9         }}}