mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
xorg-server:
- dont reset if last client exit
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# '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 "
|
||||
args="-s 0 -br -noreset -allowMouseOpenFail "
|
||||
|
||||
if /usr/bin/test "${MOOVIDA_DEBUG}" = "yes" ; then
|
||||
args="${args} -logverbose 6 -verbose 0"
|
||||
|
||||
Reference in New Issue
Block a user