From 736655074c4bb84be9c0f1e659b275cab3e755a1 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 13 Feb 2017 22:27:11 +0000 Subject: Add a boot option to delete the xorg.conf file Users report this is needed to get the nouveau driver to work with some graphics cards. --- files/10no-xorg-conf.xsetup | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 files/10no-xorg-conf.xsetup (limited to 'files') diff --git a/files/10no-xorg-conf.xsetup b/files/10no-xorg-conf.xsetup new file mode 100755 index 0000000..bb5b289 --- /dev/null +++ b/files/10no-xorg-conf.xsetup @@ -0,0 +1,6 @@ +#!/bin/sh + +# delete xorg.conf if the user asks us to. +if /bin/grep -q noxorgconf /proc/cmdline; then + rm /etc/X11/xorg.conf +fi -- cgit v1.2.1