Re: Graphics card update now boots to command line.
I'm kind new to linux to, and have an ATI card (boycotting nvidia) but here are a few interesting reads that may help-
Problem: Need to fully remove -nvidia and reinstall -nv from scratch
Some commands I find helpful when diagnosing problems with my GFX card-
cd /etc/X11 && ls
pico /etc/X11/xorg.conf
sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf-backup
I'm kind new to linux to, and have an ATI card (boycotting nvidia) but here are a few interesting reads that may help-
Problem: Need to fully remove -nvidia and reinstall -nv from scratch
Some commands I find helpful when diagnosing problems with my GFX card-
cd /etc/X11 && ls
pico /etc/X11/xorg.conf
sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf-backup
Comment