From owner-freebsd-questions@freebsd.org Mon Jul 31 09:12:14 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 B0654DCE342 for ; Mon, 31 Jul 2017 09:12:14 +0000 (UTC) (envelope-from gregory@nosheep.fr) Received: from home.nosheep.fr (home.nosheep.fr [83.155.8.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7BE6F6F117 for ; Mon, 31 Jul 2017 09:12:13 +0000 (UTC) (envelope-from gregory@nosheep.fr) Received: from [192.168.1.103] (unknown [192.168.1.7]) (Authenticated sender: gregory) by home.nosheep.fr (Postfix) with ESMTPSA id 821AF6C33E for ; Mon, 31 Jul 2017 11:12:05 +0200 (CEST) Subject: Re: failed to set mtrr: Invalid argument To: freebsd-questions@freebsd.org References: <31a46ee8-85c6-2a85-4f8f-c33bcdad34dc@holgerdanske.com> <20170731062421.95e8026c.freebsd@edvax.de> From: =?UTF-8?Q?Gr=c3=a9gory_Reinbold?= Message-ID: <5015ac99-8af2-6927-e114-59e5b153d9ec@nosheep.fr> Date: Mon, 31 Jul 2017 11:12:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170731062421.95e8026c.freebsd@edvax.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: fr-FR 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 09:12:14 -0000 Hi, If you try to add a exec line in your ~/.xinitrc? Like this: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html#x11-wm-xfce On 31/07/2017 06:24, Polytropon wrote: > On Sun, 30 Jul 2017 18:12:24 -0700, David Christensen wrote: >> 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... > I think I had that kind of problem last year. The error message > did not really help, so I finally decided to start X with only > one X terminal open, and then ran "start-lumina-desktop" from > that "controlling shell". It didn't work (as in your case), and > I did then use "truss start-lumina-desktop", found out what was > wrong, but I cannot remember what it was, sorry. Lumina worked > for some time, even though it was partially incomplete. After > a "pkg upgrade" of the system, it didn't work anymore, and I > was not able to return it to a working state, so I dumped it > and installed fvwm2 which worked (and still does after several > software upgrades). :-) > > Side note: > > Have you tried creating a ~/.xinitrc and putting the command > "exec start-lumina-desktop" into that file, then use "startx" > from text mode? That is a common way to start X sessions (when > you're _not_ using a display manager like xdm). > > > >> Note the error message "failed to set mtrr: Invalid argument". > That might have been the error message that I saw as well. > > > >> How do I make Lumina work? > Good question. ;-) > > > -- Grégory Reinbold