Remove /usr/share/live/config/xserver-xorg/intel.ids
_Originally created by @intrigeri on [#14991 (Redmine)](https://public-redmine-archive.tails.boum.org/code/issues/14991)_ In Tails 3.x we had to ship `/usr/share/live/config/xserver-xorg/intel.ids` to force systems with various graphics adapters to use the “intel” video driver instead of the “modesetting” one because of tails/tails#12219. In theory <https://bugs.freedesktop.org/show_bug.cgi?id=98742> was fixed in Linux 4.12 or 4.13 so for Tails on Buster we should try dropping this special casing, call for testing, and see if it introduces any regression. Rationale: the “intel” video driver is not the preferred one anymore, it’s less maintained and should ideally not be used. Feature Branch: hefee/bugfix/14991-removing-xserver-xorg-intel.ids+force-all-tests ### Related issues - **Related to** tails/tails#12219 - **Related to** tails/tails#16749 - **Related to** tails/tails#16755 - **Related to** tails/tails#16822 - **Related to** tails/tails#17060 - [x] **Blocked by** tails/tails#15857 - [x] **Blocked by** tails/tails#16073
issue