aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver
blob: 73570dfeb50413c083efc8d1e7a61e44dc0743ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#

XSERVER=/usr/bin/Xorg

. /etc/profile

ARGS=" -br -pn"

DISPLAY=':0'

exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $*