You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Set the X server resolution to that selected by the user.
|
|
|
|
#
|
|
|
|
# This needs to be done before windows managers or X clients start,
|
|
|
|
# otherwise the DPI and fonts sizes get all screwed up.
|
|
|
|
#
|
|
|
|
# http://www.simonzone.com/software/guidance
|
|
|
|
#
|
|
|
|
# This file is sourced by Xsession(5), not executed.
|
|
|
|
# The "|| true" is to ensure that the Xsession script does not terminate
|
|
|
|
# and stop the login if something fails in the Python program.
|
|
|
|
/opt/trinity/bin/displayconfig-restore || true
|