kodiakmax wrote:check or edit your /etc/X11/xorg.conf
driver = "vesa"
Before you do, best to backup your xorg.conf:
- Code: Select all
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.somethingthatmakesitcleartoyouthatthisisabackup
Edit xorg.conf:
- Code: Select all
nano -w /etc/X11/xorg.conf
Look for the section called 'Graphics device section', 'Section "Device"'.
After making changes, save with ctrl-X (the ^-symbol represents ctrl), hit Y, hit Enter, done.
Ow...you'll have to enter those commands as root, not as user...