forked from AeroNotix/slim-git
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for running X setup commands at slim startup
This patch adds support similar to that which can be achieved in other DM's (such as XDM) by customizing or editing their Xsetup scripts. This was added in particular to support nvidia-drivers based Optimus setups, which need to execute two xrandr commands in order for Xorg to render on-screen correctly. Usage is simple: write a script with the needed commands, ensure it is executable, and set the xsetup_script option in slim.conf to the full path of this script.
- Loading branch information
1 parent
dce02ef
commit e58c19a
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters