Date: Sun, 3 May 2020 14:55:04 +0200 From: Tomasz CEDRO <tomek@cedro.info> To: Brandon helsley <brandon.helsley@hotmail.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Compiz fusion Message-ID: <CAM8r67A7O0gDxyJXPGD8Df5NupjN6Rd6s4XPOQN2o%2BdytCR2BQ@mail.gmail.com> In-Reply-To: <CY4PR19MB16559A29C8521EE52783B2A6F9A90@CY4PR19MB1655.namprd19.prod.outlook.com> References: <CY4PR19MB16559A29C8521EE52783B2A6F9A90@CY4PR19MB1655.namprd19.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 3, 2020 at 2:43 PM Brandon helsley <brandon.helsley@hotmail.com> wrote: > Compiz fusion is a none working port on fresh ports. How am I supposed to set the graphics? https://www.freebsd.org/doc/handbook/x11.html is your friend :-) 1. Install Xorg (pkg install xorg). Do not install xf86-video drivers, only modesetting driver, the new way Xorg works. 2. Install DRM KMS video driver for your hardware (pkg install drm-kmod) and make it load on startup (according to instructions that shows up after install, or read them here /usr/ports/graphics/drm-fbsd12.0-kmod/pkg-message). 3. Install any of the dozens available windows managers, for instance XFCE4 (pkg install -x xfce4) is small rapid and works fine. 4. Startx :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAM8r67A7O0gDxyJXPGD8Df5NupjN6Rd6s4XPOQN2o%2BdytCR2BQ>