mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xinit:
- remove xinit
This commit is contained in:
parent
ce84012b12
commit
7d32715f3b
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp -PR $PKG_DIR/scripts/$1 $INSTALL/usr/bin
|
|
@ -1,28 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. /etc/sysconfig
|
|
||||||
|
|
||||||
# 'vt02' starts X on virtual terminal 2.
|
|
||||||
# '-logverbose 6' enables useful troubleshooting output in /var/log/Xorg.0.0.log.
|
|
||||||
|
|
||||||
args="-s 0 -br -allowMouseOpenFail "
|
|
||||||
|
|
||||||
if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
|
|
||||||
args="${args} -logverbose 6 -verbose 0"
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p /var/cache/xkb
|
|
||||||
|
|
||||||
exec /usr/bin/X :0.0 vt$TTY ${args} > /dev/null 2>&1 &
|
|
||||||
|
|
||||||
while true; do
|
|
||||||
if [ -f /tmp/.X0-lock ]; then
|
|
||||||
for file in /usr/etc/xinitrc.d/* ; do
|
|
||||||
. ${file}
|
|
||||||
done
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. /etc/sysconfig
|
|
||||||
|
|
||||||
for file in /etc/xinitrc.d/* ; do
|
|
||||||
. ${file}
|
|
||||||
done
|
|
@ -1,18 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. /etc/sysconfig
|
|
||||||
|
|
||||||
# 'vt02' starts X on virtual terminal 2.
|
|
||||||
# '-logverbose 6' enables useful troubleshooting output in /var/log/Xorg.0.0.log.
|
|
||||||
|
|
||||||
#args="-s 0 -dpms -br -allowMouseOpenFail"
|
|
||||||
args="-s 0 -br -allowMouseOpenFail "
|
|
||||||
|
|
||||||
if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
|
|
||||||
args="${args} -logverbose 6 -verbose 0"
|
|
||||||
fi
|
|
||||||
|
|
||||||
mkdir -p /var/cache/xkb
|
|
||||||
|
|
||||||
exec /usr/bin/X :0.0 vt$TTY ${args} > /dev/null 2>&1
|
|
||||||
# /usr/bin/X :0.0 vt$TTY ${args}
|
|
Loading…
x
Reference in New Issue
Block a user