![]() |
Problem with xorg.conf always regenerate new one - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Video Cards (https://www.linuxliteos.com/forums/forumdisplay.php?fid=22) +--- Thread: Problem with xorg.conf always regenerate new one (/showthread.php?tid=4270) Pages:
1
2
|
Re: Problem with xorg.conf always regenerate new one - Valtam - 07-17-2017 When you get to the TTY, login. Then do: Code: startx if you don't get into the desktop, make a note of where they say the log file is. Then place the log in this thread. Re: Problem with xorg.conf always regenerate new one - babuubabuu - 07-17-2017 This command cause login loop for me, took me for a while to fix it LOL Well, To be honest I am very new to Linux. I am really appreciate your help, Jerry ;D I attached the log for you. And this showed on my monitor before entering TTY. http://www.mediafire.com/view/d75nv2db6c97jlh/IMG_20170717_202624.jpg Re: Problem with xorg.conf always regenerate new one - Valtam - 07-18-2017 Make sure you are always plugged into one nvidia card. Try the following from TTY. Code: sudo rm /etc/X11/xorg.conf Reboot. Code: sudo apt-get install nvidia-common Reboot. After this reboot you should be at the desktop. From there, you can install the nvidia driver from Install Drivers. Re: Problem with xorg.conf always regenerate new one - babuubabuu - 07-18-2017 It said there is no this command 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 4. apply this Code: sudo apt-get install nvidia-common 6. reboot 7. Apply these command Code: sudo update-grub It's work!!! ![]() 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/add-fake-display-when-no-monitor-is-plugged-in Re: Problem with xorg.conf always regenerate new one - Valtam - 07-18-2017 I've no experience with headless servers. You will need to start a new thread for that query. In the meantime, please mark this one as Solved as per your welcome email instructions. Thank you. |