07-18-2017, 02:45 AM
(This post was last modified: 07-18-2017, 02:51 AM by babuubabuu.)
It said there is no this command neither so I skip it.
Well, all the process I have only one monitor plug into GTX970 and operate directly to the system (not through Teamviewer)
1. Login TTY(from where I can't get to Linux Lite GUI)
2. apply these commands
3. reboot
4. apply this
5. reboot and install Nvidia driver from Install Drivers.
6. reboot
7. Apply these command
8. reboot
It's work!!! Thanks Jerry.
So from my understanding, The location of my HDMI turn out to be the significant factor of the problem.
One last question Can I apply a dummy plug after this to fix the resolution when in headless mode?
https://askubuntu.com/questions/453109/a...plugged-in
Code:
nvidia-settings --uninstall
Code:
nvidia-xconfig --uninstall
Well, all the process I have only one monitor plug into GTX970 and operate directly to the system (not through Teamviewer)
1. Login TTY(from where I can't get to Linux Lite GUI)
2. apply these commands
Code:
sudo rm /etc/X11/xorg.conf
sudo apt-get remove --purge nvidia*
4. apply this
Code:
sudo apt-get install nvidia-common
6. reboot
7. Apply these command
Code:
sudo update-grub
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration
It's work!!! Thanks Jerry.
So from my understanding, The location of my HDMI turn out to be the significant factor of the problem.
One last question Can I apply a dummy plug after this to fix the resolution when in headless mode?
https://askubuntu.com/questions/453109/a...plugged-in