Hello - I did a fresh install of Ubuntu 20.04 on Zotac Ion frontend.
When I booted up - I was unable to get any GUI on. I tried troubleshooting reading various forums with the following:
- sudo apt install xserver-xorg-video-nvidia-390
- sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
- sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
- sudo apt-get --reinstall install gdm3
- sudo apt-get --reinstall install gnome
- sudo apt -get --reinstall install gnome-shell
- sudo apt install ubuntu-gnome-desktop
- sudo apt remove chrome-remote-desktop
- sudo nano /usr/share/X11/xorg.conf.d/10-nvidia.conf
Code:
Section "Monitor"
Identifier "Monitor0"
Modeline "3840x2160_60.00" 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -HSync +VSync
EndSection
Section "Screen"
Identifier "Screen0"
Device "DP-0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "3840x2160" "1920x1080"
EndSubSection
EndSection
Nothing seems to work - I get "no video signal" on my monitor. This is very frustrating - hoping someone can point me in the right direction.
Thank you!
Bookmarks