I'd like to use MythTV so I purchased an NVidia 610 and installed in my Ubuntu Server tower. First boot, no issues, so I update Linux while installing NVidia drivers from "Additional Drivers".
After restart, the resolution was reduced. Once I log in and startx I see nothing but the blank desktop (resolution is correct). No menu on left side. I can right click or use power button to shut down. What happened???
sudo apt-get install xserver-xorg-video-nouveau
– Jul 09 '14 at 14:36sudo apt-get --purge autoremove xserver-xorg-video-nouveau && sudo apt-get install xserver-xorg-video-nouveau
– Jul 09 '14 at 16:42