My Ubuntu 16.10 uses i915 driver. For some reasons I have troubles with it. So I want to force X to use VESA.
I tried:
blacklist i915in/etc/modprobe.d/blacklist.conf. Thensudo update-initramfs -u. Doesn't work.GRUB_CMDLINE_LINUX_DEFAULT="quiet splash modprobe.blacklist=i915"in/etc/default/grub. Thenupdate-grub2. Doesn't workAdded new file
20-foo.confin/usr/etc/X11/xorg.conf.dwith content:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection
Doesn't work.
Guys, how on the Earth one could make an OS that requires such an effort just to switch video driver? Maybe I'm doing something wrong?