From owner-freebsd-questions@freebsd.org Mon Jul 31 01:22:23 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF124DC698F for ; Mon, 31 Jul 2017 01:22:23 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from holgerdanske.com (holgerdanske.com [IPv6:2001:470:0:19b::b869:801b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "holgerdanske.com", Issuer "holgerdanske.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D079E307F for ; Mon, 31 Jul 2017 01:22:23 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from 99.100.19.101 ([99.100.19.101]) by holgerdanske.com with ESMTPSA (ECDHE-RSA-AES128-GCM-SHA256:TLSv1.2:Kx=ECDH:Au=RSA:Enc=AESGCM(128):Mac=AEAD) (SMTP-AUTH username dpchrist@holgerdanske.com, mechanism PLAIN) for ; Sun, 30 Jul 2017 18:12:25 -0700 To: freebsd-questions@freebsd.org From: David Christensen Subject: failed to set mtrr: Invalid argument Message-ID: <31a46ee8-85c6-2a85-4f8f-c33bcdad34dc@holgerdanske.com> Date: Sun, 30 Jul 2017 18:12:24 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2017 01:22:24 -0000 freebsd-questions: I have a Dell Inspiron E1505 laptop with an Intel T7400 CPU, 2 GB RAM, 16 GB SSD, Intel GM945 graphics, a 1280x800 screen, and a fresh install of FreeBSD: [root@tinkywinky ~]# freebsd-version 11.1-RELEASE [root@tinkywinky ~]# uname -a FreeBSD tinkywinky 11.1-RELEASE FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 I have installed xorg. 'startx' seems to work correctly. I have installed lumina. 'start-lumina-desktop' causes the screen to flicker and then return to the CLI: $ start-lumina-desktop No X11 session detected: Lumina will try to start one... X.Org X Server 1.18.4 Release Date: 2016-07-19 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 11.0-RELEASE-p11 amd64 Current Operating System: FreeBSD tinkywinky 11.1-RELEASE FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Build Date: 13 July 2017 09:43:21AM Current version of pixman: 0.34.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 30 18:03:04 2017 (==) Using default built-in configuration (39 lines) scfb trace: probe start scfb trace: probe done failed to set mtrr: Invalid argument Starting the Lumina desktop on current X11 session: ":0" Found Desktop Lock for X session: ":0" - Disabling Lock and starting new desktop session - Resetting monitor configuration to last-used settings - ID: "default" Current Geometry: "1024x768+0+0" Create new Screen entry: "default" "1024x768+0+0" - Starting the session... Watch Files for changes: "wm" ("/home/tinkywinky/.config/lumina-desktop/fluxbox-init", "/home/tinkywinky/.config/lumina-desktop/fluxbox-keys") Watch Files for changes: "compositing" ("/home/tinkywinky/.config/lumina-desktop/compton.conf") Finished Closing Down Lumina xinit: connection to X server lost waiting for X server to shut down failed to unset mtrr: No such file or directory (II) Server terminated successfully (0). Closing log file. Note the error message "failed to set mtrr: Invalid argument". How do I make Lumina work? David