From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#28578: xorg not starting on x200 due to recent commit Date: Mon, 25 Dec 2017 12:02:44 +0100 Message-ID: <87incvvzmz.fsf@elephly.net> References: <87a81k86jt.fsf@dustycloud.org> <87fubb1vnd.fsf@gmail.com> <20170925193354.GA12982@jasmine.lan> <87a81izbcd.fsf@gmail.com> <87k20lsj7i.fsf@dustycloud.org> <87fu82mmm3.fsf@dustycloud.org> <20171222232545.1b663977@scratchpost.org> <87mv2am92t.fsf@netris.org> <87fu800zyo.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eTQYC-0003AZ-0n for bug-guix@gnu.org; Mon, 25 Dec 2017 06:04:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eTQY7-0003fy-1L for bug-guix@gnu.org; Mon, 25 Dec 2017 06:04:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42470) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eTQY6-0003fi-P8 for bug-guix@gnu.org; Mon, 25 Dec 2017 06:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eTQY6-0004Zv-9W for bug-guix@gnu.org; Mon, 25 Dec 2017 06:04:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87fu800zyo.fsf@dustycloud.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Christopher Lemmer Webber Cc: Andy Wingo , 28578@debbugs.gnu.org Hi, > In the meanwhile, I've figured maybe I could test trying to set up xorg > to use a specific driver to see if that fixes it: > > (services (cons* > ;;; ... > (modify-services %desktop-services > (slim-service-type > startx =3D> > (xorg-start-command > #:configuration-file > (xorg-configuration-file > #:drivers '("intel"))))))) This is what my modification looks like: (slim-service-type config =3D> (slim-configuration (inherit config) (startx (xorg-start-command #:configuration-file (xorg-configuration-file #:extra-config (list marble-mouse-settings dvorak-evdev)))))) i.e. I=E2=80=99m capturing the default config, inherit from it, and the ove= rride the =E2=80=9Cstartx=E2=80=9D field. You are capturing the default config a= s =E2=80=9Cstartx=E2=80=9D and then replace the configuration with the value returned by =E2=80=9Cxorg-start-command=E2=80=9D. That doesn=E2=80=99t look right. --=20 Ricardo GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC https://elephly.net