-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run script without login in tty #24
base: master
Are you sure you want to change the base?
Conversation
modified: nvidia-xrun new file: nvidia-xrun-core
Hi @hlechner Many Thanks! |
Sure friend, my primary goal was to provide a functional code of a working functionality. Feel free to use whatever you want to or just don't use the code at all. I'll not delete my branch, so you can close this pull request and you will continue accessing the code to test it. If any question or help needed let me know. |
21c146d
to
55ef8f6
Compare
Hello, why it's PR not merged? |
Hi @romanlex , |
Hi, for some reason asus P8Z68-V LX motherboards and linux can't work out a way to have more than two monitors plugged in to the igpu display outputs, at least not when intels display drivers are controlling a kde plasma5 session. So perforamcne aside, the only way to have more than two monitors connected (and recognized as such by xrandr) and enabled (for Manjaro 18.0.3, at least), is to have at least one of them plugged into the gpu, which can only happen at the moment by manually going ctrlAltF5orF6orF4, logging in, and running nvidia-xrun startkde about two or three times before the desktop finally loads. So getting this to run automatically before/on/after (whichever the order is) logging in from sddm-greeter without requiring console-only password prompts should be 100% what's being worked on right now, please... |
Getting this merged should really be a priority, any update @Witko ? |
fixes #4
openvt is now required.
Pull Request features:
--
Description:
However due to the necessity of openvt running as root and also to load/unload modules but the X itself for safe measure run without root permissions. I divided the script in two files to make it easier and clean code.
nvidia-xrun = the script that you execute to run it.
nvidia-xrun-core = this script will be called by the first script and it will always run without root permissions.
Feel free to change whatever you want.