Run an initial X server config on startup
This commit is contained in:
@@ -82,6 +82,10 @@ function configure_x_server {
|
|||||||
else
|
else
|
||||||
echo "Leaving evdev inputs disabled"
|
echo "Leaving evdev inputs disabled"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Run initial X server configuration
|
||||||
|
echo "Runing intial X configuration."
|
||||||
|
X -configure && cp -fv /root/xorg.conf.new /etc/X11/xorg.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
if ([ "${MODE}" != "s" ] && [ "${MODE}" != "secondary" ]); then
|
if ([ "${MODE}" != "s" ] && [ "${MODE}" != "secondary" ]); then
|
||||||
|
|||||||
Reference in New Issue
Block a user