Date: Fri, 20 Sep 2019 00:01:43 +0200 From: Polytropon <freebsd@edvax.de> To: "Trey Sizemore" <trey@fastmail.fm> Cc: freebsd-questions@freebsd.org Subject: Re: Can't get graphical desktop environment on FBSD12 Message-ID: <20190920000143.ddf2249f.freebsd@edvax.de> In-Reply-To: <d83ecae5-cec2-4101-8935-0efdc0276abf@www.fastmail.com> References: <a857d6f8-d807-4679-bf16-e65dbd53c849@www.fastmail.com> <20190919214035.f617cae7.freebsd@edvax.de> <d83ecae5-cec2-4101-8935-0efdc0276abf@www.fastmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 19 Sep 2019 17:18:57 -0400, Trey Sizemore wrote: > > > On Thu, Sep 19, 2019, at 3:40 PM, Polytropon wrote: > > > > > Summary: Find out what graphics card you need to support, install > > the appropriate drivers, test with a minimal configuration first, > > then extend to what you need for your desktop environment; in case > > of errors, examine the X log file. > > > > > > Thank you. I have graphics working now such that I'm presented with > gdm and can log in to gnome3 or kde, but I don't have the option for > Cinnamon. Do I need to use a differnet display manager (like xdm)? Ideally, you should be able to launch a non-Gnome session with gdm, but gdm is ignorant and doesn't seem to support that. My suggestion is to use slim as a display manager (instead of xdm). It will then execute whatever you have in ~/.xsession. Something like this should work (not tested): exec cinnamon-session I've had a comparable setup with slim + mate as a replacement when Gnome 2 became Gnome 3 (and therefore unusable). To start slim, I think the /etc/rc.conf entry is slim_enable="YES" but I cannot tell for sure as I currently have no access to that particular system where that setup is running. Sidenote regarding graphics: Make sure you do actually use the correct one, and not just VESA. You will probably notice when window movement is slow or sluggish. For further reference if you wish to try XDM anyway (I'm one of the last ones still using and _liking_ it): https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-xdm.html It's fast and does what it says on the can. Nothing more, nothing less. And customizing it isn't that hard, if you need to. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190920000143.ddf2249f.freebsd>