User Tools

Site Tools


linux:x11:login

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:x11:login [2023/10/19 10:14] – created mslinux:x11:login [2023/10/19 10:17] (current) ms
Line 20: Line 20:
 fi fi
 </code> </code>
 +
 +===== startx =====
 +<code>
 +cp /etc/X11/xinit/xinitrc ~/.xinitrc
 +
 +vi ~/.xinitrc
 +#!/bin/sh
 +
 +# /etc/X11/xinit/xinitrc
 +#
 +# global xinitrc file, used by all X sessions started by xinit (startx)
 +
 +# invoke global X session script
 +. /etc/X11/Xsession
 +
 +exec x-window-manager &
 +</code>
 +
linux/x11/login.1697710498.txt.gz · Last modified: 2023/10/19 10:14 by ms

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki